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, unloadChunk
public int getWorldBlockData(UserConnection user, int bx, int by, int bz)
getWorldBlockData
in class BlockConnectionProvider
public org.bukkit.Chunk getChunk(org.bukkit.World world, int x, int z)
Copyright © 2016–2021. All rights reserved.