public class LeverPointMachineBehavior extends java.lang.Object implements IPointMachineBehavior
| Constructor and Description |
|---|
LeverPointMachineBehavior() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
shouldDiverge(net.minecraft.block.BlockState motorState,
net.minecraft.world.IBlockReader blockReader,
net.minecraft.util.math.BlockPos motorPos,
net.minecraft.util.math.BlockPos switchPos,
net.minecraft.entity.item.minecart.AbstractMinecartEntity minecartEntity) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitonBlockStateUpdatepublic boolean shouldDiverge(net.minecraft.block.BlockState motorState,
net.minecraft.world.IBlockReader blockReader,
net.minecraft.util.math.BlockPos motorPos,
net.minecraft.util.math.BlockPos switchPos,
net.minecraft.entity.item.minecart.AbstractMinecartEntity minecartEntity)
shouldDiverge in interface IPointMachineBehavior