Class BlockInChunkSnapshot
-
- All Implemented Interfaces:
public final class BlockInChunkSnapshot
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
BlockInChunkSnapshot.Companion
-
Method Summary
-
-
Method Detail
-
getChunk
final ChunkSnapshot getChunk()
-
toLocation
final Location toLocation(World world)
-
getType
final Material getType()
-
getRelativeY
final BlockInChunkSnapshot getRelativeY(Integer yOffset)
-
-
-
-