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.client.core.v1.context;
import com.mojang.blaze3d.vertex.VertexFormat;
import java.util.function.Consumer;
import net.minecraft.client.renderer.ShaderInstance;
import net.minecraft.resources.ResourceLocation;
@FunctionalInterface
public interface CoreShadersContext {
void registerCoreSh... | 52fc9b1b4b1a3ba909b2be6e1a1a6746c69b918bb642f0b64837bf8579169b8c | 487bf088e740ff53acd256a94864fcd2021947cf2072b57c3e54709f05c651ab | 487bf088e740ff53acd256a94864fcd2021947cf2072b57c3e54709f05c651ab | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\client\core\v1\context\CoreShadersContext.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 11 | 0 | 1 | false | |
package fuzs.puzzleslib.api.client.core.v1.context;
import fuzs.puzzleslib.api.client.core.v1.ClientAbstractions;
import java.util.Map;
import net.minecraft.client.resources.model.BakedModel;
import net.minecraft.client.resources.model.ModelBakery;
import net.minecraft.client.resources.model.ModelManager;
import net.m... | dcb9a36abddbd05b1851afcff298ca4b7d6dac2d64320f77460ed16966dfb8ff | a705d63c9b581da9db7877589a22f23f585ee2bd851d8bd0315751ef47bfcf58 | a705d63c9b581da9db7877589a22f23f585ee2bd851d8bd0315751ef47bfcf58 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\client\core\v1\context\DynamicBakingCompletedContext.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 21 | 0 | 1 | false | |
package fuzs.puzzleslib.api.client.core.v1.context;
import java.util.Map;
import net.minecraft.client.resources.model.BakedModel;
import net.minecraft.client.resources.model.ModelBakery;
import net.minecraft.resources.ResourceLocation;
@Deprecated(forRemoval = true)
public interface DynamicModifyBakingResultContext {... | 94daddaddb5416829ed47a1fd37065ab439fd0af39fcdda5beeaa4d326ca61f9 | 99806ab0894c6fdf147430fc3c57de174b9b91edd89a602f8cb5c2cb20f076b6 | 99806ab0894c6fdf147430fc3c57de174b9b91edd89a602f8cb5c2cb20f076b6 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\client\core\v1\context\DynamicModifyBakingResultContext.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 13 | 0 | 1 | false | |
package fuzs.puzzleslib.api.client.core.v1.context;
import net.minecraft.client.renderer.entity.EntityRendererProvider;
import net.minecraft.world.entity.Entity;
import net.minecraft.world.entity.EntityType;
@FunctionalInterface
public interface EntityRenderersContext {
<T extends Entity> void registerEntityRender... | 0bfc49e3dd2e5c950cb9ce1abe48eb083764b40fc338b61657302025cf76b8c7 | 51dd28fab7da0c86c9dad4b1e5e05f512afa6ff7705c17712d442bc43ea8c4f8 | 51dd28fab7da0c86c9dad4b1e5e05f512afa6ff7705c17712d442bc43ea8c4f8 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\client\core\v1\context\EntityRenderersContext.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 10 | 0 | 1 | false | |
package fuzs.puzzleslib.api.client.core.v1.context;
import net.minecraft.resources.ResourceLocation;
import net.minecraft.world.entity.EntityType;
@FunctionalInterface
public interface EntitySpectatorShaderContext {
void registerSpectatorShader(ResourceLocation var1, EntityType<?>... var2);
} | b883011cf76053898be15302e014d509c9dce1df780ef37d9574df19ee0803f5 | 40f3982055adcf09b82dd568ad8882aaf5006061f9b2a074c3449b13dedae9a3 | 40f3982055adcf09b82dd568ad8882aaf5006061f9b2a074c3449b13dedae9a3 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\client\core\v1\context\EntitySpectatorShaderContext.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 9 | 0 | 1 | false | |
package fuzs.puzzleslib.api.client.core.v1.context;
import fuzs.puzzleslib.api.client.init.v1.DynamicItemDecorator;
import net.minecraft.world.level.ItemLike;
@FunctionalInterface
public interface ItemDecorationContext {
void registerItemDecorator(DynamicItemDecorator var1, ItemLike... var2);
} | cd43c9b4c3aca625f10701773d04180d43bc673fc9926e20bf61f2677bef7dd3 | 5dac62ea3a6ff332fed9a69ea0973e8cbb693644f8f99d30ad7824ffca47e3d9 | 5dac62ea3a6ff332fed9a69ea0973e8cbb693644f8f99d30ad7824ffca47e3d9 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\client\core\v1\context\ItemDecorationContext.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 9 | 0 | 1 | false | |
package fuzs.puzzleslib.api.client.core.v1.context;
import net.minecraft.client.renderer.item.ClampedItemPropertyFunction;
import net.minecraft.resources.ResourceLocation;
import net.minecraft.world.level.ItemLike;
public interface ItemModelPropertiesContext {
void registerGlobalProperty(ResourceLocation var1, Cla... | 0fcc44d2b4631ed0bda72b4a7a4c51aa60450b148312d414e7ca300c2275d73d | e866adddf37c3126e1d026ee129922475d52ccd20db53bb1a945184373665932 | e866adddf37c3126e1d026ee129922475d52ccd20db53bb1a945184373665932 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\client\core\v1\context\ItemModelPropertiesContext.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 11 | 0 | 1 | false | |
package fuzs.puzzleslib.api.client.core.v1.context;
import com.google.common.base.Preconditions;
import fuzs.puzzleslib.api.client.screen.v2.KeyMappingActivationHelper;
import java.util.Objects;
import net.minecraft.client.KeyMapping;
@FunctionalInterface
public interface KeyMappingsContext {
@Deprecated(forRemova... | 14328777c15dfa58e635d0ab9f55a228b787464a525497d281751db4f14e9158 | ace4a570ea03dd00373cce30c29f10e39bad37e93f3e384db915a5424620f184 | ace4a570ea03dd00373cce30c29f10e39bad37e93f3e384db915a5424620f184 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\client\core\v1\context\KeyMappingsContext.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 22 | 0 | 1 | false | |
package fuzs.puzzleslib.api.client.core.v1.context;
import java.util.function.Supplier;
import net.minecraft.client.model.geom.ModelLayerLocation;
import net.minecraft.client.model.geom.builders.LayerDefinition;
@FunctionalInterface
public interface LayerDefinitionsContext {
void registerLayerDefinition(ModelLayer... | ceaa66b9b1b5f884426288d73762816dc82c2d6dc6b720ede6e0bf3d2e2982d1 | ef9f74bb807b2e6794a8daf74acc5ca8b9afc1140a003155f25691600b197210 | ef9f74bb807b2e6794a8daf74acc5ca8b9afc1140a003155f25691600b197210 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\client\core\v1\context\LayerDefinitionsContext.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 10 | 0 | 1 | false | |
package fuzs.puzzleslib.api.client.core.v1.context;
import java.util.function.BiFunction;
import net.minecraft.client.model.EntityModel;
import net.minecraft.client.renderer.entity.RenderLayerParent;
import net.minecraft.client.renderer.entity.EntityRendererProvider.Context;
import net.minecraft.client.renderer.entity... | 5d700da2f78a194ec9a420a0e184673b2654c87099e2533481ffac9528a8c5cc | 356933f176fedc5b5ec6842866e7891a72dbe679fbcfdf6a4921130a48212202 | 356933f176fedc5b5ec6842866e7891a72dbe679fbcfdf6a4921130a48212202 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\client\core\v1\context\LivingEntityRenderLayersContext.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 16 | 0 | 1 | false | |
package fuzs.puzzleslib.api.client.core.v1.context;
import net.minecraft.client.gui.screens.Screen;
import net.minecraft.client.gui.screens.MenuScreens.ScreenConstructor;
import net.minecraft.client.gui.screens.inventory.MenuAccess;
import net.minecraft.world.inventory.AbstractContainerMenu;
import net.minecraft.world... | dcadf32fd17315a45e687795b92c86d02afb7eabcc117f6bfdd2d5efa8cb40e5 | 2cdfc497db2458baeb7c12e17c9a517dfc38b2ef63b685a48a1612d6f67adb66 | 2cdfc497db2458baeb7c12e17c9a517dfc38b2ef63b685a48a1612d6f67adb66 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\client\core\v1\context\MenuScreensContext.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 12 | 0 | 1 | false | |
package fuzs.puzzleslib.api.client.core.v1.context;
import fuzs.puzzleslib.api.client.particle.v1.ClientParticleTypes;
import fuzs.puzzleslib.impl.client.particle.ClientParticleTypesImpl;
import net.minecraft.client.particle.ParticleProvider;
import net.minecraft.client.particle.ParticleEngine.SpriteParticleRegistrati... | be725e4b125001cb85e1c3974827303f25cb95c47f1b883b490b0755df41d095 | 7a811b76161111cf9e11d3602b1f5cca2a76f4994805b4c555fd657136aeae16 | 7a811b76161111cf9e11d3602b1f5cca2a76f4994805b4c555fd657136aeae16 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\client\core\v1\context\ParticleProvidersContext.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 35 | 0 | 1 | false | |
package fuzs.puzzleslib.api.client.core.v1.context;
import net.minecraft.client.renderer.RenderType;
public interface RenderTypesContext<T> {
void registerRenderType(RenderType var1, T... var2);
RenderType getRenderType(T var1);
} | 0a40737db0d9b726f9b0772f9266248bc56f4cf4cbaca327b439bb12c8017331 | 49d99a48c0378cabe5371e53e63665590f44cb793b5072db60dedd3014c9afd3 | 49d99a48c0378cabe5371e53e63665590f44cb793b5072db60dedd3014c9afd3 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\client\core\v1\context\RenderTypesContext.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 9 | 0 | 1 | false | |
package fuzs.puzzleslib.api.client.core.v1.context;
import fuzs.puzzleslib.api.client.core.v1.ClientAbstractions;
import java.util.Objects;
import net.minecraft.client.searchtree.SearchRegistry;
import net.minecraft.client.searchtree.SearchRegistry.Key;
import net.minecraft.client.searchtree.SearchRegistry.TreeBuilder... | 746371719af9448154d724f41927db2b2213fffa8f3f3241bcd7ac64969a176f | 06b8bb4eb39d27cef703b8159a3dbfecdbe35cda2b9b5fb2ac36b928d244c27f | 06b8bb4eb39d27cef703b8159a3dbfecdbe35cda2b9b5fb2ac36b928d244c27f | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\client\core\v1\context\SearchRegistryContext.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 18 | 0 | 1 | false | |
package fuzs.puzzleslib.api.client.core.v1.context;
import fuzs.puzzleslib.api.client.init.v1.SkullRenderersFactory;
public interface SkullRenderersContext {
void registerSkullRenderer(SkullRenderersFactory var1);
} | 4aab7c47b51cdd6f84923c2a25a9fdb2fcae8cbed9d639dd0c93ae7c92a814cf | ce9f4f2b441dd86b4e61daeccc8fd8ab6b6da78bf91eef97bd6fbdeee333c753 | ce9f4f2b441dd86b4e61daeccc8fd8ab6b6da78bf91eef97bd6fbdeee333c753 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\client\core\v1\context\SkullRenderersContext.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 7 | 0 | 1 | false | |
package fuzs.puzzleslib.api.client.event.v1;
import fuzs.puzzleslib.api.event.v1.core.EventInvoker;
import fuzs.puzzleslib.api.event.v1.core.EventResult;
import net.minecraft.client.gui.components.toasts.Toast;
import net.minecraft.client.gui.components.toasts.ToastComponent;
@FunctionalInterface
public interface Add... | ec8cb88a628d6812e147000f4d84732b55924112c1e888c9e632890ee5b48620 | 6290ac146ffab0fbfb9a8a29f82b7076b6223e179797d0b763fb205f295680b4 | 6290ac146ffab0fbfb9a8a29f82b7076b6223e179797d0b763fb205f295680b4 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\client\event\v1\AddToastCallback.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 13 | 0 | 1 | false | |
package fuzs.puzzleslib.api.client.event.v1;
import fuzs.puzzleslib.api.event.v1.core.EventInvoker;
import net.minecraft.client.multiplayer.ClientLevel;
import net.minecraft.world.level.chunk.LevelChunk;
public final class ClientChunkEvents {
public static final EventInvoker<ClientChunkEvents.Load> LOAD = EventInv... | 0323b8d92d6144ddc62b2cacc5f26f28c9418ae608324d8cd28f06754f3c6000 | 14f1710ab8c245ecfa6f97021a4c4dd0c4e961d056e72da6bf2f484ff2d64612 | 14f1710ab8c245ecfa6f97021a4c4dd0c4e961d056e72da6bf2f484ff2d64612 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\client\event\v1\ClientChunkEvents.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 23 | 0 | 1 | false | |
package fuzs.puzzleslib.api.client.event.v1;
import fuzs.puzzleslib.api.event.v1.core.EventInvoker;
import fuzs.puzzleslib.api.event.v1.core.EventResult;
import net.minecraft.client.multiplayer.ClientLevel;
import net.minecraft.world.entity.Entity;
public final class ClientEntityLevelEvents {
public static final E... | 8c3b27e52b08a5ef55f00922d96aa0a4a69a5d0fb7aec0cfac02f6fbbf7c06f1 | 2f3e62c72ac3ab69afae53f7177bbe6bcc3e1981b1bc3239f1a04de8b375b4ba | 2f3e62c72ac3ab69afae53f7177bbe6bcc3e1981b1bc3239f1a04de8b375b4ba | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\client\event\v1\ClientEntityLevelEvents.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 24 | 0 | 1 | false | |
package fuzs.puzzleslib.api.client.event.v1;
import fuzs.puzzleslib.api.event.v1.core.EventInvoker;
import net.minecraft.client.Minecraft;
import net.minecraft.client.multiplayer.ClientLevel;
public final class ClientLevelEvents {
public static final EventInvoker<ClientLevelEvents.Load> LOAD = EventInvoker.lookup(... | e467e53f21abe43e7fcbcb4dc9fd53f4f31a2e83315655f29dd5309d1a40e316 | 0a57eab5291b3903aa391cb5b0e567bb0c02160c3eefe3af0c495557064187c4 | 0a57eab5291b3903aa391cb5b0e567bb0c02160c3eefe3af0c495557064187c4 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\client\event\v1\ClientLevelEvents.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 23 | 0 | 1 | false | |
package fuzs.puzzleslib.api.client.event.v1;
import fuzs.puzzleslib.api.event.v1.core.EventInvoker;
import net.minecraft.client.Minecraft;
import net.minecraft.client.multiplayer.ClientLevel;
public final class ClientLevelTickEvents {
public static final EventInvoker<ClientLevelTickEvents.Start> START = EventInvok... | bc57e481f2ab3e495b536f003956531fdda726e4b4328e197219a2800e1b5bcd | 5e1d78cffa0d8e9801b2a33d5492d040e47bcfa61b7b423389298d2d326dd54b | 5e1d78cffa0d8e9801b2a33d5492d040e47bcfa61b7b423389298d2d326dd54b | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\client\event\v1\ClientLevelTickEvents.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 23 | 0 | 1 | false | |
package fuzs.puzzleslib.api.client.event.v1;
import fuzs.puzzleslib.api.event.v1.core.EventInvoker;
import net.minecraft.client.multiplayer.MultiPlayerGameMode;
import net.minecraft.client.player.LocalPlayer;
import net.minecraft.network.Connection;
public final class ClientPlayerEvents {
public static final Event... | 6c118909fd3315a4a001308ef81cc8ec022e2c08b0d1ce464d104e99457eeaeb | e37ec1e4441e58ab92ab34d149ed58dbe0708bc114c940098f0bf5fb035ad9fa | e37ec1e4441e58ab92ab34d149ed58dbe0708bc114c940098f0bf5fb035ad9fa | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\client\event\v1\ClientPlayerEvents.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 30 | 0 | 1 | false | |
package fuzs.puzzleslib.api.client.event.v1;
import fuzs.puzzleslib.api.event.v1.core.EventInvoker;
import net.minecraft.client.Minecraft;
public final class ClientTickEvents {
public static final EventInvoker<ClientTickEvents.Start> START = EventInvoker.lookup(ClientTickEvents.Start.class);
public static final... | afea8735b487476155237df70155dd92308d7c343a4d2bdccccdbeafb8bee815 | 7fd901a9146d0e1b1e5c50d5e93848134cee6ebb5270ce63c8471b5b7a33c019 | 7fd901a9146d0e1b1e5c50d5e93848134cee6ebb5270ce63c8471b5b7a33c019 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\client\event\v1\ClientTickEvents.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 22 | 0 | 1 | false | |
package fuzs.puzzleslib.api.client.event.v1;
import fuzs.puzzleslib.api.event.v1.core.EventInvoker;
import fuzs.puzzleslib.api.event.v1.data.MutableFloat;
import net.minecraft.client.Camera;
import net.minecraft.client.renderer.GameRenderer;
@FunctionalInterface
public interface ComputeCameraAnglesCallback {
Event... | 1238414ce5b51c4e49184831a552d8d3ac009cdc05f0f497e3c10165f3f250bc | dfaffd3bcbcbd08aeda8c8ea34b53653b2a91f18ff6e4b0bf574a90d45992be5 | dfaffd3bcbcbd08aeda8c8ea34b53653b2a91f18ff6e4b0bf574a90d45992be5 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\client\event\v1\ComputeCameraAnglesCallback.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 13 | 0 | 1 | false | |
package fuzs.puzzleslib.api.client.event.v1;
import fuzs.puzzleslib.api.event.v1.core.EventInvoker;
import fuzs.puzzleslib.api.event.v1.data.DefaultedFloat;
import net.minecraft.world.entity.player.Player;
public interface ComputeFovModifierCallback {
EventInvoker<ComputeFovModifierCallback> EVENT = EventInvoker.l... | b913bf90659f89f8d087e0ced3a81ec32055cddf739ed7603e2536a5b46594b4 | 470553387fe897681d096cdd55cef8af67dc8c51e2a9f1e5cb8f04554ba90c33 | 470553387fe897681d096cdd55cef8af67dc8c51e2a9f1e5cb8f04554ba90c33 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\client\event\v1\ComputeFovModifierCallback.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 11 | 0 | 1 | false | |
package fuzs.puzzleslib.api.client.event.v1;
import fuzs.puzzleslib.api.event.v1.core.EventInvoker;
import net.minecraft.client.gui.GuiGraphics;
import net.minecraft.client.gui.screens.inventory.AbstractContainerScreen;
public final class ContainerScreenEvents {
public static final EventInvoker<ContainerScreenEven... | 74a9865fde1398f4dad7cdaed2d54f1374062e4760aacbcaf98a9e30e054ecf3 | bf73b6625ee6ba8b7edd0ae510d510dca8715c21bdb5baedc205f8a1cf74ab03 | bf73b6625ee6ba8b7edd0ae510d510dca8715c21bdb5baedc205f8a1cf74ab03 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\client\event\v1\ContainerScreenEvents.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 23 | 0 | 1 | false | |
package fuzs.puzzleslib.api.client.event.v1;
import com.mojang.blaze3d.platform.Window;
import fuzs.puzzleslib.api.event.v1.core.EventInvoker;
import fuzs.puzzleslib.api.event.v1.data.MutableInt;
import net.minecraft.client.gui.GuiGraphics;
@FunctionalInterface
public interface CustomizeChatPanelCallback {
EventIn... | 5a4b6d3248996aef6fe9a931a9aece51ca3001d3376f177d430957f04673de30 | d66e279796b7cb744d82d1730ad19d6487f018fee44dc93054bdcfdcdbc76072 | d66e279796b7cb744d82d1730ad19d6487f018fee44dc93054bdcfdcdbc76072 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\client\event\v1\CustomizeChatPanelCallback.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 13 | 0 | 1 | false | |
package fuzs.puzzleslib.api.client.event.v1;
import com.mojang.blaze3d.shaders.FogShape;
import fuzs.puzzleslib.api.event.v1.core.EventInvoker;
import fuzs.puzzleslib.api.event.v1.data.MutableFloat;
import fuzs.puzzleslib.api.event.v1.data.MutableValue;
import net.minecraft.client.Camera;
import net.minecraft.client.r... | da039a396a265d679264f2a38a5a282b5417260b14daae57d6d8377354b92595 | 35cb675a2c3848c0fb02c902245532156be6601b59bd089aab9b57e1fbf7db80 | 35cb675a2c3848c0fb02c902245532156be6601b59bd089aab9b57e1fbf7db80 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\client\event\v1\FogEvents.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 30 | 0 | 1 | false | |
package fuzs.puzzleslib.api.client.event.v1;
import fuzs.puzzleslib.api.event.v1.core.EventInvoker;
import net.minecraft.client.Minecraft;
import net.minecraft.client.renderer.GameRenderer;
public final class GameRenderEvents {
public static final EventInvoker<GameRenderEvents.Before> BEFORE = EventInvoker.lookup(... | 40919bf33e8bbed91568a1e110edb400dfb371dc748cb4a86c0f1e050a784be3 | 678f6209575f6cffa96826e5db81c8fde757e4fe35f3aae5c1afec6f6c4ff076 | 678f6209575f6cffa96826e5db81c8fde757e4fe35f3aae5c1afec6f6c4ff076 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\client\event\v1\GameRenderEvents.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 23 | 0 | 1 | false | |
package fuzs.puzzleslib.api.client.event.v1;
import fuzs.puzzleslib.api.event.v1.core.EventInvoker;
import java.util.List;
public final class GatherDebugTextEvents {
public static final EventInvoker<GatherDebugTextEvents.Left> LEFT = EventInvoker.lookup(GatherDebugTextEvents.Left.class);
public static final Eve... | cad90d12ac80fdb9e891c8832b1eedcc7494a83ad7b29e503e8247943b52a5f5 | ffa4041d7ac84cf6ce170b5fb67850d84cef4630fa09b0086807498656c1dfac | ffa4041d7ac84cf6ce170b5fb67850d84cef4630fa09b0086807498656c1dfac | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\client\event\v1\GatherDebugTextEvents.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 22 | 0 | 1 | false | |
package fuzs.puzzleslib.api.client.event.v1;
import fuzs.puzzleslib.api.event.v1.core.EventInvoker;
import fuzs.puzzleslib.api.event.v1.core.EventResult;
public final class InputEvents {
public static final EventInvoker<InputEvents.BeforeMouseAction> BEFORE_MOUSE_ACTION = EventInvoker.lookup(InputEvents.BeforeMous... | 315f15f5a02b1300e2b2a0d03d8ed2857d62e0908497fd4c9933126271e1bf15 | 17113c07636d441a1125f87bbe4591d6bab2278fae05f9ca3aec5db7ca31c272 | 17113c07636d441a1125f87bbe4591d6bab2278fae05f9ca3aec5db7ca31c272 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\client\event\v1\InputEvents.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 46 | 0 | 1 | false | |
package fuzs.puzzleslib.api.client.event.v1;
import fuzs.puzzleslib.api.event.v1.core.EventInvoker;
import fuzs.puzzleslib.api.event.v1.core.EventResult;
import net.minecraft.client.Minecraft;
import net.minecraft.client.player.LocalPlayer;
import net.minecraft.world.InteractionHand;
import net.minecraft.world.phys.Hi... | 24b14ea24d91449f52bb5f5dc6fa2a95cc0522dec23ba6e060e0d17511d94f70 | 8d019232fa49301e42e80e95d48f280b13e6fc370127fb8fb99a224922a4cdd4 | 8d019232fa49301e42e80e95d48f280b13e6fc370127fb8fb99a224922a4cdd4 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\client\event\v1\InteractionInputEvents.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 40 | 0 | 1 | false | |
package fuzs.puzzleslib.api.client.event.v1;
import fuzs.puzzleslib.api.event.v1.core.EventInvoker;
import fuzs.puzzleslib.api.event.v1.core.EventResult;
import fuzs.puzzleslib.api.event.v1.data.MutableBoolean;
import fuzs.puzzleslib.api.event.v1.data.MutableInt;
import net.minecraft.client.gui.screens.Screen;
@Funct... | 36cc9551639207d27071ed4a42bde07dde0564e50aafb11a98b7a4541fa392e0 | 5d60f4c344b5b449f1e1349291080d4e414be5e9b550bd13a2b5f737ed993d16 | 5d60f4c344b5b449f1e1349291080d4e414be5e9b550bd13a2b5f737ed993d16 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\client\event\v1\InventoryMobEffectsCallback.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 14 | 0 | 1 | false | |
package fuzs.puzzleslib.api.client.event.v1;
import fuzs.puzzleslib.api.event.v1.core.EventInvoker;
import java.util.List;
import net.minecraft.network.chat.Component;
import net.minecraft.world.entity.player.Player;
import net.minecraft.world.item.ItemStack;
import net.minecraft.world.item.TooltipFlag;
import org.jet... | 4913d28b87e17888f62858db52efa2de09f9185dc9b35e7841dff5c6a2742dac | 151d046c03559abfd0c3a5b0b270df25b7bb7b10f77a2a4ece01b66af881ec42 | 151d046c03559abfd0c3a5b0b270df25b7bb7b10f77a2a4ece01b66af881ec42 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\client\event\v1\ItemTooltipCallback.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 16 | 0 | 1 | false | |
package fuzs.puzzleslib.api.client.event.v1;
import fuzs.puzzleslib.api.event.v1.core.EventInvoker;
import fuzs.puzzleslib.api.event.v1.core.EventResultHolder;
import java.util.Map;
import java.util.function.BiConsumer;
import java.util.function.Function;
import java.util.function.Supplier;
import net.minecraft.client... | 50eb5de6f088ae9f7dbf2d3e72b49239c80fe8ed4eae63c3d0b556f76d51fab1 | 2550a7fe1aad576326c6bdc4314093c17c8650968261cd3bc63d53632dd641a4 | 2550a7fe1aad576326c6bdc4314093c17c8650968261cd3bc63d53632dd641a4 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\client\event\v1\ModelEvents.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 87 | 0 | 1 | false | |
package fuzs.puzzleslib.api.client.event.v1;
import fuzs.puzzleslib.api.event.v1.core.EventInvoker;
import net.minecraft.client.player.Input;
import net.minecraft.client.player.LocalPlayer;
@FunctionalInterface
public interface MovementInputUpdateCallback {
EventInvoker<MovementInputUpdateCallback> EVENT = EventIn... | 2876fb6617d3f9a66e3b05b860d479d29db11e4266ccc61ab5bfb523ba45240e | ebcdea9ab3af4b084ad19cf69b0f1ead8884ba7f668ad473e6872bac33af9fb7 | ebcdea9ab3af4b084ad19cf69b0f1ead8884ba7f668ad473e6872bac33af9fb7 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\client\event\v1\MovementInputUpdateCallback.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 12 | 0 | 1 | false | |
package fuzs.puzzleslib.api.client.event.v1;
import com.mojang.blaze3d.vertex.PoseStack;
import fuzs.puzzleslib.api.event.v1.core.EventInvoker;
import fuzs.puzzleslib.api.event.v1.core.EventResult;
import net.minecraft.client.player.LocalPlayer;
import net.minecraft.world.level.block.state.BlockState;
import org.jetbr... | 2c14c31a49207830731f298b6ee169a6d2d94aeda53b5e0e559fdcbd227a5a6e | b9f03f7bce52e4cf4f1b08f366d5df995f6c2ca13c8d83031d8c7f7639780d5e | b9f03f7bce52e4cf4f1b08f366d5df995f6c2ca13c8d83031d8c7f7639780d5e | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\client\event\v1\RenderBlockOverlayCallback.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 15 | 0 | 1 | false | |
package fuzs.puzzleslib.api.client.event.v1;
import fuzs.puzzleslib.api.event.v1.core.EventInvoker;
import net.minecraft.client.Minecraft;
import net.minecraft.client.gui.GuiGraphics;
@FunctionalInterface
public interface RenderGuiCallback {
EventInvoker<RenderGuiCallback> EVENT = EventInvoker.lookup(RenderGuiCall... | d4e6b01d467c8e4659b40708c7070eefda0b3bd899a02a28839d6080e6ea96e8 | 57002d4aa5206fd71d5d0fd52d37bebe49d91af2f44685033fbee5a4b3bdacd4 | 57002d4aa5206fd71d5d0fd52d37bebe49d91af2f44685033fbee5a4b3bdacd4 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\client\event\v1\RenderGuiCallback.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 12 | 0 | 1 | false | |
package fuzs.puzzleslib.api.client.event.v1;
import fuzs.puzzleslib.api.event.v1.core.EventInvoker;
import fuzs.puzzleslib.api.event.v1.core.EventResult;
import java.util.Objects;
import java.util.function.Predicate;
import net.minecraft.client.Minecraft;
import net.minecraft.client.gui.GuiGraphics;
import net.minecra... | 149d9b0d5c171bb29668a44486f58e25e16bb58e69851fcf9d54389a90c1d8bd | 1b3261231315ab89442efa7810a8375fc0df6c37d3b15e4250bce66e11eec060 | 1b3261231315ab89442efa7810a8375fc0df6c37d3b15e4250bce66e11eec060 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\client\event\v1\RenderGuiElementEvents.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 109 | 0 | 1 | false | |
package fuzs.puzzleslib.api.client.event.v1;
import com.mojang.blaze3d.vertex.PoseStack;
import fuzs.puzzleslib.api.event.v1.core.EventInvoker;
import fuzs.puzzleslib.api.event.v1.core.EventResult;
import net.minecraft.client.renderer.MultiBufferSource;
import net.minecraft.world.InteractionHand;
import net.minecraft.... | 562efc3dd1431429e0fe678afe6da16e464d94eebd128f787e665a5244268d02 | 352ac2b91e9c7cccad16f704522d8f250c31f31f0419e3238bc0146b31c1763c | 352ac2b91e9c7cccad16f704522d8f250c31f31f0419e3238bc0146b31c1763c | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\client\event\v1\RenderHandCallback.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 18 | 0 | 1 | false | |
package fuzs.puzzleslib.api.client.event.v1;
import com.mojang.blaze3d.vertex.PoseStack;
import fuzs.puzzleslib.api.event.v1.core.EventInvoker;
import fuzs.puzzleslib.api.event.v1.core.EventResult;
import net.minecraft.client.Camera;
import net.minecraft.client.multiplayer.ClientLevel;
import net.minecraft.client.rend... | 58a830065b3a6b46e089d030c9212f3d48447dcbf6664fabb22381424c97949d | 5acd7f7d6bb26fa4c68fa6860b8427497e7beb4dfba18f70349f70a1c9391010 | 5acd7f7d6bb26fa4c68fa6860b8427497e7beb4dfba18f70349f70a1c9391010 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\client\event\v1\RenderHighlightCallback.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 20 | 0 | 1 | false | |
package fuzs.puzzleslib.api.client.event.v1;
import com.mojang.blaze3d.vertex.PoseStack;
import fuzs.puzzleslib.api.event.v1.core.EventInvoker;
import net.minecraft.client.Camera;
import net.minecraft.client.multiplayer.ClientLevel;
import net.minecraft.client.renderer.GameRenderer;
import net.minecraft.client.rendere... | 1af8eccf823ad561c29aeca87ac0485cb583d6154412b7e6f53cbdce7599dd09 | b6de23f2edca0196ba0d46928263306d50c258670c2a1a2142b0f3c668d0ef70 | b6de23f2edca0196ba0d46928263306d50c258670c2a1a2142b0f3c668d0ef70 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\client\event\v1\RenderLevelEvents.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 48 | 0 | 1 | false | |
package fuzs.puzzleslib.api.client.event.v1;
import com.mojang.blaze3d.vertex.PoseStack;
import fuzs.puzzleslib.api.event.v1.core.EventInvoker;
import fuzs.puzzleslib.api.event.v1.core.EventResult;
import net.minecraft.client.model.EntityModel;
import net.minecraft.client.renderer.MultiBufferSource;
import net.minecra... | f0fdb5e1985ffe981e7012e507db29db6fad6e7286928b4412e644f5e53c8e85 | 2300550bf9c6b9028215cdd70300a819826b3494c013f07dab33f4062d64801d | 2300550bf9c6b9028215cdd70300a819826b3494c013f07dab33f4062d64801d | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\client\event\v1\RenderLivingEvents.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 31 | 0 | 1 | false | |
package fuzs.puzzleslib.api.client.event.v1;
import com.mojang.blaze3d.vertex.PoseStack;
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.client.renderer.MultiBufferSource;
import n... | 06a739080b3485e70df63200ba2036afaec74a0db07e7b118f79c942309bcd08 | 91c70d7bd27e75584ad27ad8a1bff63de8206b0441f1dc7a7582a875e76dfc92 | 91c70d7bd27e75584ad27ad8a1bff63de8206b0441f1dc7a7582a875e76dfc92 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\client\event\v1\RenderNameTagCallback.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 18 | 0 | 1 | false | |
package fuzs.puzzleslib.api.client.event.v1;
import com.mojang.blaze3d.vertex.PoseStack;
import fuzs.puzzleslib.api.event.v1.core.EventInvoker;
import fuzs.puzzleslib.api.event.v1.core.EventResult;
import net.minecraft.client.renderer.MultiBufferSource;
import net.minecraft.client.renderer.entity.player.PlayerRenderer... | 576e5548976caa2b8cfd7ec5a377680a6eda43f7eb06740cbb0efadf8a6fc841 | 55e9e096bb2b1b8ed89a086078b73bc69757239468f69648319671b7192a3cef | 55e9e096bb2b1b8ed89a086078b73bc69757239468f69648319671b7192a3cef | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\client\event\v1\RenderPlayerEvents.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 26 | 0 | 1 | false | |
package fuzs.puzzleslib.api.client.event.v1;
import fuzs.puzzleslib.api.event.v1.core.EventInvoker;
import java.util.List;
import java.util.Objects;
import java.util.function.Consumer;
import net.minecraft.client.Minecraft;
import net.minecraft.client.gui.GuiGraphics;
import net.minecraft.client.gui.components.Abstrac... | a8116c9977360add584434b612755f3d1a7b14ea428b0b793a105180a7bea8b2 | fac323671fb1b8b4232f1620cb8c9389ac82a63de66fb3c1a5ced455301be050 | fac323671fb1b8b4232f1620cb8c9389ac82a63de66fb3c1a5ced455301be050 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\client\event\v1\ScreenEvents.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 103 | 0 | 1 | false | |
package fuzs.puzzleslib.api.client.event.v1;
import fuzs.puzzleslib.api.event.v1.core.EventInvoker;
import fuzs.puzzleslib.api.event.v1.core.EventResult;
import java.util.Objects;
import net.minecraft.client.gui.screens.Screen;
public final class ScreenKeyboardEvents {
private ScreenKeyboardEvents() {
}
pub... | 479469f7865af845643cb6c42dde47b710d6fd35823d7566262406a61f308f0f | 11f9c0a183e8b8637f4a0b38b2088987d239ea7c3d9df98bfde7d86bb6b299bb | 11f9c0a183e8b8637f4a0b38b2088987d239ea7c3d9df98bfde7d86bb6b299bb | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\client\event\v1\ScreenKeyboardEvents.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 51 | 0 | 1 | false | |
package fuzs.puzzleslib.api.client.event.v1;
import fuzs.puzzleslib.api.event.v1.core.EventInvoker;
import fuzs.puzzleslib.api.event.v1.core.EventResult;
import java.util.Objects;
import net.minecraft.client.gui.screens.Screen;
public final class ScreenMouseEvents {
private ScreenMouseEvents() {
}
public st... | fe1293251e4216fb67706bc3f96d6af9541d5e1f29d578c8ceb07b016c310d1c | 7ecaab2b3e6fc9f9ec8131fecc54b075cf40b451fe752806a83261dd42c3de51 | 7ecaab2b3e6fc9f9ec8131fecc54b075cf40b451fe752806a83261dd42c3de51 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\client\event\v1\ScreenMouseEvents.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 91 | 0 | 1 | false | |
package fuzs.puzzleslib.api.client.event.v1;
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.client.gui.screens.Screen;
import org.jetbrains.annotations.Nullable;
@FunctionalInter... | 107fbdfb8537cccbad252196922c78c3cc16a7a045152dfb25e336438eac3c50 | 6b9f5ffdf5d338e2e85fa8299aa96e259247218976476cf0afc782084bca208a | 6b9f5ffdf5d338e2e85fa8299aa96e259247218976476cf0afc782084bca208a | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\client\event\v1\ScreenOpeningCallback.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 14 | 0 | 1 | false | |
package fuzs.puzzleslib.api.client.event.v1;
import fuzs.puzzleslib.api.event.v1.core.EventInvoker;
import fuzs.puzzleslib.api.event.v1.core.EventResult;
import java.util.List;
import net.minecraft.client.gui.Font;
import net.minecraft.client.gui.GuiGraphics;
import net.minecraft.client.gui.screens.inventory.tooltip.C... | fa407f7be1beefbf17d961602bd2cc556700ec7dd2999bcc96ea1a9930a91a18 | 9e29f446569a0f62ae19a64d0b9bd28aa16f1a6f10d102b29f7b3f966b088378 | 9e29f446569a0f62ae19a64d0b9bd28aa16f1a6f10d102b29f7b3f966b088378 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\client\event\v1\ScreenTooltipEvents.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 23 | 0 | 1 | false | |
package fuzs.puzzleslib.api.client.init.v1;
import com.mojang.blaze3d.vertex.PoseStack;
import net.minecraft.client.renderer.MultiBufferSource;
import net.minecraft.server.packs.resources.ResourceManager;
import net.minecraft.server.packs.resources.ResourceManagerReloadListener;
import net.minecraft.world.item.ItemDis... | 9c38ca40af88f48d88adf8e61b36e5d400d47e85c33e15927be2ff41aad23d7e | c7991272f64b8c6ebbe0dafb53bce23c1d109b1097d4f430ad5418dab1588489 | c7991272f64b8c6ebbe0dafb53bce23c1d109b1097d4f430ad5418dab1588489 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\client\init\v1\DynamicBuiltinItemRenderer.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 16 | 0 | 1 | false | |
package fuzs.puzzleslib.api.client.init.v1;
import net.minecraft.client.gui.Font;
import net.minecraft.client.gui.GuiGraphics;
import net.minecraft.world.item.ItemStack;
@FunctionalInterface
public interface DynamicItemDecorator {
boolean renderItemDecorations(GuiGraphics var1, Font var2, ItemStack var3, int var4,... | 03fc7bbc52a30029b7db6a271e8c6bbc9492963e4735df73263216a9542ea7c3 | 23ed6fe715c15ebbbc3043d8bdac5ec0a1bf5af23040e5436d01baf39f87604e | 23ed6fe715c15ebbbc3043d8bdac5ec0a1bf5af23040e5436d01baf39f87604e | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\client\init\v1\DynamicItemDecorator.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 10 | 0 | 1 | false | |
package fuzs.puzzleslib.api.client.init.v1;
import fuzs.puzzleslib.impl.client.core.ClientFactories;
import net.minecraft.client.resources.model.ModelResourceLocation;
import net.minecraft.world.item.ItemDisplayContext;
public interface ItemModelDisplayOverrides {
ItemModelDisplayOverrides INSTANCE = ClientFactori... | 35b525cd0924c595c587193dadc57575713b0bfc6ef546fd15cc3b75f35904eb | db9434182c6888cdd19b5d6296a2688381340419578a25ca6718bf0f394fff0f | db9434182c6888cdd19b5d6296a2688381340419578a25ca6718bf0f394fff0f | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\client\init\v1\ItemModelDisplayOverrides.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 11 | 0 | 1 | false | |
package fuzs.puzzleslib.api.client.init.v1;
import net.minecraft.client.resources.model.ModelResourceLocation;
import net.minecraft.world.item.Item;
import net.minecraft.world.item.ItemDisplayContext;
@Deprecated(forRemoval = true)
public interface ItemModelOverrides {
ItemModelOverrides INSTANCE = (item, itemMode... | fd795d271c7371f5d20b569896bf6e3c44ec0b0c7c5ee5f74243c6e2b908a477 | c907ced2947d93a856fa27f5c0d271bb5f2e5d4adf8adec3db8bba640d071598 | c907ced2947d93a856fa27f5c0d271bb5f2e5d4adf8adec3db8bba640d071598 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\client\init\v1\ItemModelOverrides.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 13 | 0 | 1 | false | |
package fuzs.puzzleslib.api.client.init.v1;
import fuzs.puzzleslib.impl.client.init.ModelLayerFactoryImpl;
import net.minecraft.client.model.geom.ModelLayerLocation;
public interface ModelLayerFactory {
static ModelLayerFactory from(String namespace) {
return new ModelLayerFactoryImpl(namespace);
}
Mo... | bfe0ff09f448038707a051b24925eab809c7e275448b714b8735533361923160 | 32c6826b9a6f06ed6dff43f3907f63d80f2e224fa2a37cb5ac55f7a15a90dc2e | 32c6826b9a6f06ed6dff43f3907f63d80f2e224fa2a37cb5ac55f7a15a90dc2e | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\client\init\v1\ModelLayerFactory.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 18 | 0 | 1 | false | |
package fuzs.puzzleslib.api.client.init.v1;
import net.minecraft.server.packs.resources.ResourceManager;
import net.minecraft.server.packs.resources.ResourceManagerReloadListener;
public abstract class ReloadingBuiltInItemRenderer implements DynamicBuiltinItemRenderer, ResourceManagerReloadListener {
@Override
... | f8e141983e0130130c4cf456284633714401481e3d6fba8e2e6e7d1d47d646c3 | 9d35ef09dad531b19230d84a8109b66b7f135e1ecf0f3d2343c04bfe1b0dfc11 | 9d35ef09dad531b19230d84a8109b66b7f135e1ecf0f3d2343c04bfe1b0dfc11 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\client\init\v1\ReloadingBuiltInItemRenderer.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 9 | 0 | 1 | false | |
package fuzs.puzzleslib.api.client.init.v1;
import java.util.function.BiConsumer;
import net.minecraft.client.model.SkullModelBase;
import net.minecraft.client.model.geom.EntityModelSet;
import net.minecraft.world.level.block.SkullBlock.Type;
@FunctionalInterface
public interface SkullRenderersFactory {
void creat... | 7d86c2930b863890bb70259220982f2c492c04becd02852ce60fb6e45466da78 | 7606cff81f1e34b5c987f9c5ffdb4e6e246ff3e20314b837b7bd877f9a14db34 | 7606cff81f1e34b5c987f9c5ffdb4e6e246ff3e20314b837b7bd877f9a14db34 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\client\init\v1\SkullRenderersFactory.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 11 | 0 | 1 | false | |
package fuzs.puzzleslib.api.client.particle.v1;
import fuzs.puzzleslib.impl.client.particle.ClientParticleTypesImpl;
import net.minecraft.client.particle.Particle;
import net.minecraft.core.particles.ParticleOptions;
import net.minecraft.core.particles.SimpleParticleType;
import net.minecraft.resources.ResourceLocatio... | 1a8971e90a253bb71f6992efbf8249af51ecc2da4aa0cf65f6b72326a854da6c | a163983ac6260b4cdd2da373f0c1df4b07f489c1062e4cd1964c856ed052fde0 | a163983ac6260b4cdd2da373f0c1df4b07f489c1062e4cd1964c856ed052fde0 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\client\particle\v1\ClientParticleTypes.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 20 | 0 | 1 | false | |
package fuzs.puzzleslib.api.client.screen.v2;
import fuzs.puzzleslib.impl.client.core.ClientFactories;
import net.minecraft.client.KeyMapping;
public interface KeyMappingActivationHelper {
KeyMappingActivationHelper INSTANCE = ClientFactories.INSTANCE.getKeyMappingActivationHelper();
KeyMappingActivationHelper... | 833ea1bab55ea65a97412b9c7fd5e8d2e8584c9ca137ed59f3a175bd9a28eae5 | f80ad4c41ad1b96389f2d979e66c0dbb99ccfdb01da197fc8ae9980b0de24b71 | f80ad4c41ad1b96389f2d979e66c0dbb99ccfdb01da197fc8ae9980b0de24b71 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\client\screen\v2\KeyMappingActivationHelper.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 24 | 0 | 1 | false | |
package fuzs.puzzleslib.api.client.screen.v2;
import java.util.List;
import net.minecraft.client.gui.components.AbstractWidget;
import net.minecraft.client.gui.components.events.GuiEventListener;
import net.minecraft.client.gui.layouts.LayoutElement;
import net.minecraft.network.chat.contents.TranslatableContents;
imp... | 95e0c72f5580409e9fef92307ec7b12b0ca37ce5fada867e16c52fd114ad3053 | 16ebbbd0faf9dc9d5dbeea1fc9e716f50e5a5dd0a4d009634bd17e21096b14ec | 16ebbbd0faf9dc9d5dbeea1fc9e716f50e5a5dd0a4d009634bd17e21096b14ec | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\client\screen\v2\ScreenElementPositioner.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 89 | 0 | 1 | false | |
package fuzs.puzzleslib.api.client.screen.v2;
import fuzs.puzzleslib.impl.client.core.ClientFactories;
import java.util.Objects;
import net.minecraft.client.Minecraft;
import net.minecraft.client.gui.Font;
import net.minecraft.client.gui.screens.Screen;
import net.minecraft.client.gui.screens.inventory.AbstractContain... | b40758de1733fae878d01a27792015fa37c21d7ff3db67b1f61e207a2f66cb98 | 5f0b4c533147d488c7cc34fc00337105dd57e4addab903ed3b043ba25bcc4a0c | 5f0b4c533147d488c7cc34fc00337105dd57e4addab903ed3b043ba25bcc4a0c | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\client\screen\v2\ScreenHelper.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 70 | 0 | 1 | false | |
package fuzs.puzzleslib.api.client.screen.v2;
import fuzs.puzzleslib.mixin.client.accessor.TooltipAccessor;
import java.util.Arrays;
import java.util.List;
import java.util.stream.Collectors;
import net.minecraft.client.Minecraft;
import net.minecraft.client.gui.Font;
import net.minecraft.client.gui.components.Tooltip... | 81fdecd7e5158e4d90a5a97167f34648c2cd51ad7a463fa755d4e1b2e823793a | bd5f09f723bed9a0c5944d4a1c86db4145e89edf65d275a0fc1fd6f496b1b9f7 | bd5f09f723bed9a0c5944d4a1c86db4145e89edf65d275a0fc1fd6f496b1b9f7 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\client\screen\v2\ScreenTooltipFactory.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 50 | 0 | 1 | false | |
package fuzs.puzzleslib.api.client.screen.v2;
import com.google.common.collect.ImmutableList;
import com.mojang.blaze3d.systems.RenderSystem;
import com.mojang.blaze3d.vertex.BufferBuilder;
import com.mojang.blaze3d.vertex.BufferUploader;
import com.mojang.blaze3d.vertex.DefaultVertexFormat;
import com.mojang.blaze3d.... | b0572b0cc1943d212a2c9218db800b64533f51f2c287ca46533a9c8722d14fb6 | 8934bad9214c57326e51e895050c250f0d31c76e81f59825b01a9db338c798b6 | 8934bad9214c57326e51e895050c250f0d31c76e81f59825b01a9db338c798b6 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\client\screen\v2\TooltipRenderHelper.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 149 | 0 | 1 | false | |
package fuzs.puzzleslib.api.config.v3;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.FIELD)
public @interface Config {
String name() default "";... | 5f92d61d6a29a5a9a0fec7f1811c26ded264bbc6741afc840b425d3de8e36f03 | bc84bd17da511bae8fa61fd8272e3cacdb9af8bb91733e67b279e0ff6725616f | bc84bd17da511bae8fa61fd8272e3cacdb9af8bb91733e67b279e0ff6725616f | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\config\v3\Config.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 48 | 0 | 1 | false | |
package fuzs.puzzleslib.api.config.v3;
import net.minecraftforge.common.ForgeConfigSpec.Builder;
public interface ConfigCore {
default void addToBuilder(Builder builder, ValueCallback callback) {
}
default void afterConfigReload() {
}
} | 7ecbe38961a4d2992dcfc755c13ff4249694cb88268a714d034d8af03f536be6 | be3f3e69eebbd7bcb746273aee9cd72b88e287ec8ee14c5c56ce5657e816f04f | be3f3e69eebbd7bcb746273aee9cd72b88e287ec8ee14c5c56ce5657e816f04f | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\config\v3\ConfigCore.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 11 | 0 | 1 | false | |
package fuzs.puzzleslib.api.config.v3;
import java.util.function.Consumer;
public interface ConfigDataHolder<T extends ConfigCore> {
T getConfig();
boolean isAvailable();
default void accept(Runnable callback) {
this.accept(config -> callback.run());
}
void accept(Consumer<T> var1);
} | 66c7ce3ebb5c497d365b43bcc0cf9dbe23be77484a06d2fff4009d77937d423f | 4f03428f4f0a0e52033991f3dea84a21b3fe3e85136e585f1cd15d6579f844f6 | 4f03428f4f0a0e52033991f3dea84a21b3fe3e85136e585f1cd15d6579f844f6 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\config\v3\ConfigDataHolder.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 15 | 0 | 1 | false | |
package fuzs.puzzleslib.api.config.v3;
import fuzs.puzzleslib.api.core.v1.Buildable;
import fuzs.puzzleslib.impl.config.ConfigHolderRegistry;
import fuzs.puzzleslib.impl.core.ModContext;
import java.nio.file.Paths;
import java.util.function.UnaryOperator;
public interface ConfigHolder {
static ConfigHolder.Builder... | d39e0fc80cf0993eb6d11c9fa4375af302148afb40349d34cfa791e277f7f92a | 1464859d077ff06512d65434a78bd9790dd5d71bfbd980734a39699f57a7a79c | 1464859d077ff06512d65434a78bd9790dd5d71bfbd980734a39699f57a7a79c | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\config\v3\ConfigHolder.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 41 | 0 | 1 | false | |
package fuzs.puzzleslib.api.config.v3;
import java.util.function.Consumer;
import net.minecraftforge.common.ForgeConfigSpec.ConfigValue;
@FunctionalInterface
public interface ValueCallback {
<S, V extends ConfigValue<S>> V accept(V var1, Consumer<S> var2);
} | 0145d559603157290cb80c52b67a731308fcc6ccea2740dff926d8e7f693e4e7 | 8e935ef271e6ba677075f05e1b84195693265eaf9dd9c0981544c68f01960c46 | 8e935ef271e6ba677075f05e1b84195693265eaf9dd9c0981544c68f01960c46 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\config\v3\ValueCallback.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 9 | 0 | 1 | false | |
package fuzs.puzzleslib.api.config.v3.json;
import com.google.gson.JsonObject;
import com.google.gson.JsonSyntaxException;
import net.minecraft.util.GsonHelper;
public class GsonEnumHelper {
public static <T extends Enum<T>> T convertToEnum(String enumName, Class<T> clazz) {
try {
return Enum.valueO... | ecf813808e018bb32cdc047d8deaf619a3a1fe266c788796f06852a13ddb1a8c | b2f905d6a16a104af51efca23f4a60333dfebb372714b6b4fa776843c8e62eae | b2f905d6a16a104af51efca23f4a60333dfebb372714b6b4fa776843c8e62eae | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\config\v3\json\GsonEnumHelper.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 27 | 0 | 1 | false | |
package fuzs.puzzleslib.api.config.v3.json;
import com.google.common.collect.Lists;
import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
import com.google.gson.JsonElement;
import fuzs.puzzleslib.api.core.v1.ModLoaderEnvironment;
import fuzs.puzzleslib.impl.PuzzlesLib;
import java.io.File;
import java.io.F... | fad4248005bd4252db3d71dfa7968c4640b4da5e0e36464fec956762514f01eb | 3068a5ee50dcfe62524d9349de8448668c0ffc46ba19e09bbb7376a74f5adfb2 | 3068a5ee50dcfe62524d9349de8448668c0ffc46ba19e09bbb7376a74f5adfb2 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\config\v3\json\JsonConfigFileUtil.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 157 | 0 | 1 | false | |
package fuzs.puzzleslib.api.config.v3.json;
import com.google.gson.JsonArray;
import com.google.gson.JsonElement;
import com.google.gson.JsonObject;
import java.io.FileReader;
import java.util.Optional;
import java.util.stream.Stream;
public class JsonSerializationUtil {
public static final String FILE_FORMAT_STRI... | aea60ee4121a5b48c4d315df3dc6c3b049db4e5ad76b0f5746d27b7f6fa2c15a | 46773de9470687df434e90eb499469d92dffedd357193440e28c333c8ede77ee | 46773de9470687df434e90eb499469d92dffedd357193440e28c333c8ede77ee | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\config\v3\json\JsonSerializationUtil.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 53 | 0 | 1 | false | |
package fuzs.puzzleslib.api.config.v3.serialization;
import fuzs.puzzleslib.api.init.v3.RegistryHelper;
import fuzs.puzzleslib.impl.config.serialization.ConfigDataSetImpl;
import java.util.Arrays;
import java.util.Collection;
import java.util.List;
import java.util.Map;
import java.util.Objects;
import java.util.Optio... | 3df2da204d3eca8eebb1764a17bc6ac501abf447a63c4347341f969dcb7fa040 | 38bcc535a3c8189c30364444fa2afd3e0fb42bd02ef931394b8ffe60f793559c | 38bcc535a3c8189c30364444fa2afd3e0fb42bd02ef931394b8ffe60f793559c | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\config\v3\serialization\ConfigDataSet.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 82 | 0 | 1 | false | |
package fuzs.puzzleslib.api.container.v1;
import net.minecraft.core.NonNullList;
import net.minecraft.world.Container;
import net.minecraft.world.ContainerHelper;
import net.minecraft.world.entity.player.Player;
import net.minecraft.world.item.ItemStack;
@Deprecated
@FunctionalInterface
public interface ContainerImpl... | d1099bf43617b07e66a10b66fc9561b366a28e55851758b21ed78c1fda4284f0 | 85ea58e68fef49374c3404ff2e1556c8bdf28f813aace0148d4aa80b4a92368d | 85ea58e68fef49374c3404ff2e1556c8bdf28f813aace0148d4aa80b4a92368d | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\container\v1\ContainerImpl.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 75 | 0 | 1 | false | |
package fuzs.puzzleslib.api.container.v1;
import fuzs.puzzleslib.mixin.accessor.AbstractContainerMenuAccessor;
import fuzs.puzzleslib.mixin.accessor.SimpleContainerAccessor;
import net.minecraft.core.NonNullList;
import net.minecraft.world.Container;
import net.minecraft.world.ContainerListener;
import net.minecraft.w... | 40803e45bde3ac2bb67b8b865daa379fa7ac6286ed2c18d41996c6e4cd37a716 | 4b5f4c00895999ad523e1641e2a48983c7c9da7a0074b763071630cbaba03333 | 4b5f4c00895999ad523e1641e2a48983c7c9da7a0074b763071630cbaba03333 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\container\v1\ContainerMenuHelper.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 88 | 0 | 1 | false | |
package fuzs.puzzleslib.api.container.v1;
import java.util.function.IntFunction;
import java.util.function.ObjIntConsumer;
import net.minecraft.core.NonNullList;
import net.minecraft.core.HolderLookup.Provider;
import net.minecraft.nbt.CompoundTag;
import net.minecraft.nbt.ListTag;
import net.minecraft.world.Container... | c02280254c40b3919b93e55e3c282d8d32971eb9bc4de335b8e1c2d1f59b0a36 | e058b5066261936ed596ca93ef820680e0ade63fdc7aa82684d8e732c8e4795b | e058b5066261936ed596ca93ef820680e0ade63fdc7aa82684d8e732c8e4795b | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\container\v1\ContainerSerializationHelper.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 135 | 0 | 1 | false | |
package fuzs.puzzleslib.api.container.v1;
import net.minecraft.core.NonNullList;
import net.minecraft.world.Container;
import net.minecraft.world.ContainerHelper;
import net.minecraft.world.entity.player.Player;
import net.minecraft.world.item.ItemStack;
@FunctionalInterface
public interface ListBackedContainer exten... | 747eff2d2f95eb8ae776fae4207f21d28160388387a9662e7e2581b9cd7e5aa3 | 10918f11b8fef317b169280d55732948304c1f0b9b794d9dbc4d86ec912eed71 | 10918f11b8fef317b169280d55732948304c1f0b9b794d9dbc4d86ec912eed71 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\container\v1\ListBackedContainer.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 74 | 0 | 1 | false | |
package fuzs.puzzleslib.api.container.v1;
import java.util.Optional;
import net.minecraft.world.Container;
import net.minecraft.world.entity.player.Player;
import net.minecraft.world.inventory.Slot;
import net.minecraft.world.item.ItemStack;
@Deprecated
public class NonInteractiveResultSlot extends Slot {
public N... | 3d9c3ed84e4cf1d9c94a95098f89c37fdce93abb5f3c00d1e031e4346bc6ead4 | cea02d2b97fe92d4db117e22c0bddd20a37e87888ed2d15bbcc3df29d7eddd7d | cea02d2b97fe92d4db117e22c0bddd20a37e87888ed2d15bbcc3df29d7eddd7d | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\container\v1\NonInteractiveResultSlot.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 60 | 0 | 1 | false | |
package fuzs.puzzleslib.api.container.v1;
import com.google.common.base.Predicates;
import java.util.ArrayList;
import java.util.List;
import java.util.function.Predicate;
import net.minecraft.world.Container;
import net.minecraft.world.entity.player.Inventory;
import net.minecraft.world.entity.player.Player;
import n... | 5dc013b595e32dfee841ee81723b303ab7477d2a3749968b755a134fcdb8e119 | 9f74d247ab17b287313303f9ad8a2b093df12802c5ab12703baef107ce2ef334 | 9f74d247ab17b287313303f9ad8a2b093df12802c5ab12703baef107ce2ef334 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\container\v1\QuickMoveRuleSet.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 215 | 0 | 1 | false | |
package fuzs.puzzleslib.api.core.v1;
import net.minecraft.resources.ResourceLocation;
import org.jetbrains.annotations.Nullable;
public interface BaseModConstructor {
@Nullable
default ResourceLocation getPairingIdentifier() {
return null;
}
default ContentRegistrationFlags[] getContentRegistration... | 5f687df4021e41d0ea075e4ebc1e1bfe5cc939f8b994f0b39d417608e62555f2 | 5707955087e0e2b6c4a8f6ab59756919a1b5a54c9a210956e8683dbe996a970c | 5707955087e0e2b6c4a8f6ab59756919a1b5a54c9a210956e8683dbe996a970c | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\core\v1\BaseModConstructor.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 15 | 0 | 1 | false | |
package fuzs.puzzleslib.api.core.v1;
import java.util.function.BiConsumer;
import net.minecraft.core.BlockPos;
import net.minecraft.network.FriendlyByteBuf;
import net.minecraft.network.chat.Component;
import net.minecraft.resources.ResourceLocation;
import net.minecraft.server.MinecraftServer;
import net.minecraft.se... | 44ceb9dd021035d0be14a084d411ff84885225b4b2a8729bab3e20e1c685d025 | de7794ecf2be1daa959c84aed27435b3be2e33516c6146c2ce83a447eeb4dc7c | de7794ecf2be1daa959c84aed27435b3be2e33516c6146c2ce83a447eeb4dc7c | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\core\v1\CommonAbstractions.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 58 | 0 | 1 | false | |
package fuzs.puzzleslib.api.core.v1;
import org.jetbrains.annotations.ApiStatus.Internal;
public enum ContentRegistrationFlags {
BIOME_MODIFICATIONS,
DYNAMIC_RENDERERS,
@Deprecated(forRemoval = true)
LEGACY_SMITHING,
COPY_TAG_RECIPES,
CLIENT_PARTICLE_TYPES;
@Internal
public static void throwF... | 5a1d473bfec309bd78da120fcb883222987289533e507a79188d58448bba28ef | 896ba8ab5cf219f6b2543a754527df8205c17de5197d2b682bf712aa545cf764 | 896ba8ab5cf219f6b2543a754527df8205c17de5197d2b682bf712aa545cf764 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\core\v1\ContentRegistrationFlags.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 17 | 0 | 1 | false | |
package fuzs.puzzleslib.api.core.v1;
import java.util.concurrent.Callable;
import java.util.function.Supplier;
import org.jetbrains.annotations.Nullable;
@Deprecated(forRemoval = true)
public class DistTypeExecutor {
@Nullable
public static <T> T callWhenOn(DistType envType, Supplier<Callable<T>> toRun) {
... | c3f30cd285828e10258167345296251bc5f4a873625e765cf29476b0552f9d9a | 86c7598cbb652aa10b06c82229873a3e895977d1b16637513476cc2627a8486a | 86c7598cbb652aa10b06c82229873a3e895977d1b16637513476cc2627a8486a | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\core\v1\DistTypeExecutor.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 39 | 0 | 1 | false | |
package fuzs.puzzleslib.api.core.v1;
import fuzs.puzzleslib.api.core.v1.context.AddReloadListenersContext;
import fuzs.puzzleslib.api.core.v1.context.BiomeModificationsContext;
import fuzs.puzzleslib.api.core.v1.context.BlockInteractionsContext;
import fuzs.puzzleslib.api.core.v1.context.BuildCreativeModeTabContentsCo... | 6f9eb7920f135db4c872f7a6c758504013bd7479fcbe1c2dd931707b37b6f671 | e5fb45f7c21861ae703a77a11d54d2b88e5f6fd4c4ba9f218bed4a36f1021707 | e5fb45f7c21861ae703a77a11d54d2b88e5f6fd4c4ba9f218bed4a36f1021707 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\core\v1\ModConstructor.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 89 | 0 | 1 | false | |
package fuzs.puzzleslib.api.core.v1;
import com.google.common.collect.ImmutableMap;
import fuzs.puzzleslib.impl.PuzzlesLib;
import java.nio.file.Path;
import java.util.Collection;
import java.util.Collections;
import java.util.Comparator;
import java.util.Map;
import java.util.Optional;
import java.util.function.Funct... | c13bbf26df142af475fb0b4899c8fa92b2fab264efed8072a20fea6741e4fc5e | 7b756ad4db1148b6ec92aab0025ed732f6125df2d7873cc84df2d64a316252e9 | 7b756ad4db1148b6ec92aab0025ed732f6125df2d7873cc84df2d64a316252e9 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\core\v1\ModContainer.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 56 | 0 | 1 | false | |
package fuzs.puzzleslib.api.core.v1;
import java.util.Objects;
import java.util.Optional;
import net.minecraftforge.eventbus.api.IEventBus;
import net.minecraftforge.fml.ModList;
import net.minecraftforge.fml.javafmlmod.FMLJavaModLoadingContext;
import net.minecraftforge.fml.javafmlmod.FMLModContainer;
public final c... | 097f14512e9ecc3653ddb60ce92801e5ef448be3a6cfb93402ad49bbf34aff44 | 6c65e2c3cc5ea37caeea9b04abd63960d034e1d57719176710a485e38f36e792 | 6c65e2c3cc5ea37caeea9b04abd63960d034e1d57719176710a485e38f36e792 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\core\v1\ModContainerHelper.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 49 | 0 | 1 | false | |
package fuzs.puzzleslib.api.core.v1;
import java.util.stream.Stream;
public enum ModLoader {
FABRIC,
NEOFORGE,
FORGE,
QUILT;
public static ModLoader[] getFabricLike() {
return Stream.of(values()).filter(ModLoader::isFabricLike).toArray(ModLoader[]::new);
}
public static ModLoader[] getFor... | f7874c7d41e8db0a4163bdaf5a9a227fb51768aee3ae43a0b04f04615d35651d | 3b30aba0b1931819765be26552e5727c96af1c14f731613e8a2720238c03ac5d | 3b30aba0b1931819765be26552e5727c96af1c14f731613e8a2720238c03ac5d | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\core\v1\ModLoader.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 42 | 0 | 1 | false | |
package fuzs.puzzleslib.api.core.v1;
import fuzs.puzzleslib.impl.core.ModContext;
import java.nio.file.Path;
import java.util.Map;
import java.util.Optional;
public interface ModLoaderEnvironment {
ModLoaderEnvironment INSTANCE = ServiceProviderHelper.load(ModLoaderEnvironment.class);
ModLoader getModLoader();... | 6d4eaee60915c54b0ff1cdc3ab1b14ab5a9f44fe7fa1645a536b7af28afcf4b2 | 9ff86d12198d724ce4da9523793caf456cb88b82553b396807cc2914691dd961 | 9ff86d12198d724ce4da9523793caf456cb88b82553b396807cc2914691dd961 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\core\v1\ModLoaderEnvironment.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 77 | 0 | 1 | false | |
package fuzs.puzzleslib.api.core.v1;
import java.util.Optional;
import net.minecraft.resources.ResourceLocation;
import org.jetbrains.annotations.Nullable;
public interface ObjectShareAccess {
default <T> Optional<T> getOptional(ResourceLocation key) {
return this.getOptional(key.toString());
}
defaul... | f7f9edcb01b29647c37954832839c8c2a3b46ffa9d75bffd5865df1b057dfef9 | 6399935570502976abe58793147470f85a6f63dfd3f645fdd2c44a5310f61e07 | 6399935570502976abe58793147470f85a6f63dfd3f645fdd2c44a5310f61e07 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\core\v1\ObjectShareAccess.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 47 | 0 | 1 | false | |
package fuzs.puzzleslib.api.core.v1;
import fuzs.puzzleslib.impl.core.ProxyImpl;
import net.minecraft.client.multiplayer.ClientPacketListener;
import net.minecraft.network.chat.Component;
import net.minecraft.server.MinecraftServer;
import net.minecraft.world.entity.player.Player;
import net.minecraft.world.level.Leve... | 4fab495ab7f01106531deb0cc3db3296210f792324a6a011bcf1863426602bcd | 8522098240d0eafda0f43422bb8e1d0838255d9605f33921efc38a6cf1dd9866 | 8522098240d0eafda0f43422bb8e1d0838255d9605f33921efc38a6cf1dd9866 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\core\v1\Proxy.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 31 | 0 | 1 | false | |
package fuzs.puzzleslib.api.core.v1;
import com.google.common.base.Defaults;
import com.google.common.collect.Maps;
import fuzs.puzzleslib.impl.PuzzlesLib;
import java.lang.invoke.MethodHandle;
import java.lang.invoke.MethodHandles;
import java.lang.reflect.Constructor;
import java.lang.reflect.Field;
import java.lang... | 27a2a71e3b8826de69f223d6065ee83085a69ad791870c61588d7fa9b2584383 | 99d2ae791e2b7b7c6e25f7382f13cc65477c3c786d0edc89284cab89478c91e0 | 99d2ae791e2b7b7c6e25f7382f13cc65477c3c786d0edc89284cab89478c91e0 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\core\v1\ReflectionHelper.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 274 | 0 | 1 | false | |
package fuzs.puzzleslib.api.core.v1;
import java.util.ServiceLoader;
public final class ServiceProviderHelper {
public static <T> T load(Class<T> clazz) {
return ServiceLoader.load(clazz, ServiceProviderHelper.class.getClassLoader())
.findFirst()
.orElseThrow(() -> new NullPointerException(... | 0d965cb6bf821dae4d37748270e8483d63545f4fd29b0e48e1b1ffbb6e978b57 | 0f2fde6f789b5ac75f13667caa7614d759aeb3ea3aeefa888051956090b0dd79 | 0f2fde6f789b5ac75f13667caa7614d759aeb3ea3aeefa888051956090b0dd79 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\core\v1\ServiceProviderHelper.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 11 | 0 | 1 | false | |
package fuzs.puzzleslib.api.core.v1.context;
import net.minecraft.server.packs.resources.PreparableReloadListener;
import net.minecraft.server.packs.resources.ResourceManagerReloadListener;
import net.minecraft.server.packs.resources.SimplePreparableReloadListener;
@FunctionalInterface
public interface AddReloadListe... | e8b63f5f0e0060fe8554f935dd1c5ad9ab13ffea1cdadc29eaa1161489ea26fc | c73ebc2e2027d9157fcae8fcfb59e2e9e4a94c64b4cd1e96c0aa055e7e4b7721 | c73ebc2e2027d9157fcae8fcfb59e2e9e4a94c64b4cd1e96c0aa055e7e4b7721 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\core\v1\context\AddReloadListenersContext.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 18 | 0 | 1 | false | |
package fuzs.puzzleslib.api.core.v1.context;
import fuzs.puzzleslib.api.biome.v1.BiomeLoadingContext;
import fuzs.puzzleslib.api.biome.v1.BiomeLoadingPhase;
import fuzs.puzzleslib.api.biome.v1.BiomeModificationContext;
import java.util.function.Consumer;
import java.util.function.Predicate;
@FunctionalInterface
publi... | a3722b3ca66df428569bcec0a158ead46f196c40dfa8d92b1572f8848faedb58 | 948349fe953c4ac06c4b824cc05b31df2f3fa29c4857a3c69717b41164d9b412 | 948349fe953c4ac06c4b824cc05b31df2f3fa29c4857a3c69717b41164d9b412 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\core\v1\context\BiomeModificationsContext.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 12 | 0 | 1 | false | |
package fuzs.puzzleslib.api.core.v1.context;
import net.minecraft.world.level.ItemLike;
import net.minecraft.world.level.block.Block;
import net.minecraft.world.level.block.state.BlockState;
import org.jetbrains.annotations.Nullable;
public interface BlockInteractionsContext {
void registerStrippable(Block var1, B... | 57b32c6ea63a2522783cbd5b777791b26941c0b940fd54737a87a95b5981ddcf | e4590a37d1a05f48468a57327273bcd6620419cbc57451b6b7629a8ae22e18ee | e4590a37d1a05f48468a57327273bcd6620419cbc57451b6b7629a8ae22e18ee | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\core\v1\context\BlockInteractionsContext.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 30 | 0 | 1 | false | |
package fuzs.puzzleslib.api.core.v1.context;
import net.minecraft.core.registries.Registries;
import net.minecraft.resources.ResourceKey;
import net.minecraft.resources.ResourceLocation;
import net.minecraft.world.item.CreativeModeTab;
import net.minecraft.world.item.CreativeModeTab.DisplayItemsGenerator;
public inte... | 1e24bc736a00301eca0567d0982f56ad916ba8042d129a49f33e2f1cf06c6615 | a2a42f6801be94a3d80a91936c676b1a28c1f71d61cf15728a1c4352918fee1d | a2a42f6801be94a3d80a91936c676b1a28c1f71d61cf15728a1c4352918fee1d | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\core\v1\context\BuildCreativeModeTabContentsContext.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 21 | 0 | 1 | false | |
package fuzs.puzzleslib.api.core.v1.context;
import fuzs.puzzleslib.api.item.v2.CreativeModeTabConfigurator;
@FunctionalInterface
public interface CreativeModeTabContext {
void registerCreativeModeTab(CreativeModeTabConfigurator var1);
} | 39e01aeefc28aecf027bc1ea9a9f489b71b7d8b69bd4191612e7ef11d609bc57 | 08324a0319da55927e80fac71c524e9e69ee683400b282e39ef4069c94821d54 | 08324a0319da55927e80fac71c524e9e69ee683400b282e39ef4069c94821d54 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\core\v1\context\CreativeModeTabContext.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 8 | 0 | 1 | false | |
package fuzs.puzzleslib.api.core.v1.context;
import net.minecraft.world.entity.EntityType;
import net.minecraft.world.entity.LivingEntity;
import net.minecraft.world.entity.ai.attributes.AttributeSupplier.Builder;
@FunctionalInterface
public interface EntityAttributesCreateContext {
void registerEntityAttributes(E... | d6d331e6ee759a1439421361f4c8d8f89b1c51fe36c868583b52a550a6ba9ce7 | f7b5ef2edc2c5d38727ef230eeb4746f8dea5bc4ac3527b0f3b55e7b136e72b0 | f7b5ef2edc2c5d38727ef230eeb4746f8dea5bc4ac3527b0f3b55e7b136e72b0 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\core\v1\context\EntityAttributesCreateContext.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 10 | 0 | 1 | false | |
package fuzs.puzzleslib.api.core.v1.context;
import net.minecraft.world.entity.EntityType;
import net.minecraft.world.entity.LivingEntity;
import net.minecraft.world.entity.ai.attributes.Attribute;
@FunctionalInterface
public interface EntityAttributesModifyContext {
default void registerAttributeModification(Enti... | b7cafcafcfd3fbf693c047ac77a253f398147dc71defa045cf3d8a1c21a6572d | 66e2808f661760472b99ce8f16779c0642a2b99506a3e853b4e82df1dc53335a | 66e2808f661760472b99ce8f16779c0642a2b99506a3e853b4e82df1dc53335a | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\core\v1\context\EntityAttributesModifyContext.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 14 | 0 | 1 | false | |
package fuzs.puzzleslib.api.core.v1.context;
import net.minecraft.world.level.block.Block;
@FunctionalInterface
public interface FlammableBlocksContext {
void registerFlammable(int var1, int var2, Block... var3);
} | 6f2bde5ee42661bf10d4797be4ebf8abcb37601aabaffefe8dfc6f6730fdabc2 | 01519c8825f57669d57c6106267e8a8315eeedd2894ef7fe74f2f8cd99e258ab | 01519c8825f57669d57c6106267e8a8315eeedd2894ef7fe74f2f8cd99e258ab | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\core\v1\context\FlammableBlocksContext.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 8 | 0 | 1 | false | |
package fuzs.puzzleslib.api.core.v1.context;
import net.minecraft.world.level.ItemLike;
@FunctionalInterface
public interface FuelBurnTimesContext {
void registerFuel(int var1, ItemLike... var2);
} | 78752a5a1930da0967276038b0651a23040f11618e8940a789d837030d2cb196 | 1667cf386d32d3b696329987f3f374820a3332ad15fc26fffe40c84718253bb7 | 1667cf386d32d3b696329987f3f374820a3332ad15fc26fffe40c84718253bb7 | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\core\v1\context\FuelBurnTimesContext.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 8 | 0 | 1 | false | |
package fuzs.puzzleslib.api.core.v1.context;
import net.minecraft.server.packs.repository.RepositorySource;
@FunctionalInterface
public interface PackRepositorySourcesContext {
void addRepositorySource(RepositorySource... var1);
} | 9ac370df1f9358b2fc309026d70b2fae28f4eced78b0fc0d86d45544341c7f8d | 4be82c2afe518dd11ede81e66378dd03f99ba6e9676d805393ff98a0a91524af | 4be82c2afe518dd11ede81e66378dd03f99ba6e9676d805393ff98a0a91524af | puzzles-lib | puzzles-lib | fuzs\puzzleslib\api\core\v1\context\PackRepositorySourcesContext.java | MPL-2.0 | null | java | train | forge-cpt-v1 | 8 | 0 | 1 | false |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.