Class GrindstoneData
java.lang.Object
com.hammy275.immersivemc.client.immersive.info.GrindstoneData
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
didGrind
(net.minecraft.world.InteractionHand hand) boolean
grindTick
(net.minecraft.world.InteractionHand hand) void
resetGrind
(net.minecraft.world.InteractionHand hand)
-
Field Details
-
grindHands
-
-
Constructor Details
-
GrindstoneData
public GrindstoneData()
-
-
Method Details
-
didGrind
public boolean didGrind(net.minecraft.world.InteractionHand hand) -
resetGrind
public void resetGrind(net.minecraft.world.InteractionHand hand) -
grindTick
public boolean grindTick(net.minecraft.world.InteractionHand hand)
-