Class OxygenSealerMovingInteractionBehaviour

java.lang.Object
com.simibubi.create.api.behaviour.interaction.MovingInteractionBehaviour
com.lightning.northstar.block.tech.oxygen_sealer.OxygenSealerMovingInteractionBehaviour

public class OxygenSealerMovingInteractionBehaviour extends com.simibubi.create.api.behaviour.interaction.MovingInteractionBehaviour
  • Field Summary

    Fields inherited from class com.simibubi.create.api.behaviour.interaction.MovingInteractionBehaviour

    REGISTRY
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    handlePlayerInteraction(net.minecraft.world.entity.player.Player player, net.minecraft.world.InteractionHand activeHand, net.minecraft.core.BlockPos localPos, com.simibubi.create.content.contraptions.AbstractContraptionEntity contraptionEntity)
     

    Methods inherited from class com.simibubi.create.api.behaviour.interaction.MovingInteractionBehaviour

    handleEntityCollision, interactionBehaviour, setContraptionActorData, setContraptionBlockData

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • OxygenSealerMovingInteractionBehaviour

      public OxygenSealerMovingInteractionBehaviour()
  • Method Details

    • handlePlayerInteraction

      public boolean handlePlayerInteraction(net.minecraft.world.entity.player.Player player, net.minecraft.world.InteractionHand activeHand, net.minecraft.core.BlockPos localPos, com.simibubi.create.content.contraptions.AbstractContraptionEntity contraptionEntity)
      Overrides:
      handlePlayerInteraction in class com.simibubi.create.api.behaviour.interaction.MovingInteractionBehaviour