public class BeltMovementHandler
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BeltMovementHandler.TransportedEntityInfo |
| Constructor and Description |
|---|
BeltMovementHandler() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
canBeTransported(net.minecraft.entity.Entity entity) |
static boolean |
isRidingOrBeingRiddenBy(net.minecraft.entity.Entity me,
net.minecraft.entity.Entity other) |
static boolean |
shouldIgnoreBlocking(net.minecraft.entity.Entity me,
net.minecraft.entity.Entity other) |
static void |
transportEntity(BeltTileEntity beltTe,
net.minecraft.entity.Entity entityIn,
BeltMovementHandler.TransportedEntityInfo info) |
public static boolean canBeTransported(net.minecraft.entity.Entity entity)
public static void transportEntity(BeltTileEntity beltTe, net.minecraft.entity.Entity entityIn, BeltMovementHandler.TransportedEntityInfo info)
public static boolean shouldIgnoreBlocking(net.minecraft.entity.Entity me,
net.minecraft.entity.Entity other)
public static boolean isRidingOrBeingRiddenBy(net.minecraft.entity.Entity me,
net.minecraft.entity.Entity other)