Companion

Properties

Link copied to clipboard
const val CHUNK_MAX_XZ: Int
Link copied to clipboard
const val CHUNK_MIN_XZ: Int = 0
Link copied to clipboard
val PERSISTENCE_KEY: @Nullable NamespacedKey?

Functions

Link copied to clipboard
fun getBlocksWithCustomData(namespace: String, chunk: Chunk): List<Block>?
fun getBlocksWithCustomData(plugin: Plugin, chunk: Chunk): Collection<Block>?
Link copied to clipboard
fun getDataType(pdc: PersistentDataContainer, key: NamespacedKey): PersistentDataType<*, *>?
Link copied to clipboard
fun getKey(block: Block): String
Link copied to clipboard
fun hasCustomBlockData(block: Block, plugin: Plugin): Boolean
Link copied to clipboard
fun isDirty(block: Block): Boolean
Link copied to clipboard
fun setDirty(plugin: Plugin, blockEntry: Map.Entry<UUID, BlockVector>)