Class ContraptionHandlerClient

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

public class ContraptionHandlerClient extends Object
  • Constructor Details

    • ContraptionHandlerClient

      public ContraptionHandlerClient()
  • Method Details

    • preventRemotePlayersWalkingAnimations

      public static void preventRemotePlayersWalkingAnimations(net.neoforged.neoforge.event.tick.PlayerTickEvent.Post event)
    • rightClickingOnContraptionsGetsHandledLocally

      public static void rightClickingOnContraptionsGetsHandledLocally(net.neoforged.neoforge.client.event.InputEvent.InteractionKeyMappingTriggered event)
    • getRayInputs

      public static net.createmod.catnip.data.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)