Class SecurityCardItemPropertyFunction
java.lang.Object
com.refinedmods.refinedstorage.common.security.SecurityCardItemPropertyFunction
- All Implemented Interfaces:
net.minecraft.client.renderer.item.ClampedItemPropertyFunction,net.minecraft.client.renderer.item.ItemPropertyFunction
public class SecurityCardItemPropertyFunction
extends Object
implements net.minecraft.client.renderer.item.ClampedItemPropertyFunction
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloatunclampedCall(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, waitMethods inherited from interface net.minecraft.client.renderer.item.ClampedItemPropertyFunction
call
-
Field Details
-
NAME
public static final net.minecraft.resources.ResourceLocation NAME
-
-
Constructor Details
-
SecurityCardItemPropertyFunction
public SecurityCardItemPropertyFunction()
-
-
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:
unclampedCallin interfacenet.minecraft.client.renderer.item.ClampedItemPropertyFunction
-