Class ControlsInteractionBehaviour
java.lang.Object
com.simibubi.create.content.contraptions.components.structureMovement.MovingInteractionBehaviour
com.simibubi.create.content.contraptions.components.structureMovement.interaction.controls.ControlsInteractionBehaviour
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanhandlePlayerInteraction(net.minecraft.world.entity.player.Player player, net.minecraft.world.InteractionHand activeHand, net.minecraft.core.BlockPos localPos, AbstractContraptionEntity contraptionEntity) Methods inherited from class com.simibubi.create.content.contraptions.components.structureMovement.MovingInteractionBehaviour
handleEntityCollision, setContraptionActorData, setContraptionBlockData
-
Constructor Details
-
ControlsInteractionBehaviour
public ControlsInteractionBehaviour()
-
-
Method Details
-
handlePlayerInteraction
public boolean handlePlayerInteraction(net.minecraft.world.entity.player.Player player, net.minecraft.world.InteractionHand activeHand, net.minecraft.core.BlockPos localPos, AbstractContraptionEntity contraptionEntity) - Overrides:
handlePlayerInteractionin classMovingInteractionBehaviour
-