Class ConfigurationCardItemPropertyFunction

java.lang.Object
com.refinedmods.refinedstorage.common.configurationcard.ConfigurationCardItemPropertyFunction
All Implemented Interfaces:
net.minecraft.client.renderer.item.ClampedItemPropertyFunction, net.minecraft.client.renderer.item.ItemPropertyFunction

public class ConfigurationCardItemPropertyFunction extends Object implements net.minecraft.client.renderer.item.ClampedItemPropertyFunction
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.minecraft.resources.ResourceLocation
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    float
    unclampedCall(net.minecraft.world.item.ItemStack itemStack, net.minecraft.client.multiplayer.ClientLevel clientLevel, net.minecraft.world.entity.LivingEntity livingEntity, int i)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface net.minecraft.client.renderer.item.ClampedItemPropertyFunction

    call
  • Field Details

    • NAME

      public static final net.minecraft.resources.ResourceLocation NAME
  • Constructor Details

    • ConfigurationCardItemPropertyFunction

      public ConfigurationCardItemPropertyFunction()
  • Method Details

    • unclampedCall

      public float unclampedCall(net.minecraft.world.item.ItemStack itemStack, @Nullable net.minecraft.client.multiplayer.ClientLevel clientLevel, @Nullable net.minecraft.world.entity.LivingEntity livingEntity, int i)
      Specified by:
      unclampedCall in interface net.minecraft.client.renderer.item.ClampedItemPropertyFunction