Uses of Interface
net.minecraft.item.IItemPropertyGetter
Packages that use IItemPropertyGetter
-
Uses of IItemPropertyGetter in net.minecraft.item
Fields in net.minecraft.item declared as IItemPropertyGetterModifier and TypeFieldDescriptionprivate static final IItemPropertyGetterItemModelsProperties.PROPERTY_DAMAGEprivate static final IItemPropertyGetterItemModelsProperties.PROPERTY_DAMAGEDFields in net.minecraft.item with type parameters of type IItemPropertyGetterModifier and TypeFieldDescriptionprivate static final Map<ResourceLocation,IItemPropertyGetter> ItemModelsProperties.GENERIC_PROPERTIESprivate static final Map<Item,Map<ResourceLocation, IItemPropertyGetter>> ItemModelsProperties.PROPERTIESMethods in net.minecraft.item that return IItemPropertyGetterModifier and TypeMethodDescriptionstatic 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 IItemPropertyGetterModifier and TypeMethodDescriptionstatic 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_)