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.BlockType
getType()
-
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:
getType
in interfaceBlockInstruction
-
getBlockLimit
- Specified by:
getBlockLimit
in interfaceBlockInstruction
-
getCollide
- Specified by:
getCollide
in interfaceBlockInstruction
-