Uses of Interface
net.minecraftforge.registries.IRegistryDelegate
Package
Description
-
Uses of IRegistryDelegate in net.minecraft.client.color.block
Modifier and TypeFieldDescriptionprivate final Map<IRegistryDelegate<Block>,
BlockColor> BlockColors.blockColors
-
Uses of IRegistryDelegate in net.minecraft.client.color.item
Modifier and TypeFieldDescriptionprivate final Map<IRegistryDelegate<Item>,
ItemColor> ItemColors.itemColors
-
Uses of IRegistryDelegate in net.minecraft.client.renderer
Modifier and TypeFieldDescriptionprivate static final Map<IRegistryDelegate<Block>,
Predicate<RenderType>> ItemBlockRenderTypes.blockRenderChecks
private static @Nullable Map<IRegistryDelegate<Block>,
Predicate<RenderType>> ItemBlockRenderTypes.blockRenderChecksReadOnly
private static final Map<IRegistryDelegate<Fluid>,
Predicate<RenderType>> ItemBlockRenderTypes.fluidRenderChecks
private static @Nullable Map<IRegistryDelegate<Fluid>,
Predicate<RenderType>> ItemBlockRenderTypes.fluidRenderChecksReadOnly
Modifier and TypeMethodDescriptionprivate static <T> Map<IRegistryDelegate<T>,
Predicate<RenderType>> ItemBlockRenderTypes.copy
(Map<IRegistryDelegate<T>, Predicate<RenderType>> map) private static <T extends ForgeRegistryEntry<T>>
Map<IRegistryDelegate<T>,Predicate<RenderType>> ItemBlockRenderTypes.createRenderCheckMap
(Map<T, RenderType> vanillaMap) private static Map<IRegistryDelegate<Block>,
Predicate<RenderType>> ItemBlockRenderTypes.getBlockLayerPredicates()
static Map<IRegistryDelegate<Block>,
Predicate<RenderType>> ItemBlockRenderTypes.getBlockLayerPredicatesView()
private static Map<IRegistryDelegate<Fluid>,
Predicate<RenderType>> ItemBlockRenderTypes.getFluidLayerPredicates()
static Map<IRegistryDelegate<Fluid>,
Predicate<RenderType>> ItemBlockRenderTypes.getFluidLayerPredicatesView()
Modifier and TypeMethodDescriptionprivate static <T> Map<IRegistryDelegate<T>,
Predicate<RenderType>> ItemBlockRenderTypes.copy
(Map<IRegistryDelegate<T>, Predicate<RenderType>> map) -
Uses of IRegistryDelegate in net.minecraft.world.item
-
Uses of IRegistryDelegate in net.minecraft.world.item.alchemy
Modifier and TypeFieldDescriptionfinal IRegistryDelegate<T>
PotionBrewing.Mix.from
final IRegistryDelegate<T>
PotionBrewing.Mix.to
-
Uses of IRegistryDelegate in net.minecraftforge.client
Modifier and TypeFieldDescription(package private) final Map<IRegistryDelegate<Item>,
ModelResourceLocation> ItemModelMesherForge.locations
(package private) final Map<IRegistryDelegate<Item>,
BakedModel> ItemModelMesherForge.models
-
Uses of IRegistryDelegate in net.minecraftforge.common
Modifier and TypeFieldDescriptionprivate static final Map<IRegistryDelegate<Item>,
Integer> ForgeHooks.VANILLA_BURNS
-
Uses of IRegistryDelegate in net.minecraftforge.fluids
-
Uses of IRegistryDelegate in net.minecraftforge.registries