public interface Palette
Modifier and Type | Method and Description |
---|---|
int |
getBlockCount()
Gets the number of blocks stored in this palette.
|
List<BlockState> |
getBlocks()
Gets a copy of the blocks this Palette is made of.
|
@NotNull List<BlockState> getBlocks()
positions
of the returned block
states are offsets relative to the structure's position that is provided
once the structure is placed into the world.int getBlockCount()
Copyright © 2022. All rights reserved.