Class ItemPropertiesRegistryImpl

java.lang.Object
dev.architectury.registry.item.fabric.ItemPropertiesRegistryImpl

public class ItemPropertiesRegistryImpl extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static net.minecraft.client.renderer.item.ClampedItemPropertyFunction
    register(net.minecraft.world.level.ItemLike item, net.minecraft.resources.ResourceLocation propertyId, net.minecraft.client.renderer.item.ClampedItemPropertyFunction function)
     
    static net.minecraft.client.renderer.item.ClampedItemPropertyFunction
    registerGeneric(net.minecraft.resources.ResourceLocation propertyId, net.minecraft.client.renderer.item.ClampedItemPropertyFunction function)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ItemPropertiesRegistryImpl

      public ItemPropertiesRegistryImpl()
  • Method Details

    • registerGeneric

      public static net.minecraft.client.renderer.item.ClampedItemPropertyFunction registerGeneric(net.minecraft.resources.ResourceLocation propertyId, net.minecraft.client.renderer.item.ClampedItemPropertyFunction function)
    • register

      public static net.minecraft.client.renderer.item.ClampedItemPropertyFunction register(net.minecraft.world.level.ItemLike item, net.minecraft.resources.ResourceLocation propertyId, net.minecraft.client.renderer.item.ClampedItemPropertyFunction function)