public class ChunkDataImpl extends net.minecraft.tileentity.TileEntity implements ChunkData
| 构造器和说明 |
|---|
ChunkDataImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
canRenderBreaking() |
int |
getBlockMetadata() |
net.minecraft.block.Block |
getBlockType() |
static ChunkDataImpl |
getChunkData(net.minecraft.world.chunk.Chunk chunk) |
static ChunkDataImpl |
getChunkData(net.minecraft.world.World world,
net.minecraft.util.BlockPos pos) |
static ChunkDataImpl |
getChunkData(net.minecraft.world.World world,
net.minecraft.world.ChunkCoordIntPair pos) |
net.minecraft.nbt.NBTTagCompound |
getCustomData() |
double |
getDistanceSq(double x,
double y,
double z) |
double |
getMaxRenderDistanceSquared() |
void |
invalidate() |
void |
markDirty() |
void |
onChunkUnload() |
void |
onLoad() |
void |
setPos(net.minecraft.util.BlockPos posIn) |
void |
validate() |
addInfoToCrashReport, addMapping, createAndLoadEntity, deserializeNBT, func_183000_F, getCapability, getDescriptionPacket, getPos, getRenderBoundingBox, getTileData, getWorld, hasCapability, hasFastRenderer, hasWorldObj, isInvalid, onDataPacket, readFromNBT, receiveClientEvent, restrictNBTCopy, serializeNBT, setWorldObj, shouldRefresh, shouldRenderInPass, updateContainingBlockInfo, writeToNBTpublic boolean canRenderBreaking()
canRenderBreaking 在类中 net.minecraft.tileentity.TileEntitypublic int getBlockMetadata()
getBlockMetadata 在类中 net.minecraft.tileentity.TileEntitypublic void markDirty()
markDirty 在类中 net.minecraft.tileentity.TileEntitypublic double getMaxRenderDistanceSquared()
getMaxRenderDistanceSquared 在类中 net.minecraft.tileentity.TileEntitypublic double getDistanceSq(double x,
double y,
double z)
getDistanceSq 在类中 net.minecraft.tileentity.TileEntitypublic net.minecraft.block.Block getBlockType()
getBlockType 在类中 net.minecraft.tileentity.TileEntitypublic void onChunkUnload()
onChunkUnload 在类中 net.minecraft.tileentity.TileEntitypublic void onLoad()
onLoad 在类中 net.minecraft.tileentity.TileEntitypublic void invalidate()
invalidate 在类中 net.minecraft.tileentity.TileEntitypublic void validate()
validate 在类中 net.minecraft.tileentity.TileEntitypublic void setPos(net.minecraft.util.BlockPos posIn)
setPos 在类中 net.minecraft.tileentity.TileEntitypublic static ChunkDataImpl getChunkData(net.minecraft.world.World world, net.minecraft.util.BlockPos pos)
public static ChunkDataImpl getChunkData(net.minecraft.world.World world, net.minecraft.world.ChunkCoordIntPair pos)
public static ChunkDataImpl getChunkData(net.minecraft.world.chunk.Chunk chunk)
public net.minecraft.nbt.NBTTagCompound getCustomData()
getCustomData 在接口中 ChunkData