Package net.minecraft.item
Class ItemModelsProperties
java.lang.Object
net.minecraft.item.ItemModelsProperties
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier 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 Summary
Constructors -
Method Summary
Modifier 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
-
ItemModelsProperties
public ItemModelsProperties()
-
-
Method Details
-
registerGeneric
private static IItemPropertyGetter registerGeneric(ResourceLocation p_239420_0_, IItemPropertyGetter p_239420_1_) -
register
public 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_)
-