net.minecraft.client.renderer.item

public class ItemProperties

ejm
net.minecraft.client.renderer.item.ItemProperties
net.minecraft.class_5272
net.minecraft.client.item.ModelPredicateProviderRegistry
net.minecraft.item.ItemModelsProperties

Field summary

Modifier and TypeField
private static final Map<ResourceLocation, ItemPropertyFunction>
a
GENERIC_PROPERTIES
field_24443
GLOBAL
field_239410_a_
private static final ResourceLocation
b
DAMAGED
field_24444
DAMAGED_ID
field_239411_b_
private static final ResourceLocation
c
DAMAGE
field_24445
DAMAGE_ID
field_239412_c_
private static final ItemPropertyFunction
d
PROPERTY_DAMAGED
field_24446
DAMAGED_PROVIDER
field_239413_d_
private static final ItemPropertyFunction
e
PROPERTY_DAMAGE
field_24447
DAMAGE_PROVIDER
field_239414_e_
private static final Map<Item, Map<ResourceLocation, ItemPropertyFunction>>
f
PROPERTIES
field_24448
ITEM_SPECIFIC
field_239415_f_

Method summary

Modifier and TypeMethod
private static ItemPropertyFunction
a(vk arg0, ejn arg1)
registerGeneric(ResourceLocation arg0, ItemPropertyFunction arg1)
method_27881(class_2960 arg0, class_1800 arg1)
register(Identifier id, ModelPredicateProvider provider)
func_239420_a_(ResourceLocation arg0, IItemPropertyGetter arg1)
private static void
a(blx arg0, vk arg1, ejn arg2)
register(Item arg0, ResourceLocation arg1, ItemPropertyFunction arg2)
method_27879(class_1792 arg0, class_2960 arg1, class_1800 arg2)
register(Item item, Identifier id, ModelPredicateProvider provider)
func_239418_a_(Item arg0, ResourceLocation arg1, IItemPropertyGetter arg2)
public static ItemPropertyFunction
a(blx arg0, vk arg1)
getProperty(Item arg0, ResourceLocation arg1)
method_27878(class_1792 arg0, class_2960 arg1)
get(Item item, Identifier id)
func_239417_a_(Item arg0, ResourceLocation arg1)