text stringlengths 200 100k | record_id stringlengths 64 64 | content_hash stringlengths 64 64 | normalized_hash stringlengths 64 64 | mod_id stringclasses 717
values | project_id stringclasses 717
values | relative_path stringlengths 14 237 | source_url stringclasses 22
values | license stringclasses 61
values | source_type stringclasses 0
values | language stringclasses 1
value | split stringclasses 1
value | pipeline_version stringclasses 1
value | line_count int64 1 8.04k | chunk_index int64 0 5 | chunk_count int64 1 6 | is_decompiled bool 1
class |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
package fuzs.puzzleslib.api.core.v1.context;
import net.minecraft.world.entity.EntityType;
import net.minecraft.world.entity.Mob;
import net.minecraft.world.entity.SpawnPlacements.SpawnPredicate;
import net.minecraft.world.entity.SpawnPlacements.Type;
import net.minecraft.world.level.levelgen.Heightmap.Types;
@Functi... | f3fd4b1ec1a109ec0bacd8e685378672365739594a2d8129e5ebc000df197ebe | 1a59499d47ae0157ce190b1212e5627dc520515185a5d023e12ba763fb682d9e | 1a59499d47ae0157ce190b1212e5627dc520515185a5d023e12ba763fb682d9e | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\core\v1\context\SpawnPlacementsContext.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 12 | 0 | 1 | false | |
package fuzs.puzzleslib.api.core.v1.utility;
import java.util.function.Function;
import java.util.function.Supplier;
import net.minecraft.core.HolderLookup.Provider;
import net.minecraft.nbt.CompoundTag;
public interface NbtSerializable {
void write(CompoundTag var1, Provider var2);
void read(CompoundTag var1,... | 7207f27d9744ee111c78751e3ada616c950ebadef43a7d69b57eba0cc4c3a8e5 | 5362b58ff351ea72391504ffa5ad09a359ccec12d15346fe3bb716588acd0da6 | 5362b58ff351ea72391504ffa5ad09a359ccec12d15346fe3bb716588acd0da6 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\core\v1\utility\NbtSerializable.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 26 | 0 | 1 | false | |
package fuzs.puzzleslib.api.core.v1.utility;
import net.minecraft.resources.ResourceLocation;
import org.jetbrains.annotations.Nullable;
public final class ResourceLocationHelper {
private ResourceLocationHelper() {
}
public static ResourceLocation fromNamespaceAndPath(String namespace, String path) {
... | 7d421dc8c8d61cb34ea6efa7bf5874698fe70d12a9309f10404a58c5c608d060 | 14101197910f36a3b29d970b20653a0eeec4ed3665ca4e626b6c21ffa20b9ed4 | 14101197910f36a3b29d970b20653a0eeec4ed3665ca4e626b6c21ffa20b9ed4 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\core\v1\utility\ResourceLocationHelper.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 26 | 0 | 1 | false | |
package fuzs.puzzleslib.api.entity.v1;
import fuzs.puzzleslib.impl.PuzzlesLibMod;
import fuzs.puzzleslib.impl.entity.ClientboundAddEntityDataMessage;
import io.netty.buffer.Unpooled;
import net.minecraft.network.FriendlyByteBuf;
import net.minecraft.network.protocol.Packet;
import net.minecraft.network.protocol.game.C... | 6790e8f84f7491e0eb127952b4b451284aa1ff56287d3de42a8a94e91798bc54 | ec785d1de0471fb5e0e036a34cecac97b6736bc9620ceefb0720d3f489fd1b49 | ec785d1de0471fb5e0e036a34cecac97b6736bc9620ceefb0720d3f489fd1b49 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\entity\v1\AdditionalAddEntityData.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 23 | 0 | 1 | false | |
package fuzs.puzzleslib.api.entity.v1;
import net.minecraft.core.RegistryAccess;
import net.minecraft.core.registries.Registries;
import net.minecraft.resources.ResourceKey;
import net.minecraft.world.damagesource.DamageSource;
import net.minecraft.world.damagesource.DamageType;
import net.minecraft.world.entity.Entit... | f9235e7ae67c7a23f9fc2de2d35d183f0d70b25dc40313e7b3901aebfafb84aa | fb5e63bc5de7f768b5e4d382713b890f521b204189c62cfac65d5dafe4d25233 | fb5e63bc5de7f768b5e4d382713b890f521b204189c62cfac65d5dafe4d25233 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\entity\v1\DamageSourcesHelper.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 33 | 0 | 1 | false | |
package fuzs.puzzleslib.api.event.v1;
import fuzs.puzzleslib.api.event.v1.core.EventInvoker;
@FunctionalInterface
public interface LoadCompleteCallback {
EventInvoker<LoadCompleteCallback> EVENT = EventInvoker.lookup(LoadCompleteCallback.class);
void onLoadComplete();
} | c13868f6b039fb4db927410e5d59a31b41ee1382963eae9ee6a2e5116a9aecbe | 3b4478cc19b8eb73d47858bd90cb43df7865f9b8025c54e3bb33689b8dffb8f2 | 3b4478cc19b8eb73d47858bd90cb43df7865f9b8025c54e3bb33689b8dffb8f2 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\event\v1\LoadCompleteCallback.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 10 | 0 | 1 | false | |
package fuzs.puzzleslib.api.event.v1;
import fuzs.puzzleslib.api.event.v1.core.EventInvoker;
import java.util.Objects;
import java.util.function.BiConsumer;
import java.util.function.Supplier;
import net.minecraft.core.Registry;
import net.minecraft.resources.ResourceKey;
import net.minecraft.resources.ResourceLocatio... | aca3b06e59cb8426fc3be8465129c056d195c864f4b4f88744075e3a2f57b6ee | 94c3ad42967285193e4654418237af97cc3e73415180b45f96cd4515888cd6be | 94c3ad42967285193e4654418237af97cc3e73415180b45f96cd4515888cd6be | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\event\v1\RegistryEntryAddedCallback.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 19 | 0 | 1 | false | |
package fuzs.puzzleslib.api.event.v1.core;
import fuzs.puzzleslib.impl.event.core.EventInvokerImpl;
import org.jetbrains.annotations.Nullable;
@FunctionalInterface
public interface EventInvoker<T> {
static <T> EventInvoker<T> lookup(Class<T> clazz) {
return lookup(clazz, null);
}
static <T> EventInvok... | 9be1a63ace12fb5e7de9ad77e8f3119e8b67800c22c7c89bd0adc97de13755f0 | 78d7f7e64a8e4e303f75a88a0571ade93fc1051790838ef112e6e66f0cb611f2 | 78d7f7e64a8e4e303f75a88a0571ade93fc1051790838ef112e6e66f0cb611f2 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\event\v1\core\EventInvoker.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 21 | 0 | 1 | false | |
package fuzs.puzzleslib.api.event.v1.core;
import fuzs.puzzleslib.impl.event.core.EventInvokerImpl;
import java.util.Objects;
import java.util.function.BiConsumer;
import org.jetbrains.annotations.Nullable;
public interface EventInvokerRegistry {
default <T> void register(Class<T> clazz, BiConsumer<T, @Nullable Ob... | e1055a51d59b19ea5f6e51cd5e706ae43986f8db9a491a8984a423e8e2eaa476 | e2b6fd93f01e875434d420f27b92a2f00fa726a6d7030486dcb0b671c7fff6ab | e2b6fd93f01e875434d420f27b92a2f00fa726a6d7030486dcb0b671c7fff6ab | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\event\v1\core\EventInvokerRegistry.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 24 | 0 | 1 | false | |
package fuzs.puzzleslib.api.event.v1.core;
import fuzs.puzzleslib.impl.PuzzlesLib;
import fuzs.puzzleslib.impl.event.core.EventPhaseImpl;
import java.util.function.BiConsumer;
import net.minecraft.resources.ResourceLocation;
import org.jetbrains.annotations.ApiStatus.NonExtendable;
@NonExtendable
public interface Eve... | ebbd0a6516ffd3c57b357aab398e44f2fba65250c8b1d6debbef7fd23ef33a48 | a32ef62d024998ea539d72989bc27b657d22b175cc8389550a8a419c0363226d | a32ef62d024998ea539d72989bc27b657d22b175cc8389550a8a419c0363226d | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\event\v1\core\EventPhase.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 30 | 0 | 1 | false | |
package fuzs.puzzleslib.api.event.v1.core;
import java.util.NoSuchElementException;
public enum EventResult {
PASS(false, false),
INTERRUPT(true, true),
ALLOW(true, true),
DENY(true, false);
private final boolean interrupt;
private final boolean value;
private EventResult(boolean interrupt, boo... | 00773f8b120ca4c8332b25e7816a6c7b05afad468454f1293e564fe2c8230f81 | f9cbb1666686fcfcb9fd546861c66674598e301e27f3955593d08ad202b1a158 | f9cbb1666686fcfcb9fd546861c66674598e301e27f3955593d08ad202b1a158 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\event\v1\core\EventResult.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 34 | 0 | 1 | false | |
package fuzs.puzzleslib.api.event.v1.core;
import java.util.Objects;
import java.util.Optional;
import java.util.function.Consumer;
import java.util.function.Function;
import java.util.function.Predicate;
import org.jetbrains.annotations.NotNull;
public final class EventResultHolder<T> {
private static final Event... | 1da401418b4fc10a7fb72801e15c0830109c50f334b749695ff63ea38dd89146 | 9add0327a59109c1ef02b7fccb231af2d984c5dd1705496c48874a5dc283f48c | 9add0327a59109c1ef02b7fccb231af2d984c5dd1705496c48874a5dc283f48c | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\event\v1\core\EventResultHolder.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 116 | 0 | 1 | false | |
package fuzs.puzzleslib.api.event.v1.core;
import fuzs.puzzleslib.impl.event.ForgeEventInvokerRegistryImpl;
import java.util.function.BiConsumer;
import net.minecraftforge.eventbus.api.Event;
import org.jetbrains.annotations.Nullable;
public interface ForgeEventInvokerRegistry extends EventInvokerRegistry {
ForgeE... | be21f2bd41b4cb6ddcdf53004ee26f3ccac1353c0d9d5fcf53eb628e0354ad21 | 7f8b142ab269603c48acc75837ba1ec894fd0358ebb03c01b03ad135c6d4a948 | 7f8b142ab269603c48acc75837ba1ec894fd0358ebb03c01b03ad135c6d4a948 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\event\v1\core\ForgeEventInvokerRegistry.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 29 | 0 | 1 | false | |
package fuzs.puzzleslib.api.event.v1.entity;
import fuzs.puzzleslib.api.event.v1.core.EventInvoker;
import fuzs.puzzleslib.api.event.v1.core.EventResult;
import net.minecraft.world.entity.Entity;
import net.minecraft.world.level.Level;
public final class EntityRidingEvents {
public static final EventInvoker<Entity... | 73bf3ad9f45e2789e3db08d8d306bcd1168420c7f694ff76ec688e25d0dc31e2 | cbf79518e1804eea2235b4f68632d9e6e774f92dbb75de942ed8fdd77fb04ffc | cbf79518e1804eea2235b4f68632d9e6e774f92dbb75de942ed8fdd77fb04ffc | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\event\v1\entity\EntityRidingEvents.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 24 | 0 | 1 | false | |
package fuzs.puzzleslib.api.event.v1.entity;
import fuzs.puzzleslib.api.event.v1.core.EventInvoker;
import fuzs.puzzleslib.api.event.v1.core.EventResult;
import net.minecraft.world.entity.projectile.Projectile;
import net.minecraft.world.phys.HitResult;
@FunctionalInterface
public interface ProjectileImpactCallback {... | 54f20b1d8ba07df9dace40ec4390e8222d1f41af7fff019dc117ed908b1e3393 | 9b6aecb3d0c2d919931c826c8890b50486292f009e50e84ff7421aae93a98582 | 9b6aecb3d0c2d919931c826c8890b50486292f009e50e84ff7421aae93a98582 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\event\v1\entity\ProjectileImpactCallback.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 13 | 0 | 1 | false | |
package fuzs.puzzleslib.api.event.v1.entity;
import fuzs.puzzleslib.api.event.v1.core.EventInvoker;
import fuzs.puzzleslib.api.event.v1.core.EventResult;
import net.minecraft.server.level.ServerLevel;
import net.minecraft.world.entity.Entity;
import net.minecraft.world.entity.MobSpawnType;
import org.jetbrains.annotat... | e0bccb3570434e236d144d79718b5938b79675f322dcab11201dab33c6c013aa | b6d7c8f75ab7c41db37097631df0369e26a51c6326a5709438c488df82df8ef2 | b6d7c8f75ab7c41db37097631df0369e26a51c6326a5709438c488df82df8ef2 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\event\v1\entity\ServerEntityLevelEvents.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 40 | 0 | 1 | false | |
package fuzs.puzzleslib.api.event.v1.level;
import fuzs.puzzleslib.api.event.v1.core.EventInvoker;
import fuzs.puzzleslib.api.event.v1.core.EventResult;
import fuzs.puzzleslib.api.event.v1.data.MutableInt;
import net.minecraft.core.BlockPos;
import net.minecraft.server.level.ServerLevel;
import net.minecraft.world.ent... | 25aa566f348804561f361b59024029788b5c061aef065df79e1f1a4b5562341c | 121e6cea1acee4e1d705e37a186b61a39011ac964155eefacc6964dcee7e9306 | 121e6cea1acee4e1d705e37a186b61a39011ac964155eefacc6964dcee7e9306 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\event\v1\level\BlockEvents.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 36 | 0 | 1 | false | |
package fuzs.puzzleslib.api.event.v1.level;
import fuzs.puzzleslib.api.event.v1.core.EventInvoker;
import fuzs.puzzleslib.api.event.v1.core.EventResult;
import java.util.List;
import net.minecraft.core.BlockPos;
import net.minecraft.world.entity.Entity;
import net.minecraft.world.level.Explosion;
import net.minecraft.... | 88d187f14a09554b9fdb07d0bd033549863a146cbcfd118e292d8073190c935f | 21b0421f65da6b265c333551b4cbe1c6a68cef7bee07b63bc9bed5a943a70848 | 21b0421f65da6b265c333551b4cbe1c6a68cef7bee07b63bc9bed5a943a70848 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\event\v1\level\ExplosionEvents.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 27 | 0 | 1 | false | |
package fuzs.puzzleslib.api.event.v1.level;
import fuzs.puzzleslib.api.event.v1.core.EventInvoker;
import java.util.List;
import net.minecraft.core.BlockPos;
import net.minecraft.server.level.ServerLevel;
import net.minecraft.world.entity.MobCategory;
import net.minecraft.world.level.StructureManager;
import net.minec... | ec8819f35ba36feb9df3a5d2329bd67122a3b6429089278411c4d7b7333abf94 | 64c14cddc58ad4ad5636ff2e572f2e66ed387ee0622f3a8caa72d521973cd886 | 64c14cddc58ad4ad5636ff2e572f2e66ed387ee0622f3a8caa72d521973cd886 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\event\v1\level\GatherPotentialSpawnsCallback.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 17 | 0 | 1 | false | |
package fuzs.puzzleslib.api.event.v1.level;
import fuzs.puzzleslib.api.event.v1.core.EventInvoker;
import fuzs.puzzleslib.api.event.v1.core.EventResult;
import fuzs.puzzleslib.api.event.v1.data.DefaultedFloat;
import fuzs.puzzleslib.api.event.v1.data.MutableValue;
import net.minecraft.core.Holder;
import net.minecraft... | 37469ce468f3564f467d5a1fe5bdd94e0e7bb0cfbf08540466742595be8c58da | 449562eb430f52fa980fa873cd0cbe4d55a0ce81b59a2782adcc10ba9103bace | 449562eb430f52fa980fa873cd0cbe4d55a0ce81b59a2782adcc10ba9103bace | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\event\v1\level\PlayLevelSoundEvents.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 34 | 0 | 1 | false | |
package fuzs.puzzleslib.api.event.v1.level;
import fuzs.puzzleslib.api.event.v1.core.EventInvoker;
import net.minecraft.server.level.ServerLevel;
import net.minecraft.server.level.ServerPlayer;
import net.minecraft.world.level.ChunkPos;
import net.minecraft.world.level.chunk.LevelChunk;
public final class ServerChunk... | 274a3fd478ffde051474bdf3bbed0bbc55972ebbae40c717f19c7cc70f671d8a | 5abc2e5f80e26c26c389a6758697e7b4c4404c75b1a48d62b9e8601dd99b4fe2 | 5abc2e5f80e26c26c389a6758697e7b4c4404c75b1a48d62b9e8601dd99b4fe2 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\event\v1\level\ServerChunkEvents.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 37 | 0 | 1 | false | |
package fuzs.puzzleslib.api.event.v1.level;
import fuzs.puzzleslib.api.event.v1.core.EventInvoker;
import net.minecraft.server.MinecraftServer;
import net.minecraft.server.level.ServerLevel;
public final class ServerLevelEvents {
public static final EventInvoker<ServerLevelEvents.Load> LOAD = EventInvoker.lookup(S... | a04ba1e9b15b824eda2e8bb5d9ec8afd654d5cfcb2bf1e2729a5b24096e45b9d | 7c72a57038e65d1b7bcb6f998d760d23920d411a7f75d7c1868fd0b0fd49218a | 7c72a57038e65d1b7bcb6f998d760d23920d411a7f75d7c1868fd0b0fd49218a | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\event\v1\level\ServerLevelEvents.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 23 | 0 | 1 | false | |
package fuzs.puzzleslib.api.event.v1.level;
import fuzs.puzzleslib.api.event.v1.core.EventInvoker;
import net.minecraft.server.MinecraftServer;
import net.minecraft.server.level.ServerLevel;
public final class ServerLevelTickEvents {
public static final EventInvoker<ServerLevelTickEvents.Start> START = EventInvoke... | 862ebfab0f3eeac2e0cb31128ea3c836f155f9999664cdc387f52885fdaddd5b | bbc0d54ebafdb574da9607aebdc76a2e12fc91e6f3520ef13b97642be7d8a919 | bbc0d54ebafdb574da9607aebdc76a2e12fc91e6f3520ef13b97642be7d8a919 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\event\v1\level\ServerLevelTickEvents.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 23 | 0 | 1 | false | |
package fuzs.puzzleslib.api.event.v1.server;
import fuzs.puzzleslib.api.event.v1.core.EventInvoker;
import fuzs.puzzleslib.api.event.v1.data.MutableValue;
import java.util.function.Consumer;
import java.util.function.IntPredicate;
import net.minecraft.resources.ResourceLocation;
import net.minecraft.world.level.storag... | c7b3294d243af5aeebaac48dc1af5b89dbc917af55bfa60b6606904aec1b564d | fd2bf0460a49abf2e78b185b3fec9a99275bac9222219599f67e0b1b2d0486b0 | fd2bf0460a49abf2e78b185b3fec9a99275bac9222219599f67e0b1b2d0486b0 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\event\v1\server\LootTableLoadEvents.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 28 | 0 | 1 | false | |
package fuzs.puzzleslib.api.event.v1.server;
import com.mojang.brigadier.CommandDispatcher;
import fuzs.puzzleslib.api.event.v1.core.EventInvoker;
import net.minecraft.commands.CommandBuildContext;
import net.minecraft.commands.CommandSourceStack;
import net.minecraft.commands.Commands.CommandSelection;
@FunctionalIn... | 998e6c27a2e17899db1a9b6f9ebfa8f562c4ae8ae205bc51357e7e84d58c4b8a | 49c7beba33d81037c70e760befb30e8dc90705e44f80b9ee0f32810dcfb759cf | 49c7beba33d81037c70e760befb30e8dc90705e44f80b9ee0f32810dcfb759cf | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\event\v1\server\RegisterCommandsCallback.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 14 | 0 | 1 | false | |
package fuzs.puzzleslib.api.event.v1.server;
import fuzs.puzzleslib.api.event.v1.core.EventInvoker;
import net.minecraft.server.MinecraftServer;
public final class ServerLifecycleEvents {
public static final EventInvoker<ServerLifecycleEvents.ServerStarting> STARTING = EventInvoker.lookup(ServerLifecycleEvents.Ser... | 9b5a7e1addbe31a01b66d7a9fb13f3055755fd014eb1070f3a1443815fb46cab | 1dd348214911c5c0a253285b054425cf84b3c21107b4ef423c71c3994552dafb | 1dd348214911c5c0a253285b054425cf84b3c21107b4ef423c71c3994552dafb | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\event\v1\server\ServerLifecycleEvents.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 34 | 0 | 1 | false | |
package fuzs.puzzleslib.api.event.v1.server;
import fuzs.puzzleslib.api.event.v1.core.EventInvoker;
import net.minecraft.server.MinecraftServer;
public final class ServerTickEvents {
public static final EventInvoker<ServerTickEvents.Start> START = EventInvoker.lookup(ServerTickEvents.Start.class);
public static... | 7661eeb97e4ed85b22321c625c9ce3cd8495dbcd176a4752e0f0cb672ae46a8c | 47dd402d67d4bb75cff49fbc5b142b23e6bb00cb04245ea9bd8a9a2ed4c1ebb5 | 47dd402d67d4bb75cff49fbc5b142b23e6bb00cb04245ea9bd8a9a2ed4c1ebb5 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\event\v1\server\ServerTickEvents.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 22 | 0 | 1 | false | |
package fuzs.puzzleslib.api.event.v1.server;
import fuzs.puzzleslib.api.event.v1.core.EventInvoker;
import net.minecraft.server.level.ServerPlayer;
@FunctionalInterface
public interface SyncDataPackContentsCallback {
EventInvoker<SyncDataPackContentsCallback> EVENT = EventInvoker.lookup(SyncDataPackContentsCallbac... | 25d819e78f5e18d30d878ea1e803396986ccebed190acb36fc019c23b3556919 | 0da456fdf37accd0d160d26ba5ba21e3cc58c3bfa62a92e695c0214e131a6eed | 0da456fdf37accd0d160d26ba5ba21e3cc58c3bfa62a92e695c0214e131a6eed | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\event\v1\server\SyncDataPackContentsCallback.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 11 | 0 | 1 | false | |
package fuzs.puzzleslib.api.event.v1.server;
import fuzs.puzzleslib.api.event.v1.core.EventInvoker;
import net.minecraft.core.RegistryAccess;
@FunctionalInterface
public interface TagsUpdatedCallback {
EventInvoker<TagsUpdatedCallback> EVENT = EventInvoker.lookup(TagsUpdatedCallback.class);
void onTagsUpdated(... | 077db1fd6fd72de65c55ad0f94ac9be9174049fa38cf31dd5c384e4e1bbe32f7 | 1d9968b43e77a484e8cd28cc7c2c68e73c6149e37276df64a9b58ddd9ae1ece4 | 1d9968b43e77a484e8cd28cc7c2c68e73c6149e37276df64a9b58ddd9ae1ece4 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\event\v1\server\TagsUpdatedCallback.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 11 | 0 | 1 | false | |
package fuzs.puzzleslib.api.event.v1.entity.living;
import fuzs.puzzleslib.api.event.v1.core.EventInvoker;
import fuzs.puzzleslib.api.event.v1.core.EventResult;
import net.minecraft.world.entity.animal.Animal;
import net.minecraft.world.entity.player.Player;
@FunctionalInterface
public interface AnimalTameCallback {
... | 0f5d85b12b8d36383721aa783b6d4d59cc733fc9d9123e16a79442b95340622b | 928d01701a04c764c31982b90ca6d97c3b74b7747078ef8c723020aa21a5f7c3 | 928d01701a04c764c31982b90ca6d97c3b74b7747078ef8c723020aa21a5f7c3 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\event\v1\entity\living\AnimalTameCallback.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 13 | 0 | 1 | false | |
package fuzs.puzzleslib.api.event.v1.entity.living;
import fuzs.puzzleslib.api.event.v1.core.EventInvoker;
import fuzs.puzzleslib.api.event.v1.core.EventResult;
import fuzs.puzzleslib.api.event.v1.data.MutableValue;
import net.minecraft.world.entity.AgeableMob;
import net.minecraft.world.entity.Mob;
@FunctionalInterf... | 46e2abcba2165078961c1dcb12652cc0d21e02a30681180e7b4c85000be5455c | cf58ed0ee82811c22202bfcdb6b4295da932296066a2306880b62b7b446a9b33 | cf58ed0ee82811c22202bfcdb6b4295da932296066a2306880b62b7b446a9b33 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\event\v1\entity\living\BabyEntitySpawnCallback.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 14 | 0 | 1 | false | |
package fuzs.puzzleslib.api.event.v1.entity.living;
import fuzs.puzzleslib.api.event.v1.core.EventInvoker;
import fuzs.puzzleslib.api.event.v1.core.EventResult;
import net.minecraft.server.level.ServerLevel;
import net.minecraft.world.entity.Mob;
@FunctionalInterface
public interface CheckMobDespawnCallback {
Even... | e2c76e23d43d77a32d249a2c5ca1cc5dfea11087fbde0258daf650099fbbe59d | 7d1b4c5efe71e541a44e4d04ef4d59e163d9ed5526bab63286abf5af27164e43 | 7d1b4c5efe71e541a44e4d04ef4d59e163d9ed5526bab63286abf5af27164e43 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\event\v1\entity\living\CheckMobDespawnCallback.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 13 | 0 | 1 | false | |
package fuzs.puzzleslib.api.event.v1.entity.living;
import com.google.common.collect.Multimap;
import fuzs.puzzleslib.api.event.v1.core.EventInvoker;
import net.minecraft.world.entity.EquipmentSlot;
import net.minecraft.world.entity.ai.attributes.Attribute;
import net.minecraft.world.entity.ai.attributes.AttributeModi... | 7285dc3bfa3411afb4e2b4f383d708ff138ebfb59ba2da8a169a4fdd01717ba5 | fda6f524dcf19f497ab27f0a62afa46088c1667159d78cf05134e5a10fc6725a | fda6f524dcf19f497ab27f0a62afa46088c1667159d78cf05134e5a10fc6725a | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\event\v1\entity\living\ItemAttributeModifiersCallback.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 15 | 0 | 1 | false | |
package fuzs.puzzleslib.api.event.v1.entity.living;
import fuzs.puzzleslib.api.event.v1.core.EventInvoker;
import fuzs.puzzleslib.api.event.v1.core.EventResult;
import net.minecraft.world.damagesource.DamageSource;
import net.minecraft.world.entity.LivingEntity;
@FunctionalInterface
public interface LivingAttackCallb... | 9545ede5755e39d71c3e8e85639e78418d80811404e06431008510742645a3aa | 45c6b31a53fe3edca08e02420504f693d152f342788d0f702b4b0beb09ddbece | 45c6b31a53fe3edca08e02420504f693d152f342788d0f702b4b0beb09ddbece | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\event\v1\entity\living\LivingAttackCallback.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 13 | 0 | 1 | false | |
package fuzs.puzzleslib.api.event.v1.entity.living;
import fuzs.puzzleslib.api.event.v1.core.EventInvoker;
import fuzs.puzzleslib.api.event.v1.core.EventResult;
import fuzs.puzzleslib.api.event.v1.data.DefaultedValue;
import net.minecraft.world.entity.LivingEntity;
@FunctionalInterface
public interface LivingChangeTa... | c6b48fa19e46176a5ffe533ed6bda00944eca675d457a423eebdf0dfcf49afe0 | d5e29405781aa66317698c5bd928477141902b58ecde4f00da313a0d68d04fe9 | d5e29405781aa66317698c5bd928477141902b58ecde4f00da313a0d68d04fe9 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\event\v1\entity\living\LivingChangeTargetCallback.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 13 | 0 | 1 | false | |
package fuzs.puzzleslib.api.event.v1.entity.living;
import fuzs.puzzleslib.api.event.v1.core.EventInvoker;
import net.minecraft.world.entity.LivingEntity;
@FunctionalInterface
public interface LivingConversionCallback {
EventInvoker<LivingConversionCallback> EVENT = EventInvoker.lookup(LivingConversionCallback.cla... | 7ecf5e36e2f2c80987df49d6f82dbb4abe654719eb55d9d24429721995446e5b | ccf1ecffa6da7416dca59caacc239b71a627f698574a8feef5fb4e84f99d0e30 | ccf1ecffa6da7416dca59caacc239b71a627f698574a8feef5fb4e84f99d0e30 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\event\v1\entity\living\LivingConversionCallback.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 11 | 0 | 1 | false | |
package fuzs.puzzleslib.api.event.v1.entity.living;
import fuzs.puzzleslib.api.event.v1.core.EventInvoker;
import fuzs.puzzleslib.api.event.v1.core.EventResult;
import net.minecraft.world.damagesource.DamageSource;
import net.minecraft.world.entity.LivingEntity;
@FunctionalInterface
public interface LivingDeathCallba... | 01daf3d2cd7df8a5167f7e72126f97947d93f85ffd2d13c5eed10ffa9d538ae3 | 19fb2c57d1efd6c0baa5d323ce0d4d45664d21904b610f7bf360653e673828bb | 19fb2c57d1efd6c0baa5d323ce0d4d45664d21904b610f7bf360653e673828bb | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\event\v1\entity\living\LivingDeathCallback.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 13 | 0 | 1 | false | |
package fuzs.puzzleslib.api.event.v1.entity.living;
import fuzs.puzzleslib.api.event.v1.core.EventInvoker;
import fuzs.puzzleslib.api.event.v1.core.EventResult;
import java.util.Collection;
import net.minecraft.world.damagesource.DamageSource;
import net.minecraft.world.entity.LivingEntity;
import net.minecraft.world.... | fbedfe651ee97eda2c19e1510f121f522d3ae4c2f2cc78e8ca6861b91ef6e759 | d26e38d08fa0ff6667487468c764c675f1485fc3f9f6561c8332667d68422162 | d26e38d08fa0ff6667487468c764c675f1485fc3f9f6561c8332667d68422162 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\event\v1\entity\living\LivingDropsCallback.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 14 | 0 | 1 | false | |
package fuzs.puzzleslib.api.event.v1.entity.living;
import fuzs.puzzleslib.api.event.v1.core.EventInvoker;
import net.minecraft.world.entity.EquipmentSlot;
import net.minecraft.world.entity.LivingEntity;
import net.minecraft.world.item.ItemStack;
@FunctionalInterface
public interface LivingEquipmentChangeCallback {
... | 20a9136ef1222d25863d259dd34ec76b082e7cc27798d7fe4b436b8de8f4be39 | 10e41fd42e4a513d0b6a51bcfa16647ea0bd2955e3b9245f4f245d92d5209cde | 10e41fd42e4a513d0b6a51bcfa16647ea0bd2955e3b9245f4f245d92d5209cde | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\event\v1\entity\living\LivingEquipmentChangeCallback.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 13 | 0 | 1 | false | |
package fuzs.puzzleslib.api.event.v1.entity.living;
import fuzs.puzzleslib.api.event.v1.core.EventInvoker;
import fuzs.puzzleslib.api.event.v1.core.EventResult;
import fuzs.puzzleslib.api.event.v1.data.DefaultedDouble;
import fuzs.puzzleslib.api.event.v1.data.DefaultedInt;
import fuzs.puzzleslib.api.event.v1.data.Muta... | 019250c20210bc8e91ce4cc51c05badeb6352a7ab04c31de8f7f2c1e96f2a9ec | 3257d3a751bc45a89be3d6a9b99b9ad7bd6f98a8592453e35f472d2fdda0825e | 3257d3a751bc45a89be3d6a9b99b9ad7bd6f98a8592453e35f472d2fdda0825e | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\event\v1\entity\living\LivingEvents.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 46 | 0 | 1 | false | |
package fuzs.puzzleslib.api.event.v1.entity.living;
import fuzs.puzzleslib.api.event.v1.core.EventInvoker;
import fuzs.puzzleslib.api.event.v1.core.EventResult;
import fuzs.puzzleslib.api.event.v1.data.DefaultedInt;
import net.minecraft.world.entity.LivingEntity;
import net.minecraft.world.entity.player.Player;
import... | 65fc237deefc8056e190c36d774246ede63a5a58c568250bff0dd4729af56097 | 5d3403ee26aa263f26548a0b544c4ece84b26b4b9ef9e179249ab9a7eb163dc7 | 5d3403ee26aa263f26548a0b544c4ece84b26b4b9ef9e179249ab9a7eb163dc7 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\event\v1\entity\living\LivingExperienceDropCallback.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 15 | 0 | 1 | false | |
package fuzs.puzzleslib.api.event.v1.entity.living;
import fuzs.puzzleslib.api.event.v1.core.EventInvoker;
import fuzs.puzzleslib.api.event.v1.core.EventResult;
import fuzs.puzzleslib.api.event.v1.data.MutableFloat;
import net.minecraft.world.entity.LivingEntity;
@FunctionalInterface
public interface LivingFallCallba... | 4ed31cf60f12463e1953a2fa2788b2b6c6cbac9ba6fdec6d1c221b691754f685 | b2fcca06ad6af3a01d011f2b971776e798d65693c563e0e377b46c5f6bde26de | b2fcca06ad6af3a01d011f2b971776e798d65693c563e0e377b46c5f6bde26de | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\event\v1\entity\living\LivingFallCallback.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 13 | 0 | 1 | false | |
package fuzs.puzzleslib.api.event.v1.entity.living;
import fuzs.puzzleslib.api.event.v1.core.EventInvoker;
import fuzs.puzzleslib.api.event.v1.core.EventResult;
import fuzs.puzzleslib.api.event.v1.data.MutableFloat;
import net.minecraft.world.damagesource.DamageSource;
import net.minecraft.world.entity.LivingEntity;
... | cf416028892ee973dbf3dd949f662b0e159c55f11a7de781c838355f24b31092 | 262c847fa5bf88f27961732f3b737e1b4b31678eab08dd6a55735f3b7194806b | 262c847fa5bf88f27961732f3b737e1b4b31678eab08dd6a55735f3b7194806b | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\event\v1\entity\living\LivingHurtCallback.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 14 | 0 | 1 | false | |
package fuzs.puzzleslib.api.event.v1.entity.living;
import fuzs.puzzleslib.api.event.v1.core.EventInvoker;
import fuzs.puzzleslib.api.event.v1.core.EventResult;
import fuzs.puzzleslib.api.event.v1.data.DefaultedDouble;
import net.minecraft.world.entity.LivingEntity;
@FunctionalInterface
public interface LivingKnockBa... | 288418b88731941c6e16e109543d8a597b84268f76088cd5518432ade60f02bf | 4c4ee82c4947d71cf8193f65af9382aa4eabaee1ca4bea98ef4c429e61410ba7 | 4c4ee82c4947d71cf8193f65af9382aa4eabaee1ca4bea98ef4c429e61410ba7 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\event\v1\entity\living\LivingKnockBackCallback.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 13 | 0 | 1 | false | |
package fuzs.puzzleslib.api.event.v1.entity.living;
import fuzs.puzzleslib.api.event.v1.core.EventInvoker;
import fuzs.puzzleslib.api.event.v1.data.MutableInt;
import net.minecraft.world.damagesource.DamageSource;
import net.minecraft.world.entity.LivingEntity;
import org.jetbrains.annotations.Nullable;
@FunctionalIn... | 1a99838863f97849facdc8ddcbd31c526e8a8e2e727f5f580e4bc0d1b328406c | 5fde214752f836d8b665f027ce1570fcb1be3e284eeebb67e39d08c629fffd27 | 5fde214752f836d8b665f027ce1570fcb1be3e284eeebb67e39d08c629fffd27 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\event\v1\entity\living\LootingLevelCallback.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 14 | 0 | 1 | false | |
package fuzs.puzzleslib.api.event.v1.entity.living;
import fuzs.puzzleslib.api.event.v1.core.EventInvoker;
import fuzs.puzzleslib.api.event.v1.core.EventResult;
import net.minecraft.world.effect.MobEffectInstance;
import net.minecraft.world.entity.Entity;
import net.minecraft.world.entity.LivingEntity;
import org.jetb... | ed45db9a21a9118bbaec3e25c2f717bf9b67782a9d62272010ffa719e1df0a1c | 50aefb1a87f003782bcf0338e9f92cd12ca7ec817cb451ab654154f476c9506a | 50aefb1a87f003782bcf0338e9f92cd12ca7ec817cb451ab654154f476c9506a | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\event\v1\entity\living\MobEffectEvents.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 38 | 0 | 1 | false | |
package fuzs.puzzleslib.api.event.v1.entity.living;
import fuzs.puzzleslib.api.event.v1.core.EventInvoker;
import fuzs.puzzleslib.api.event.v1.core.EventResult;
import fuzs.puzzleslib.api.event.v1.data.DefaultedFloat;
import net.minecraft.world.damagesource.DamageSource;
import net.minecraft.world.entity.LivingEntity;... | c86e73b7150cef82e0ea30532e16bbf10476f46e1a0d482b12531860f2fd8489 | ba762be056a8af3f2813770f49f696c0cfc1670c0b64ebb82d151d8bbdc475b1 | ba762be056a8af3f2813770f49f696c0cfc1670c0b64ebb82d151d8bbdc475b1 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\event\v1\entity\living\ShieldBlockCallback.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 14 | 0 | 1 | false | |
package fuzs.puzzleslib.api.event.v1.entity.living;
import fuzs.puzzleslib.api.event.v1.core.EventInvoker;
import fuzs.puzzleslib.api.event.v1.core.EventResult;
import fuzs.puzzleslib.api.event.v1.data.MutableInt;
import fuzs.puzzleslib.api.event.v1.data.MutableValue;
import net.minecraft.world.entity.LivingEntity;
im... | 15bea8a9efd5b8d4763316a4567c869571b0db37702375843cf561613176727e | d701c75cfa6d8eebaf2000f251c11bc1ae6a119a447651a97931088352d68673 | d701c75cfa6d8eebaf2000f251c11bc1ae6a119a447651a97931088352d68673 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\event\v1\entity\living\UseItemEvents.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 38 | 0 | 1 | false | |
package fuzs.puzzleslib.api.event.v1.entity.player;
import fuzs.puzzleslib.api.event.v1.core.EventInvoker;
import fuzs.puzzleslib.api.event.v1.data.MutableFloat;
import net.minecraft.world.entity.player.Player;
import net.minecraft.world.item.ItemStack;
@FunctionalInterface
public interface AnvilRepairCallback {
E... | baeaaeacafdb86101d21a9c837bc7e6bff4ecb06bc76a0b63670708171cd753f | d537cbfafe7582b61195a90621ec3ad97ab43671a7fe57acaecfd0ba8e6a7f73 | d537cbfafe7582b61195a90621ec3ad97ab43671a7fe57acaecfd0ba8e6a7f73 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\event\v1\entity\player\AnvilRepairCallback.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 13 | 0 | 1 | false | |
package fuzs.puzzleslib.api.event.v1.entity.player;
import fuzs.puzzleslib.api.event.v1.core.EventInvoker;
import fuzs.puzzleslib.api.event.v1.core.EventResult;
import fuzs.puzzleslib.api.event.v1.data.MutableInt;
import fuzs.puzzleslib.api.event.v1.data.MutableValue;
import net.minecraft.world.entity.player.Player;
i... | 487601d6c38ab45fd21c63bc328ada73a9c5341e4027e1f5979b469d2f018a91 | 16a618b81a4429e33f8f183dd1f0ee6f600659e1c628816a54e58a07b41298eb | 16a618b81a4429e33f8f183dd1f0ee6f600659e1c628816a54e58a07b41298eb | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\event\v1\entity\player\AnvilUpdateCallback.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 15 | 0 | 1 | false | |
package fuzs.puzzleslib.api.event.v1.entity.player;
import fuzs.puzzleslib.api.event.v1.core.EventInvoker;
import fuzs.puzzleslib.api.event.v1.core.EventResult;
import fuzs.puzzleslib.api.event.v1.data.MutableInt;
import net.minecraft.world.entity.player.Player;
import net.minecraft.world.item.ItemStack;
import net.mi... | 2bdd55db00066757c0b94b58df08b43533158ba30b9daa084e42cd4bda81c71b | 37824832e28c60da17efe6805690d2e5b0876e445a4107f2ae969997d723921e | 37824832e28c60da17efe6805690d2e5b0876e445a4107f2ae969997d723921e | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\event\v1\entity\player\ArrowLooseCallback.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 15 | 0 | 1 | false | |
package fuzs.puzzleslib.api.event.v1.entity.player;
import fuzs.puzzleslib.api.event.v1.core.EventInvoker;
import fuzs.puzzleslib.api.event.v1.core.EventResult;
import net.minecraft.core.BlockPos;
import net.minecraft.world.item.ItemStack;
import net.minecraft.world.level.Level;
import net.minecraft.world.level.block.... | 2b73b85408b2051878eaf78d6859b1705a200924835daac0ba485a42cb7ce49e | d8c468ed44b77509834b473b43e4ab7a3636d3e8b7a830eba816234365873a3d | d8c468ed44b77509834b473b43e4ab7a3636d3e8b7a830eba816234365873a3d | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\event\v1\entity\player\BonemealCallback.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 15 | 0 | 1 | false | |
package fuzs.puzzleslib.api.event.v1.entity.player;
import fuzs.puzzleslib.api.event.v1.core.EventInvoker;
import fuzs.puzzleslib.api.event.v1.core.EventResult;
import fuzs.puzzleslib.api.event.v1.data.DefaultedValue;
import fuzs.puzzleslib.api.event.v1.data.MutableInt;
import fuzs.puzzleslib.api.event.v1.data.Mutable... | dd19cd0354a59623318d94682a19f0866eccbc78a1b1f2c57ac7dc08a3f85fbc | 3f98eef71a83511309b0b4a2ba3a8988d9ed99782e4afc4375028e604464e0bb | 3f98eef71a83511309b0b4a2ba3a8988d9ed99782e4afc4375028e604464e0bb | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\event\v1\entity\player\GrindstoneEvents.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 25 | 0 | 1 | false | |
package fuzs.puzzleslib.api.event.v1.entity.player;
import fuzs.puzzleslib.api.event.v1.core.EventInvoker;
import fuzs.puzzleslib.api.event.v1.core.EventResult;
import net.minecraft.world.entity.item.ItemEntity;
import net.minecraft.world.entity.player.Player;
@FunctionalInterface
public interface ItemTossCallback {
... | cce74191aeb74e82c507c0c8cf02126f7646ab0d07e7e3613403a3d9ded179f9 | e8ffc6b0f908413cc24bbd8a5f12d105341b37f3d9f2abc01902dab19e4bd7ec | e8ffc6b0f908413cc24bbd8a5f12d105341b37f3d9f2abc01902dab19e4bd7ec | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\event\v1\entity\player\ItemTossCallback.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 13 | 0 | 1 | false | |
package fuzs.puzzleslib.api.event.v1.entity.player;
import fuzs.puzzleslib.api.event.v1.core.EventInvoker;
import fuzs.puzzleslib.api.event.v1.core.EventResult;
import net.minecraft.world.entity.item.ItemEntity;
import net.minecraft.world.entity.player.Player;
public interface ItemTouchCallback {
EventInvoker<Item... | 7422c912e8250a8c3e8350ac273a7d01825d6c8366b29d6905441a4f2543f16e | 649a9d9d0b75e3e5552f2e82d9cfa6c9232bc04ca8b7eb06fe04319788a4e73e | 649a9d9d0b75e3e5552f2e82d9cfa6c9232bc04ca8b7eb06fe04319788a4e73e | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\event\v1\entity\player\ItemTouchCallback.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 12 | 0 | 1 | false | |
package fuzs.puzzleslib.api.event.v1.entity.player;
import fuzs.puzzleslib.api.event.v1.core.EventInvoker;
import fuzs.puzzleslib.api.event.v1.core.EventResult;
import fuzs.puzzleslib.api.event.v1.data.DefaultedFloat;
import net.minecraft.server.level.ServerLevel;
import net.minecraft.server.level.ServerPlayer;
import... | 26ed6418d5ff28a54064fc87b64f3687cf4eaeae0ca16154d60e5debd452104c | 4b540012fbbc7e9c7e33e5eb1622a7ad5d8e1d69e19a9891bf723b3ff90a5782 | 4b540012fbbc7e9c7e33e5eb1622a7ad5d8e1d69e19a9891bf723b3ff90a5782 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\event\v1\entity\player\PlayerEvents.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 72 | 0 | 1 | false | |
package fuzs.puzzleslib.api.event.v1.entity.player;
import fuzs.puzzleslib.api.event.v1.core.EventInvoker;
import fuzs.puzzleslib.api.event.v1.core.EventResult;
import fuzs.puzzleslib.api.event.v1.core.EventResultHolder;
import net.minecraft.core.BlockPos;
import net.minecraft.core.Direction;
import net.minecraft.worl... | bf26ffc28fe0fd663314902db5f9e64a60116e498afc433cd0a74f415aeb6972 | 9058dcd6bffbb7efa0ae0d995803d5fa67d64956511e36a54d764ee871b694d0 | 9058dcd6bffbb7efa0ae0d995803d5fa67d64956511e36a54d764ee871b694d0 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\event\v1\entity\player\PlayerInteractEvents.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 74 | 0 | 1 | false | |
package fuzs.puzzleslib.api.event.v1.entity.player;
import fuzs.puzzleslib.api.event.v1.core.EventInvoker;
import net.minecraft.world.entity.player.Player;
public final class PlayerTickEvents {
public static final EventInvoker<PlayerTickEvents.Start> START = EventInvoker.lookup(PlayerTickEvents.Start.class);
pu... | c763d5a5f77c11cefd367d9b2dab419bf7686721a93db3062e81d2e2dd87db93 | e4ca4ecd7c7b7051d0425798ab53cd21f551b9e21a2cea7baf47e331fec5e6c4 | e4ca4ecd7c7b7051d0425798ab53cd21f551b9e21a2cea7baf47e331fec5e6c4 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\event\v1\entity\player\PlayerTickEvents.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 22 | 0 | 1 | false | |
package fuzs.puzzleslib.api.event.v1.entity.player;
import fuzs.puzzleslib.api.event.v1.core.EventInvoker;
import fuzs.puzzleslib.api.event.v1.core.EventResult;
import net.minecraft.world.entity.ExperienceOrb;
import net.minecraft.world.entity.player.Player;
public final class PlayerXpEvents {
public static final ... | cb519b15fe531e344a737871cad657821fe850ca759f6005322f8581a5abd97b | c1736d433a588981484b6af13a64d7197ea1a3d3185a6c030881faddf946d036 | c1736d433a588981484b6af13a64d7197ea1a3d3185a6c030881faddf946d036 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\event\v1\entity\player\PlayerXpEvents.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 18 | 0 | 1 | false | |
package fuzs.puzzleslib.api.init.v2;
import fuzs.puzzleslib.impl.core.CommonFactories;
import java.util.function.BiConsumer;
import net.minecraft.server.MinecraftServer;
import net.minecraft.world.level.GameRules.BooleanValue;
import net.minecraft.world.level.GameRules.Category;
import net.minecraft.world.level.GameRu... | 5fe64a040973373c7f97b5ec0bfc20be610607d302c041aa7a1ec494dee955e6 | 56a2141fd621ab449de985018a21c5b6c195d62b8055cb79b4192de154ab71e7 | 56a2141fd621ab449de985018a21c5b6c195d62b8055cb79b4192de154ab71e7 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\init\v2\GameRulesFactory.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 53 | 0 | 1 | false | |
package fuzs.puzzleslib.api.init.v2;
import fuzs.puzzleslib.impl.core.CommonFactories;
import net.minecraft.world.item.Item;
import net.minecraft.world.item.PotionItem;
import net.minecraft.world.item.alchemy.Potion;
import net.minecraft.world.item.crafting.Ingredient;
import net.minecraft.world.level.ItemLike;
publi... | e066b02a5723d2c8b08b5619c79604ee4eb400af55c79186022485cdec61c80b | 63e84c59bbe8a953d23a7fa6ebf85deeadd01d67e30e01bc48a79ed1b908c1ad | 63e84c59bbe8a953d23a7fa6ebf85deeadd01d67e30e01bc48a79ed1b908c1ad | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\init\v2\PotionBrewingRegistry.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 26 | 0 | 1 | false | |
package fuzs.puzzleslib.api.init.v2;
import com.google.common.collect.Sets;
import fuzs.puzzleslib.api.core.v1.ModLoader;
import fuzs.puzzleslib.api.init.v2.builder.ExtendedMenuSupplier;
import fuzs.puzzleslib.api.init.v2.builder.PoiTypeBuilder;
import fuzs.puzzleslib.impl.core.ModContext;
import java.util.Arrays;
imp... | 71b4abcfb20025d021ea2e531a59c594f83e9eadf875334c65b5fdb736ce4800 | 4d29ed655ff12fa49fe8ad452e9cddd794d42158e08e9ca91042bbb453729746 | 4d29ed655ff12fa49fe8ad452e9cddd794d42158e08e9ca91042bbb453729746 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\init\v2\RegistryManager.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 194 | 0 | 1 | false | |
package fuzs.puzzleslib.api.init.v2;
import net.minecraft.core.Holder;
import net.minecraft.core.Registry;
import net.minecraft.core.registries.BuiltInRegistries;
import net.minecraft.resources.ResourceKey;
import net.minecraft.resources.ResourceLocation;
import org.jetbrains.annotations.Nullable;
public interface Re... | d3b09fde8bc5f53636d138af91a9352ea88254fb4cb1256134c3779b1d16010b | 37ae156e1ba016df54bad443560221c5477cf8150048c6d6e1ee641fdbb65d84 | 37ae156e1ba016df54bad443560221c5477cf8150048c6d6e1ee641fdbb65d84 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\init\v2\RegistryReference.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 81 | 0 | 1 | false | |
package fuzs.puzzleslib.api.init.v3;
import fuzs.puzzleslib.api.core.v1.CommonAbstractions;
import java.util.Objects;
import java.util.Optional;
import net.minecraft.core.Holder;
import net.minecraft.core.Registry;
import net.minecraft.core.Holder.Reference;
import net.minecraft.core.registries.BuiltInRegistries;
impo... | 3c0ac8cbcee163b1cd39a718dee7e1f2f0a5558808f860e8b525aaf2aba9e2b2 | 9cfd59654c8d6af293c86febde21e886d5040e047f4b89517349920c0715f046 | 9cfd59654c8d6af293c86febde21e886d5040e047f4b89517349920c0715f046 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\init\v3\RegistryHelper.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 85 | 0 | 1 | false | |
package fuzs.puzzleslib.api.init.v3;
import com.google.common.collect.ImmutableSet;
import com.google.common.collect.Sets;
import fuzs.puzzleslib.api.core.v1.ModLoader;
import fuzs.puzzleslib.api.init.v2.builder.ExtendedMenuSupplier;
import fuzs.puzzleslib.impl.core.ModContext;
import java.util.Arrays;
import java.uti... | 540025a19bee26adba665a4e3a3fa29b34ea2ab6caa89a5190501b0a7e790381 | 387916fe19106ced21e1fedc1e2ebb953a65cbaf934fdcb9281fae3e471e997f | 387916fe19106ced21e1fedc1e2ebb953a65cbaf934fdcb9281fae3e471e997f | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\init\v3\RegistryManager.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 153 | 0 | 1 | false | |
package fuzs.puzzleslib.api.init.v2.builder;
import net.minecraft.network.FriendlyByteBuf;
import net.minecraft.world.entity.player.Inventory;
import net.minecraft.world.inventory.AbstractContainerMenu;
@FunctionalInterface
public interface ExtendedMenuSupplier<T extends AbstractContainerMenu> {
T create(int var1,... | 6ddcce3d02100f2f5f090bbf8cd5a9c982ed23d3ec43d388cef01192dbccf6cf | 550333f34a541581b81726af61ebb1a71b372c37913a0881ae7fac658e1ea8d8 | 550333f34a541581b81726af61ebb1a71b372c37913a0881ae7fac658e1ea8d8 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\init\v2\builder\ExtendedMenuSupplier.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 10 | 0 | 1 | false | |
package fuzs.puzzleslib.api.init.v2.builder;
import com.google.common.collect.ImmutableSet;
import java.util.stream.Stream;
import net.minecraft.world.level.block.Block;
import net.minecraft.world.level.block.state.BlockState;
@Deprecated(forRemoval = true)
public record PoiTypeBuilder(int ticketCount, int searchDist... | 3494d4576b82a6217ffbb84fe1a5156de09aafbfd8979b46fd028c97a720e9d4 | fd6f43754f6fc06c1eccee048f222c093626d887d9609ead2cdb8ee6518fe977 | fd6f43754f6fc06c1eccee048f222c093626d887d9609ead2cdb8ee6518fe977 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\init\v2\builder\PoiTypeBuilder.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 25 | 0 | 1 | false | |
package fuzs.puzzleslib.api.init.v3.tags;
import com.google.common.collect.Maps;
import java.util.Map;
import net.minecraft.core.Registry;
import net.minecraft.core.registries.Registries;
import net.minecraft.resources.ResourceKey;
import net.minecraft.resources.ResourceLocation;
import net.minecraft.tags.TagKey;
impo... | a9b407d2898ef69ac1b425fa904871eac9bacf2a5be1c648e26fcabd8958cf27 | b9557b28bd84e98f843959f595d959f71a4bb47d25be00c0b69caad4bf5147d3 | b9557b28bd84e98f843959f595d959f71a4bb47d25be00c0b69caad4bf5147d3 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\init\v3\tags\BoundTagFactory.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 72 | 0 | 1 | false | |
package fuzs.puzzleslib.api.init.v3.tags;
import com.google.common.collect.Maps;
import java.util.Map;
import java.util.Objects;
import net.minecraft.core.Registry;
import net.minecraft.core.registries.Registries;
import net.minecraft.resources.ResourceKey;
import net.minecraft.resources.ResourceLocation;
import net.m... | 41fce6b32551bd62e184593636e8750402121005bcefcf8a23eb5e6e8023aa94 | 9b07272cd2b4220a6f9679dbeb4479c56d9a46ea423e6a0ab2a12432856cb0ce | 9b07272cd2b4220a6f9679dbeb4479c56d9a46ea423e6a0ab2a12432856cb0ce | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\init\v3\tags\TypedTagFactory.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 74 | 0 | 1 | false | |
package fuzs.puzzleslib.api.item.v2;
import fuzs.puzzleslib.impl.item.CreativeModeTabConfiguratorImpl;
import java.util.function.Supplier;
import net.minecraft.resources.ResourceLocation;
import net.minecraft.world.item.ItemStack;
import net.minecraft.world.item.CreativeModeTab.DisplayItemsGenerator;
public interface... | ceed31deec2ef8d1306711e8d54cd7226723ae5d8c8dce8a9add5c99d65c7338 | 36f699f5401da649dc46ecc9efc2c54ad09410140e0ce778b414d786c6238cbc | 36f699f5401da649dc46ecc9efc2c54ad09410140e0ce778b414d786c6238cbc | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\item\v2\CreativeModeTabConfigurator.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 35 | 0 | 1 | false | |
package fuzs.puzzleslib.api.item.v2;
import com.google.common.base.Suppliers;
import fuzs.puzzleslib.impl.item.ArmorMaterialImpl;
import fuzs.puzzleslib.impl.item.TierImpl;
import java.util.function.Supplier;
import net.minecraft.resources.ResourceLocation;
import net.minecraft.sounds.SoundEvent;
import net.minecraft.... | efa5f7c5ef3f2dda1c4be6e03ffd3b5c62475685a012a6bae73460d0e9d5629f | 84f3e11dc6d9ed1bf3ffc9358b822aa2ef16f85389e6e53a5200537f7b358346 | 84f3e11dc6d9ed1bf3ffc9358b822aa2ef16f85389e6e53a5200537f7b358346 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\item\v2\ItemEquipmentFactories.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 55 | 0 | 1 | false | |
package fuzs.puzzleslib.api.item.v2;
import com.google.gson.JsonObject;
import java.util.Objects;
import net.minecraft.core.NonNullList;
import net.minecraft.core.RegistryAccess;
import net.minecraft.core.registries.BuiltInRegistries;
import net.minecraft.nbt.CompoundTag;
import net.minecraft.network.FriendlyByteBuf;
... | 19bf3ad8b886240db2c00f557a1d32dd132a964fd3dae853c1c6d242a1a6b782 | 7c0c1ef327b8a115f57d6354719033ed8d9d5896060da9980d90238b795d7c2f | 7c0c1ef327b8a115f57d6354719033ed8d9d5896060da9980d90238b795d7c2f | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\item\v2\LegacySmithingTransformRecipe.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 133 | 0 | 1 | false | |
package fuzs.puzzleslib.api.item.v2;
import fuzs.puzzleslib.impl.core.CommonFactories;
import net.minecraft.tags.ItemTags;
import net.minecraft.world.item.AxeItem;
import net.minecraft.world.item.BowItem;
import net.minecraft.world.item.CrossbowItem;
import net.minecraft.world.item.FishingRodItem;
import net.minecraft... | b2177e95fcecb50c27ee18ad506b66884d4761cb2db9f920e8bda0740ae68d5c | 693297af26758a14223c3ee15a03d863749b215475ece66826fb1d1d337ef3dc | 693297af26758a14223c3ee15a03d863749b215475ece66826fb1d1d337ef3dc | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\item\v2\ToolTypeHelper.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 88 | 0 | 1 | false | |
package fuzs.puzzleslib.api.item.v2.crafting;
import fuzs.puzzleslib.impl.core.CommonFactories;
import java.util.Objects;
import net.minecraft.nbt.CompoundTag;
import net.minecraft.world.item.ItemStack;
import net.minecraft.world.item.crafting.Ingredient;
import net.minecraft.world.level.ItemLike;
import org.jetbrains... | 907cc8cc23930cf0a4d72abf7032f93a3b617c89e709d1e4d2c7710f9c94db0c | cc7c6ebd92e1102c961b1d7d6eac1ce9bd2047529871062c0c0da87d1a74c539 | cc7c6ebd92e1102c961b1d7d6eac1ce9bd2047529871062c0c0da87d1a74c539 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\item\v2\crafting\CombinedIngredients.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 32 | 0 | 1 | false | |
package fuzs.puzzleslib.api.network.v2;
import net.minecraft.network.FriendlyByteBuf;
import net.minecraft.world.entity.player.Player;
public interface MessageV2<T extends MessageV2<T>> {
void write(FriendlyByteBuf var1);
void read(FriendlyByteBuf var1);
MessageV2.MessageHandler<T> makeHandler();
publi... | 4fe49c66c0df886b61373915e49e6fff4ebca8c5c88f8c93304d72ea0fd96d8a | bc4a6c465b6bd9f1d635dd7ba6aaf3e477d0cc732f64c8ec8b19259cc3927e49 | bc4a6c465b6bd9f1d635dd7ba6aaf3e477d0cc732f64c8ec8b19259cc3927e49 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\network\v2\MessageV2.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 16 | 0 | 1 | false | |
package fuzs.puzzleslib.api.network.v2;
import fuzs.puzzleslib.api.core.v1.CommonAbstractions;
import fuzs.puzzleslib.api.core.v1.Proxy;
import fuzs.puzzleslib.impl.core.ModContext;
import java.util.function.Supplier;
import net.minecraft.core.BlockPos;
import net.minecraft.network.protocol.Packet;
import net.minecraf... | de59f85423eeaef1f5ef5c07a3b93a64bc52a57c651902a507ccd2fae1af6e99 | 36494ca412db7ad38a72f170229fe9d896cbcd8a2ed744eff4bdaab86e8cbc65 | 36494ca412db7ad38a72f170229fe9d896cbcd8a2ed744eff4bdaab86e8cbc65 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\network\v2\NetworkHandlerV2.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 96 | 0 | 1 | false | |
package fuzs.puzzleslib.api.network.v2;
import net.minecraft.network.FriendlyByteBuf;
import org.jetbrains.annotations.ApiStatus.NonExtendable;
public interface WritableMessage<T extends MessageV2<T>> extends MessageV2<T> {
@NonExtendable
@Override
default void read(FriendlyByteBuf buf) {
throw new Uns... | ae84a66cc84103f0ac1a14cb42487a9c5df92ab213e45d3946e8d2bd1da84b2c | e36180a4dbddbf3ee185b34e89d47e9a779475a6d297c6dbd17df6dc0498166a | e36180a4dbddbf3ee185b34e89d47e9a779475a6d297c6dbd17df6dc0498166a | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\network\v2\WritableMessage.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 20 | 0 | 1 | false | |
package fuzs.puzzleslib.api.network.v3;
import net.minecraft.client.Minecraft;
import net.minecraft.client.multiplayer.ClientLevel;
import net.minecraft.client.multiplayer.ClientPacketListener;
import net.minecraft.client.player.LocalPlayer;
public abstract class ClientMessageListener<T extends Record> {
public ab... | 0ef6839078b9c82e014adb8bd51bba546ec8c46ab5aa2de33ae4ba0f47566a21 | 5c6ddd70136dbd01a59de843ef02b4bb3522eb7a1d67691e34b14da8f8670f8e | 5c6ddd70136dbd01a59de843ef02b4bb3522eb7a1d67691e34b14da8f8670f8e | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\network\v3\ClientMessageListener.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 10 | 0 | 1 | false | |
package fuzs.puzzleslib.api.network.v3;
import org.jetbrains.annotations.ApiStatus.Internal;
public interface MessageV3<T> {
T getHandler();
@Internal
default T unwrap() {
return (T)this;
}
} | 49bf54a0ae8fe7cf7ed4fc59bdc33739424d7d2757ab4e10fd39f6a4bbf3e24a | ac5d6209598937f6345e2cb830a18fe6809326b5bf99c647efc8b127f7e45a1e | ac5d6209598937f6345e2cb830a18fe6809326b5bf99c647efc8b127f7e45a1e | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\network\v3\MessageV3.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 12 | 0 | 1 | false | |
package fuzs.puzzleslib.api.network.v3;
import com.google.common.base.Preconditions;
import fuzs.puzzleslib.api.core.v1.Buildable;
import fuzs.puzzleslib.api.core.v1.CommonAbstractions;
import fuzs.puzzleslib.api.core.v1.Proxy;
import fuzs.puzzleslib.api.network.v3.serialization.MessageSerializer;
import fuzs.puzzlesl... | b63e60a92acbf74f26b79b0d09f145bc4509f767b14cf026a8ab97073a8ffde7 | 1ee7d2dd0ff89fb3e3fc69ccfffd03299179bf5b21431188a1c00cb43df7931a | 1ee7d2dd0ff89fb3e3fc69ccfffd03299179bf5b21431188a1c00cb43df7931a | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\network\v3\NetworkHandlerV3.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 226 | 0 | 1 | false | |
package fuzs.puzzleslib.api.network.v3;
import com.google.common.base.Preconditions;
import java.util.Objects;
import net.minecraft.core.Vec3i;
import net.minecraft.network.protocol.Packet;
import net.minecraft.server.MinecraftServer;
import net.minecraft.server.level.ServerLevel;
import net.minecraft.server.level.Ser... | 05e2d65b3f78af736bc3f5c4b2b4dd1e0d08a5191b49831d99d8a859e086d400 | 3c0d46d271db7246808fa446297403330270c773ebb168166c15bb705b345e45 | 3c0d46d271db7246808fa446297403330270c773ebb168166c15bb705b345e45 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\network\v3\PlayerSet.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 100 | 0 | 1 | false | |
package fuzs.puzzleslib.api.network.v3;
import net.minecraft.server.MinecraftServer;
import net.minecraft.server.level.ServerLevel;
import net.minecraft.server.level.ServerPlayer;
import net.minecraft.server.network.ServerGamePacketListenerImpl;
public abstract class ServerMessageListener<T extends Record> {
publi... | 2e9adb37f3179d812547313a4391dff8e56d2f449dd63b7885f133c659d56f54 | 11cb1f634545c108f089031e73115c6c27748478465148804b1f10a94a6c4d11 | 11cb1f634545c108f089031e73115c6c27748478465148804b1f10a94a6c4d11 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\network\v3\ServerMessageListener.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 10 | 0 | 1 | false | |
package fuzs.puzzleslib.api.network.v3.serialization;
import net.minecraft.network.FriendlyByteBuf;
public interface MessageSerializer<T> {
void write(FriendlyByteBuf var1, T var2);
T read(FriendlyByteBuf var1);
} | ef377b68ae86f846d53cc000cca73adceaa037a2f4129983bfa8f2e2a46388a9 | a1c0bb9bab6e733cd48fdbe0ea480f1c46abad0f403b776d5fb84b1498a4a4cf | a1c0bb9bab6e733cd48fdbe0ea480f1c46abad0f403b776d5fb84b1498a4a4cf | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\network\v3\serialization\MessageSerializer.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 9 | 0 | 1 | false | |
package fuzs.puzzleslib.api.network.v3.serialization;
import com.google.common.collect.Lists;
import com.google.common.collect.Maps;
import com.google.common.collect.Sets;
import com.mojang.authlib.GameProfile;
import com.mojang.datafixers.util.Either;
import fuzs.puzzleslib.impl.network.serialization.RecordSerializer... | 975de895f6d833217139584b3c163d1c9be02b5307603a3502577809707195a2 | 95e41a491cedcab9a9cae630e9b15e4ff9dc7e6561acd6b079ca7ada8e3f01b1 | 95e41a491cedcab9a9cae630e9b15e4ff9dc7e6561acd6b079ca7ada8e3f01b1 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\network\v3\serialization\MessageSerializers.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 290 | 0 | 1 | false | |
package fuzs.puzzleslib.api.shapes.v1;
import com.google.common.collect.Maps;
import java.util.Collections;
import java.util.Map;
import net.minecraft.core.Direction;
import net.minecraft.world.phys.shapes.Shapes;
import net.minecraft.world.phys.shapes.VoxelShape;
import org.joml.Quaternionf;
import org.joml.Vector3d;... | 092b36d5029cc29b5818cccb2255b479f2a81e97a7a53e53254826002fd5530a | 0c279a03380d53a15e58e0f7de5b401087b57190150d9b6f68682c98b1add813 | 0c279a03380d53a15e58e0f7de5b401087b57190150d9b6f68682c98b1add813 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\shapes\v1\ShapesHelper.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 43 | 0 | 1 | false | |
package fuzs.puzzleslib.impl.biome;
import fuzs.puzzleslib.api.biome.v1.BiomeLoadingContext;
import fuzs.puzzleslib.api.core.v1.CommonAbstractions;
import java.util.Optional;
import net.minecraft.core.Holder;
import net.minecraft.core.Registry;
import net.minecraft.core.RegistryAccess;
import net.minecraft.core.regist... | 87cda58758af2fa9d9a785cc7daf45a6225939b8e1c15683a80518e6370affac | a41418a055b08bd2c085e433cca1af6cb61645cd1af44d1560e56a5a87d79096 | a41418a055b08bd2c085e433cca1af6cb61645cd1af44d1560e56a5a87d79096 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\impl\biome\BiomeLoadingContextForge.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 68 | 0 | 1 | false | |
package fuzs.puzzleslib.impl.biome;
import fuzs.puzzleslib.api.biome.v1.ClimateSettingsContext;
import java.util.Objects;
import net.minecraft.world.level.biome.Biome.TemperatureModifier;
import net.minecraftforge.common.world.ClimateSettingsBuilder;
import org.jetbrains.annotations.NotNull;
public record ClimateSett... | e0721b84e50ff5daafd99dc09f785f43e8ab76213f72175f723857e4e07d1986 | f719953e01318bbbe4b63a439757cc4783d01604081881c24bbd108b926b8e1f | f719953e01318bbbe4b63a439757cc4783d01604081881c24bbd108b926b8e1f | puzzles-lib | puzzles-lib | fuzs\puzzleslib\impl\biome\ClimateSettingsContextForge.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 40 | 0 | 1 | false | |
package fuzs.puzzleslib.impl.biome;
import fuzs.puzzleslib.api.biome.v1.GenerationSettingsContext;
import fuzs.puzzleslib.api.core.v1.CommonAbstractions;
import java.util.Collections;
import net.minecraft.core.Holder;
import net.minecraft.core.Registry;
import net.minecraft.core.RegistryAccess;
import net.minecraft.co... | a8cc51d5f89a12361587b18f6bfb127a65ef47387473b21e71f540131b14d6e5 | 64ddb04335c8482a786bbf435844858ab1721728bb329404d54e08cadff36e93 | 64ddb04335c8482a786bbf435844858ab1721728bb329404d54e08cadff36e93 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\impl\biome\GenerationSettingsContextForge.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 59 | 0 | 1 | false | |
package fuzs.puzzleslib.impl.biome;
import com.google.common.collect.ImmutableSet;
import fuzs.puzzleslib.api.biome.v1.MobSpawnSettingsContext;
import fuzs.puzzleslib.mixin.accessor.MobSpawnSettingsBuilderForgeAccessor;
import java.util.List;
import java.util.Set;
import java.util.function.BiPredicate;
import net.mine... | 9f362d03f589d7d66f34ed6abba5daf585f9fdba816f55d877453fb24e61463d | dd3f400940a74b64c2b11701557937fb4f5ec8e6dc75a5f04829208ba1929b4d | dd3f400940a74b64c2b11701557937fb4f5ec8e6dc75a5f04829208ba1929b4d | puzzles-lib | puzzles-lib | fuzs\puzzleslib\impl\biome\MobSpawnSettingsContextForge.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 79 | 0 | 1 | false | |
package fuzs.puzzleslib.impl.biome;
import fuzs.puzzleslib.api.biome.v1.SpecialEffectsContext;
import fuzs.puzzleslib.mixin.accessor.BiomeSpecialEffectsBuilderForgeAccessor;
import java.util.Objects;
import java.util.Optional;
import net.minecraft.core.Holder;
import net.minecraft.sounds.Music;
import net.minecraft.so... | 7abda01c91e161fb68c7eed8e1267a0c7f43f56dbbef4856a0d0b7ec4349dc7c | 26f58f9e88213d8a93bae323852cd7deaf937ee62a82c4c9daee4207d323030f | 26f58f9e88213d8a93bae323852cd7deaf937ee62a82c4c9daee4207d323030f | puzzles-lib | puzzles-lib | fuzs\puzzleslib\impl\biome\SpecialEffectsContextForge.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 138 | 0 | 1 | false | |
package fuzs.puzzleslib.impl.chat;
import com.google.common.collect.Lists;
import java.util.List;
import java.util.Map;
import java.util.Optional;
import java.util.Map.Entry;
import net.minecraft.network.chat.Component;
import net.minecraft.network.chat.FormattedText;
import net.minecraft.network.chat.MutableComponent... | 0a49e5b14712cf6e25534f70938a1f84395aef5e93e2de9797839855863fa27f | 4c2fd56fcab0337c4d4fda9fa5450c7dcc2147edf0151eabd8113b5c8356a382 | 4c2fd56fcab0337c4d4fda9fa5450c7dcc2147edf0151eabd8113b5c8356a382 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\impl\chat\FormattedContentSink.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 65 | 0 | 1 | false | |
package fuzs.puzzleslib.impl.client;
import fuzs.puzzleslib.api.client.core.v1.ClientModConstructor;
import net.minecraftforge.api.distmarker.Dist;
import net.minecraftforge.eventbus.api.SubscribeEvent;
import net.minecraftforge.fml.common.Mod.EventBusSubscriber;
import net.minecraftforge.fml.common.Mod.EventBusSubscr... | f0170022e3d1ddae6c23bc448839d77a6e716dd37ed09af37575c64e863d3554 | 55b7d648fff553b4ce53e41c9d67440dcdd4504142a513d06979e3f914596f3f | 55b7d648fff553b4ce53e41c9d67440dcdd4504142a513d06979e3f914596f3f | puzzles-lib | puzzles-lib | fuzs\puzzleslib\impl\client\PuzzlesLibForgeClient.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 16 | 0 | 1 | false | |
package fuzs.puzzleslib.impl.config;
import com.google.common.base.CaseFormat;
import com.google.common.collect.HashMultimap;
import com.google.common.collect.Lists;
import com.google.common.collect.Multimap;
import com.google.common.collect.ObjectArrays;
import fuzs.puzzleslib.api.config.v3.Config;
import fuzs.puzzle... | 3f2479d003836666065373e79c2e3bd7af34048f87dd5ed5fd0103b142486a78 | 78a9635928eeb898bf0c36d018f34938297f2389f7c7965d523ccc915117b5e7 | 78a9635928eeb898bf0c36d018f34938297f2389f7c7965d523ccc915117b5e7 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\impl\config\AnnotatedConfigBuilder.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 209 | 0 | 1 | false | |
package fuzs.puzzleslib.impl.config;
import com.google.common.collect.ImmutableList;
import com.google.common.collect.Lists;
import com.mojang.datafixers.util.Either;
import com.mojang.datafixers.util.Unit;
import fuzs.puzzleslib.api.config.v3.ConfigCore;
import fuzs.puzzleslib.api.config.v3.ConfigDataHolder;
import f... | 8919c553bbcedc33da7bb527947356a167735a477473f3d2e5a17b38410fd744 | 1a5d1a6e025f23bb2800c0ffbfc336449b17cd0381d50734f25c6c3b64e48eeb | 1a5d1a6e025f23bb2800c0ffbfc336449b17cd0381d50734f25c6c3b64e48eeb | puzzles-lib | puzzles-lib | fuzs\puzzleslib\impl\config\ConfigDataHolderImpl.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 149 | 0 | 1 | false | |
package fuzs.puzzleslib.impl.config;
import com.google.common.collect.ImmutableMap;
import com.google.common.collect.Maps;
import fuzs.puzzleslib.api.config.v3.ConfigCore;
import fuzs.puzzleslib.api.config.v3.ConfigDataHolder;
import fuzs.puzzleslib.api.config.v3.ConfigHolder;
import fuzs.puzzleslib.api.core.v1.ModLoa... | cbc40ced789d1f2317f4cd5bbd753e48f3b88479212ce71ba3f975637039ea8c | b9e8f290b3bc5872e4fd2afd7e08972c7d75ad01aadb0a69bbd48d6eb5d57a2e | b9e8f290b3bc5872e4fd2afd7e08972c7d75ad01aadb0a69bbd48d6eb5d57a2e | puzzles-lib | puzzles-lib | fuzs\puzzleslib\impl\config\ConfigHolderImpl.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 89 | 0 | 1 | false | |
package fuzs.puzzleslib.impl.config;
import fuzs.puzzleslib.api.config.v3.ConfigCore;
import fuzs.puzzleslib.api.config.v3.ConfigDataHolder;
import fuzs.puzzleslib.api.config.v3.ConfigHolder;
public interface ConfigHolderRegistry extends ConfigHolder {
@Deprecated
@Override
<T extends ConfigCore> ConfigDataH... | 52c21e33c7e73792f4697ba3548380d64c1178aedd97c7dff923f29cd1892f91 | 6daa5aaebdae70f26b5a9cc4f5ec8e1d2b39b9a2877fe2731b656b2d007306d1 | 6daa5aaebdae70f26b5a9cc4f5ec8e1d2b39b9a2877fe2731b656b2d007306d1 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\impl\config\ConfigHolderRegistry.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 17 | 0 | 1 | false | |
package fuzs.puzzleslib.impl.config;
import fuzs.puzzleslib.api.core.v1.ModContainerHelper;
import fuzs.puzzleslib.impl.config.core.ForgeModConfig;
import java.util.Optional;
import net.minecraftforge.eventbus.api.IEventBus;
import net.minecraftforge.fml.ModContainer;
import net.minecraftforge.fml.config.ModConfig;
p... | 42cbd413edc2674e27c693de003f5de5b1dad2e4dfdedc94efd48a467ceacf9f | fa1a7af2a8c2fce8db484072b117921ad30ab62dbb4befa407ac91ea070ddc97 | fa1a7af2a8c2fce8db484072b117921ad30ab62dbb4befa407ac91ea070ddc97 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\impl\config\ForgeConfigHolderImpl.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 27 | 0 | 1 | false | |
package fuzs.puzzleslib.impl.core;
import com.google.common.collect.Maps;
import com.google.common.collect.Multimap;
import com.mojang.serialization.Codec;
import fuzs.puzzleslib.api.biome.v1.BiomeLoadingContext;
import fuzs.puzzleslib.api.biome.v1.BiomeLoadingPhase;
import fuzs.puzzleslib.api.biome.v1.BiomeModificati... | 5bb9f9977373794cb63c1e38d3595da38e4871d7a0bd05bd38a5c244e7046b33 | 11d41fdc419875083ee89f82862d8f38f0594e08ec5561f62cf9375d8c5aa0e4 | 11d41fdc419875083ee89f82862d8f38f0594e08ec5561f62cf9375d8c5aa0e4 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\impl\core\BiomeLoadingHandler.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 127 | 0 | 1 | false | |
package fuzs.puzzleslib.impl.core;
import fuzs.puzzleslib.api.network.v3.ClientMessageListener;
import fuzs.puzzleslib.api.network.v3.ClientboundMessage;
import java.util.Collection;
import net.minecraft.client.Minecraft;
import net.minecraft.client.multiplayer.ClientLevel;
import net.minecraft.client.multiplayer.Clie... | 9109450b47168ff69615187bb6b4b685b5bcef42cd3b975ab6a7a285245350d2 | b64cbd29a6b9f276c01be14b4d168d19d6fbc325563b0935c9465cc7b18e4e6b | b64cbd29a6b9f276c01be14b4d168d19d6fbc325563b0935c9465cc7b18e4e6b | puzzles-lib | puzzles-lib | fuzs\puzzleslib\impl\core\ClientboundModListMessage.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 19 | 0 | 1 | false | |
package fuzs.puzzleslib.impl.core;
import java.util.Objects;
import net.minecraft.client.KeyMapping;
import net.minecraft.client.Minecraft;
import net.minecraft.client.gui.screens.Screen;
import net.minecraft.client.multiplayer.ClientPacketListener;
import net.minecraft.network.chat.Component;
import net.minecraft.wor... | 687574239b1ee035609574e2a44246eefee825d02e8fd1ebf2ae1ba55183c1d7 | 9b76737120ca0870645364733059d841ac6f2c62dd4ae35d923fee4a9c7985c0 | 9b76737120ca0870645364733059d841ac6f2c62dd4ae35d923fee4a9c7985c0 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\impl\core\ClientProxyImpl.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 49 | 0 | 1 | false |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.