java.lang.Object
com.simibubi.create.foundation.tileEntity.behaviour.edgeInteraction.EdgeInteractionHandler

public class EdgeInteractionHandler extends Object
  • Constructor Details

    • EdgeInteractionHandler

      public EdgeInteractionHandler()
  • Method Details

    • onBlockActivated

      public static void onBlockActivated(net.minecraftforge.event.entity.player.PlayerInteractEvent.RightClickBlock event)
    • getConnectiveSides

      public static List<net.minecraft.core.Direction> getConnectiveSides(net.minecraft.world.level.Level world, net.minecraft.core.BlockPos pos, net.minecraft.core.Direction face, EdgeInteractionBehaviour behaviour)
    • getActivatedDirection

      public static net.minecraft.core.Direction getActivatedDirection(net.minecraft.world.level.Level world, net.minecraft.core.BlockPos pos, net.minecraft.core.Direction face, net.minecraft.world.phys.Vec3 hit, EdgeInteractionBehaviour behaviour)