Class MoveIntoBlockInstruction
java.lang.Object
org.ships.config.blocks.instruction.MoveIntoBlockInstruction
- All Implemented Interfaces:
BlockInstruction
-
Constructor Summary
ConstructorsConstructorDescriptionMoveIntoBlockInstruction(@NotNull org.core.world.position.block.BlockType type) -
Method Summary
Modifier and TypeMethodDescription@NotNull CollideType@NotNull org.core.world.position.block.BlockTypegetType()
-
Constructor Details
-
MoveIntoBlockInstruction
public MoveIntoBlockInstruction(@NotNull @NotNull org.core.world.position.block.BlockType type)
-
-
Method Details
-
getType
@NotNull public @NotNull org.core.world.position.block.BlockType getType()- Specified by:
getTypein interfaceBlockInstruction
-
getBlockLimit
- Specified by:
getBlockLimitin interfaceBlockInstruction
-
getCollide
- Specified by:
getCollidein interfaceBlockInstruction
-