public class BeltSlicer
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BeltSlicer.Feedback |
| Constructor and Description |
|---|
BeltSlicer() |
| Modifier and Type | Method and Description |
|---|---|
static void |
tickHoveringInformation() |
static net.minecraft.util.ActionResultType |
useConnector(net.minecraft.block.BlockState state,
net.minecraft.world.World world,
net.minecraft.util.math.BlockPos pos,
net.minecraft.entity.player.PlayerEntity player,
net.minecraft.util.Hand handIn,
net.minecraft.util.math.BlockRayTraceResult hit,
BeltSlicer.Feedback feedBack) |
static net.minecraft.util.ActionResultType |
useWrench(net.minecraft.block.BlockState state,
net.minecraft.world.World world,
net.minecraft.util.math.BlockPos pos,
net.minecraft.entity.player.PlayerEntity player,
net.minecraft.util.Hand handIn,
net.minecraft.util.math.BlockRayTraceResult hit,
BeltSlicer.Feedback feedBack) |
public static net.minecraft.util.ActionResultType useWrench(net.minecraft.block.BlockState state,
net.minecraft.world.World world,
net.minecraft.util.math.BlockPos pos,
net.minecraft.entity.player.PlayerEntity player,
net.minecraft.util.Hand handIn,
net.minecraft.util.math.BlockRayTraceResult hit,
BeltSlicer.Feedback feedBack)
public static net.minecraft.util.ActionResultType useConnector(net.minecraft.block.BlockState state,
net.minecraft.world.World world,
net.minecraft.util.math.BlockPos pos,
net.minecraft.entity.player.PlayerEntity player,
net.minecraft.util.Hand handIn,
net.minecraft.util.math.BlockRayTraceResult hit,
BeltSlicer.Feedback feedBack)
public static void tickHoveringInformation()