Package net.minecraft.item
Class ItemModelsProperties
java.lang.Object
net.minecraft.item.ItemModelsProperties
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate static final ResourceLocationprivate static final ResourceLocationprivate static final Map<ResourceLocation,IItemPropertyGetter> private static final Map<Item,Map<ResourceLocation, IItemPropertyGetter>> private static final IItemPropertyGetterprivate static final IItemPropertyGetter
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic IItemPropertyGettergetProperty(Item p_239417_0_, ResourceLocation p_239417_1_) static voidregister(Item p_239418_0_, ResourceLocation p_239418_1_, IItemPropertyGetter p_239418_2_) private static IItemPropertyGetterregisterGeneric(ResourceLocation p_239420_0_, IItemPropertyGetter p_239420_1_) 
- 
Field Details- 
GENERIC_PROPERTIES
- 
DAMAGED
- 
DAMAGE
- 
PROPERTY_DAMAGED
- 
PROPERTY_DAMAGE
- 
PROPERTIES
 
- 
- 
Constructor Details- 
ItemModelsPropertiespublic ItemModelsProperties()
 
- 
- 
Method Details- 
registerGenericprivate static IItemPropertyGetter registerGeneric(ResourceLocation p_239420_0_, IItemPropertyGetter p_239420_1_) 
- 
registerpublic static void register(Item p_239418_0_, ResourceLocation p_239418_1_, IItemPropertyGetter p_239418_2_) 
- 
getProperty@Nullable public static IItemPropertyGetter getProperty(Item p_239417_0_, ResourceLocation p_239417_1_) 
 
-