public class RotationPropagator
extends java.lang.Object
| Constructor and Description |
|---|
RotationPropagator() |
| Modifier and Type | Method and Description |
|---|---|
static void |
handleAdded(net.minecraft.world.World worldIn,
net.minecraft.util.math.BlockPos pos,
KineticTileEntity addedTE)
Insert the added position to the kinetic network.
|
static void |
handleRemoved(net.minecraft.world.World worldIn,
net.minecraft.util.math.BlockPos pos,
KineticTileEntity removedTE)
Remove the given entity from the network.
|
static boolean |
isConnected(KineticTileEntity from,
KineticTileEntity to) |
public static void handleAdded(net.minecraft.world.World worldIn,
net.minecraft.util.math.BlockPos pos,
KineticTileEntity addedTE)
worldIn - pos - public static void handleRemoved(net.minecraft.world.World worldIn,
net.minecraft.util.math.BlockPos pos,
KineticTileEntity removedTE)
worldIn - pos - removedTE - public static boolean isConnected(KineticTileEntity from, KineticTileEntity to)