Uses of Interface
net.minecraft.item.IItemPropertyGetter
-
Uses of IItemPropertyGetter in net.minecraft.item
Modifier and TypeFieldDescriptionprivate static final IItemPropertyGetter
ItemModelsProperties.PROPERTY_DAMAGE
private static final IItemPropertyGetter
ItemModelsProperties.PROPERTY_DAMAGED
Modifier and TypeFieldDescriptionprivate static final Map<ResourceLocation,
IItemPropertyGetter> ItemModelsProperties.GENERIC_PROPERTIES
private static final Map<Item,
Map<ResourceLocation, IItemPropertyGetter>> ItemModelsProperties.PROPERTIES
Modifier and TypeMethodDescriptionstatic IItemPropertyGetter
ItemModelsProperties.getProperty
(Item p_239417_0_, ResourceLocation p_239417_1_) private static IItemPropertyGetter
ItemModelsProperties.registerGeneric
(ResourceLocation p_239420_0_, IItemPropertyGetter p_239420_1_) Modifier and TypeMethodDescriptionstatic 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_)