java.lang.Object
com.simibubi.create.content.contraptions.components.structureMovement.ContraptionHandlerClient

public class ContraptionHandlerClient extends Object
  • Constructor Details

    • ContraptionHandlerClient

      public ContraptionHandlerClient()
  • Method Details

    • preventRemotePlayersWalkingAnimations

      public static void preventRemotePlayersWalkingAnimations(net.minecraftforge.event.TickEvent.PlayerTickEvent event)
    • rightClickingOnContraptionsGetsHandledLocally

      public static void rightClickingOnContraptionsGetsHandledLocally(net.minecraftforge.client.event.InputEvent.ClickInputEvent event)
    • getRayInputs

      public static Couple<net.minecraft.world.phys.Vec3> getRayInputs(net.minecraft.client.player.LocalPlayer player)
    • rayTraceContraption

      @Nullable public static net.minecraft.world.phys.BlockHitResult rayTraceContraption(net.minecraft.world.phys.Vec3 origin, net.minecraft.world.phys.Vec3 target, AbstractContraptionEntity contraptionEntity)