Package net.minecraft.item
Class ItemModelsProperties
java.lang.Object
net.minecraft.item.ItemModelsProperties
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final ResourceLocation
private static final ResourceLocation
private static final Map<ResourceLocation,
IItemPropertyGetter> private static final Map<Item,
Map<ResourceLocation, IItemPropertyGetter>> private static final IItemPropertyGetter
private static final IItemPropertyGetter
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic IItemPropertyGetter
getProperty
(Item p_239417_0_, ResourceLocation p_239417_1_) static void
register
(Item p_239418_0_, ResourceLocation p_239418_1_, IItemPropertyGetter p_239418_2_) private static IItemPropertyGetter
registerGeneric
(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_)
-