Modifier and Type | Field and Description |
---|---|
private static java.util.Map<IRegistryDelegate<Block>,java.util.function.Predicate<RenderType>> |
RenderTypeLookup.blockRenderChecks |
private static java.util.Map<IRegistryDelegate<Fluid>,java.util.function.Predicate<RenderType>> |
RenderTypeLookup.fluidRenderChecks |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<IRegistryDelegate<Block>,IBlockColor> |
BlockColors.colors |
private java.util.Map<IRegistryDelegate<Item>,IItemColor> |
ItemColors.colors |
Modifier and Type | Field and Description |
---|---|
private IRegistryDelegate<Item> |
ItemStack.delegate |
Modifier and Type | Field and Description |
---|---|
private IRegistryDelegate<T> |
PotionBrewing.MixPredicate.input |
private IRegistryDelegate<T> |
PotionBrewing.MixPredicate.output |
Modifier and Type | Field and Description |
---|---|
(package private) java.util.Map<IRegistryDelegate<Item>,ModelResourceLocation> |
ItemModelMesherForge.locations |
(package private) java.util.Map<IRegistryDelegate<Item>,IBakedModel> |
ItemModelMesherForge.models |
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<IRegistryDelegate<Item>,java.lang.Integer> |
ForgeHooks.VANILLA_BURNS |
Modifier and Type | Field and Description |
---|---|
private IRegistryDelegate<Fluid> |
FluidStack.fluidDelegate |
Modifier and Type | Class and Description |
---|---|
(package private) class |
RegistryDelegate<T> |
Modifier and Type | Field and Description |
---|---|
IRegistryDelegate<V> |
ForgeRegistryEntry.delegate |