Uses of Interface
net.minecraftforge.registries.IRegistryDelegate
Package
Description
-
Uses of IRegistryDelegate in net.minecraft.client.color.block
Modifier and TypeFieldDescriptionprivate Map<IRegistryDelegate<Block>,BlockColor>
BlockColors.blockColors
-
Uses of IRegistryDelegate in net.minecraft.client.color.item
Modifier and TypeFieldDescriptionprivate Map<IRegistryDelegate<Item>,ItemColor>
ItemColors.itemColors
-
Uses of IRegistryDelegate in net.minecraft.client.renderer
Modifier and TypeFieldDescriptionprivate static Map<IRegistryDelegate<Block>,Predicate<RenderType>>
ItemBlockRenderTypes.blockRenderChecks
private static Map<IRegistryDelegate<Fluid>,Predicate<RenderType>>
ItemBlockRenderTypes.fluidRenderChecks
-
Uses of IRegistryDelegate in net.minecraft.world.item
-
Uses of IRegistryDelegate in net.minecraft.world.item.alchemy
-
Uses of IRegistryDelegate in net.minecraftforge.client
Modifier and TypeFieldDescription(package private) Map<IRegistryDelegate<Item>,ModelResourceLocation>
ItemModelMesherForge.locations
(package private) Map<IRegistryDelegate<Item>,BakedModel>
ItemModelMesherForge.models
-
Uses of IRegistryDelegate in net.minecraftforge.common
Modifier and TypeFieldDescriptionprivate static Map<IRegistryDelegate<Item>,Integer>
ForgeHooks.VANILLA_BURNS
-
Uses of IRegistryDelegate in net.minecraftforge.fluids
-
Uses of IRegistryDelegate in net.minecraftforge.registries