Interface Block.Setter

All Known Subinterfaces:
Batch<C>, UnitModifier
All Known Implementing Classes:
AbsoluteBlockBatch, Chunk, ChunkBatch, DynamicChunk, Instance, InstanceContainer, LightingChunk, RelativeBlockBatch, SharedInstance
Enclosing interface:
Block

public static interface Block.Setter
Represents an element which can place blocks at position.

Notably used by Instance, Batch.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setBlock(int x, int y, int z, @NotNull Block block)
     
    default void
    setBlock(@NotNull Point blockPosition, @NotNull Block block)
     
  • Method Details

    • setBlock

      void setBlock(int x, int y, int z, @NotNull @NotNull Block block)
    • setBlock

      default void setBlock(@NotNull @NotNull Point blockPosition, @NotNull @NotNull Block block)