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 IItemPropertyGetterItemModelsProperties. PROPERTY_DAMAGEprivate static IItemPropertyGetterItemModelsProperties. PROPERTY_DAMAGEDFields in net.minecraft.item with type parameters of type IItemPropertyGetter Modifier and Type Field Description private static java.util.Map<ResourceLocation,IItemPropertyGetter>ItemModelsProperties. GENERIC_PROPERTIESprivate static java.util.Map<Item,java.util.Map<ResourceLocation,IItemPropertyGetter>>ItemModelsProperties. PROPERTIESMethods in net.minecraft.item that return IItemPropertyGetter Modifier and Type Method Description static IItemPropertyGetterItemModelsProperties. getProperty(Item p_239417_0_, ResourceLocation p_239417_1_)private static IItemPropertyGetterItemModelsProperties. 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 voidItemModelsProperties. register(Item p_239418_0_, ResourceLocation p_239418_1_, IItemPropertyGetter p_239418_2_)private static IItemPropertyGetterItemModelsProperties. registerGeneric(ResourceLocation p_239420_0_, IItemPropertyGetter p_239420_1_)
-