Uses of Interface
net.minecraft.client.renderer.item.ItemPropertyFunction
-
Uses of ItemPropertyFunction in net.minecraft.client.renderer.item
Modifier and TypeFieldDescriptionprivate static final Map<ResourceLocation,
ItemPropertyFunction> ItemProperties.GENERIC_PROPERTIES
private static final Map<Item,
Map<ResourceLocation, ItemPropertyFunction>> ItemProperties.PROPERTIES
Modifier and TypeMethodDescriptionstatic ItemPropertyFunction
ItemProperties.getProperty
(Item p_117830_, ResourceLocation p_117831_) static ItemPropertyFunction
ItemProperties.registerGeneric
(ResourceLocation p_174582_, ItemPropertyFunction p_174583_) Modifier and TypeMethodDescriptionstatic void
ItemProperties.register
(Item p_174571_, ResourceLocation p_174572_, ItemPropertyFunction p_174573_) private static void
ItemProperties.registerCustomModelData
(ItemPropertyFunction p_174580_) static ItemPropertyFunction
ItemProperties.registerGeneric
(ResourceLocation p_174582_, ItemPropertyFunction p_174583_)