public class EdgeInteractionHandler
extends java.lang.Object
| Constructor and Description |
|---|
EdgeInteractionHandler() |
| Modifier and Type | Method and Description |
|---|---|
static net.minecraft.util.Direction |
getActivatedDirection(net.minecraft.world.World world,
net.minecraft.util.math.BlockPos pos,
net.minecraft.util.Direction face,
net.minecraft.util.math.vector.Vector3d hit,
EdgeInteractionBehaviour behaviour) |
static java.util.List<net.minecraft.util.Direction> |
getConnectiveSides(net.minecraft.world.World world,
net.minecraft.util.math.BlockPos pos,
net.minecraft.util.Direction face,
EdgeInteractionBehaviour behaviour) |
static void |
onBlockActivated(net.minecraftforge.event.entity.player.PlayerInteractEvent.RightClickBlock event) |
public static void onBlockActivated(net.minecraftforge.event.entity.player.PlayerInteractEvent.RightClickBlock event)
public static java.util.List<net.minecraft.util.Direction> getConnectiveSides(net.minecraft.world.World world,
net.minecraft.util.math.BlockPos pos,
net.minecraft.util.Direction face,
EdgeInteractionBehaviour behaviour)
public static net.minecraft.util.Direction getActivatedDirection(net.minecraft.world.World world,
net.minecraft.util.math.BlockPos pos,
net.minecraft.util.Direction face,
net.minecraft.util.math.vector.Vector3d hit,
EdgeInteractionBehaviour behaviour)