Interface BlockInstruction

All Known Implementing Classes:
ModifiableBlockInstruction, MoveIntoBlockInstruction

public interface BlockInstruction
  • Method Details

    • getType

      @NotNull @NotNull org.core.world.position.block.BlockType getType()
    • getBlockLimit

      OptionalInt getBlockLimit()
    • getCollide

      @NotNull @NotNull CollideType getCollide()