Class TrapdoorMovingInteraction
java.lang.Object
com.simibubi.create.content.contraptions.components.structureMovement.MovingInteractionBehaviour
com.simibubi.create.content.contraptions.components.structureMovement.interaction.SimpleBlockMovingInteraction
com.simibubi.create.content.contraptions.components.structureMovement.interaction.TrapdoorMovingInteraction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected net.minecraft.world.level.block.state.BlockStatehandle(net.minecraft.world.entity.player.Player player, Contraption contraption, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState currentState) protected booleanMethods inherited from class com.simibubi.create.content.contraptions.components.structureMovement.interaction.SimpleBlockMovingInteraction
handlePlayerInteraction, playSoundMethods inherited from class com.simibubi.create.content.contraptions.components.structureMovement.MovingInteractionBehaviour
handleEntityCollision, setContraptionActorData, setContraptionBlockData
-
Constructor Details
-
TrapdoorMovingInteraction
public TrapdoorMovingInteraction()
-
-
Method Details
-
handle
protected net.minecraft.world.level.block.state.BlockState handle(net.minecraft.world.entity.player.Player player, Contraption contraption, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState currentState) - Specified by:
handlein classSimpleBlockMovingInteraction
-
updateColliders
protected boolean updateColliders()- Overrides:
updateCollidersin classSimpleBlockMovingInteraction
-