public abstract class PlayerChunkMapHandle
extends com.bergerkiller.mountiplex.reflection.declarations.Template.Handle
T
member.
New handles can be created from raw instances using createHandle(Object)
.Modifier and Type | Class and Description |
---|---|
static class |
PlayerChunkMapHandle.PlayerChunkMapClass
Stores class members for net.minecraft.server.PlayerChunkMap.
|
Modifier and Type | Field and Description |
---|---|
static PlayerChunkMapHandle.PlayerChunkMapClass |
T |
Constructor and Description |
---|
PlayerChunkMapHandle() |
Modifier and Type | Method and Description |
---|---|
static PlayerChunkMapHandle |
createHandle(java.lang.Object handleInstance) |
abstract void |
flagDirty(IntVector3 blockposition) |
abstract void |
flagPosDirty(int x,
int y,
int z) |
PlayerChunkHandle |
getChunk(int x,
int z) |
abstract java.util.List<org.bukkit.entity.Player> |
getManagedPlayers() |
abstract int |
getRadius() |
abstract boolean |
isChunkEntered(EntityPlayerHandle entityplayer,
int chunkX,
int chunkZ) |
void |
markForUpdate(PlayerChunkHandle playerChunk) |
abstract void |
setManagedPlayers(java.util.List<org.bukkit.entity.Player> value) |
abstract void |
setRadius(int value) |
abstract boolean |
shouldUnload(int i,
int j,
int k,
int l,
int i1) |
public static final PlayerChunkMapHandle.PlayerChunkMapClass T
public static PlayerChunkMapHandle createHandle(java.lang.Object handleInstance)
public abstract boolean shouldUnload(int i, int j, int k, int l, int i1)
public abstract void flagDirty(IntVector3 blockposition)
public abstract void flagPosDirty(int x, int y, int z)
public abstract boolean isChunkEntered(EntityPlayerHandle entityplayer, int chunkX, int chunkZ)
public void markForUpdate(PlayerChunkHandle playerChunk)
public PlayerChunkHandle getChunk(int x, int z)
public abstract java.util.List<org.bukkit.entity.Player> getManagedPlayers()
public abstract void setManagedPlayers(java.util.List<org.bukkit.entity.Player> value)
public abstract int getRadius()
public abstract void setRadius(int value)