Class ControllerItemPropertyFunction
java.lang.Object
com.refinedmods.refinedstorage.common.controller.ControllerItemPropertyFunction
- All Implemented Interfaces:
net.minecraft.client.renderer.item.ClampedItemPropertyFunction,net.minecraft.client.renderer.item.ItemPropertyFunction
public class ControllerItemPropertyFunction
extends Object
implements net.minecraft.client.renderer.item.ClampedItemPropertyFunction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloatunclampedCall(net.minecraft.world.item.ItemStack stack, net.minecraft.client.multiplayer.ClientLevel level, net.minecraft.world.entity.LivingEntity entity, int seed) 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
-
Constructor Details
-
ControllerItemPropertyFunction
public ControllerItemPropertyFunction()
-
-
Method Details
-
unclampedCall
public float unclampedCall(net.minecraft.world.item.ItemStack stack, @Nullable net.minecraft.client.multiplayer.ClientLevel level, @Nullable net.minecraft.world.entity.LivingEntity entity, int seed) - Specified by:
unclampedCallin interfacenet.minecraft.client.renderer.item.ClampedItemPropertyFunction
-