public class BukkitBlockConnectionProvider extends BlockConnectionProvider
| Constructor and Description |
|---|
BukkitBlockConnectionProvider() |
| Modifier and Type | Method and Description |
|---|---|
org.bukkit.Chunk |
getChunk(org.bukkit.World world,
int x,
int z) |
int |
getWorldBlockData(UserConnection user,
int bx,
int by,
int bz) |
clearStorage, getBlockData, removeBlock, storeBlock, storesBlocks, unloadChunkpublic int getWorldBlockData(UserConnection user, int bx, int by, int bz)
getWorldBlockData in class BlockConnectionProviderpublic org.bukkit.Chunk getChunk(org.bukkit.World world,
int x,
int z)
Copyright © 2016–2021. All rights reserved.