Uses of Interface
net.minecraft.item.IItemPropertyGetter
-
Packages that use IItemPropertyGetter Package Description net.minecraft.item -
-
Uses of IItemPropertyGetter in net.minecraft.item
Fields in net.minecraft.item declared as IItemPropertyGetter Modifier and Type Field Description private static IItemPropertyGetter
ItemModelsProperties. PROPERTY_DAMAGE
private static IItemPropertyGetter
ItemModelsProperties. PROPERTY_DAMAGED
Fields in net.minecraft.item with type parameters of type IItemPropertyGetter Modifier and Type Field Description private static java.util.Map<ResourceLocation,IItemPropertyGetter>
ItemModelsProperties. GENERIC_PROPERTIES
private static java.util.Map<Item,java.util.Map<ResourceLocation,IItemPropertyGetter>>
ItemModelsProperties. PROPERTIES
Methods in net.minecraft.item that return IItemPropertyGetter Modifier and Type Method Description static IItemPropertyGetter
ItemModelsProperties. getProperty(Item p_239417_0_, ResourceLocation p_239417_1_)
private static IItemPropertyGetter
ItemModelsProperties. registerGeneric(ResourceLocation p_239420_0_, IItemPropertyGetter p_239420_1_)
Methods in net.minecraft.item with parameters of type IItemPropertyGetter Modifier and Type Method Description static void
ItemModelsProperties. register(Item p_239418_0_, ResourceLocation p_239418_1_, IItemPropertyGetter p_239418_2_)
private static IItemPropertyGetter
ItemModelsProperties. registerGeneric(ResourceLocation p_239420_0_, IItemPropertyGetter p_239420_1_)
-