Interface BlockInstruction
- All Known Implementing Classes:
ModifiableBlockInstruction
,MoveIntoBlockInstruction
public interface BlockInstruction
-
Method Summary
Modifier and TypeMethodDescription@NotNull CollideType
@NotNull org.core.world.position.block.BlockType
getType()
-
Method Details
-
getType
@NotNull @NotNull org.core.world.position.block.BlockType getType() -
getBlockLimit
OptionalInt getBlockLimit() -
getCollide
-