public class EmptyChunk extends Chunk
chunkTileEntityMap, entityLists, field_150815_m, hasEntities, heightMap, heightMapMinimum, inhabitedTime, isChunkLoaded, isLightPopulated, isLit, isModified, isTerrainPopulated, lastSaveTime, precipitationHeightMap, sendUpdates, updateSkylightColumns, worldObj, xPosition, zPosition
Constructor and Description |
---|
EmptyChunk(World p_i1994_1_,
int p_i1994_2_,
int p_i1994_3_) |
Modifier and Type | Method and Description |
---|---|
void |
addEntity(Entity p_76612_1_) |
void |
addTileEntity(TileEntity p_150813_1_) |
boolean |
canBlockSeeTheSky(int p_76619_1_,
int p_76619_2_,
int p_76619_3_) |
TileEntity |
func_150806_e(int p_150806_1_,
int p_150806_2_,
int p_150806_3_) |
boolean |
func_150807_a(int p_150807_1_,
int p_150807_2_,
int p_150807_3_,
Block p_150807_4_,
int p_150807_5_) |
int |
func_150808_b(int p_150808_1_,
int p_150808_2_,
int p_150808_3_) |
void |
func_150812_a(int p_150812_1_,
int p_150812_2_,
int p_150812_3_,
TileEntity p_150812_4_) |
void |
generateHeightMap() |
void |
generateSkylightMap() |
boolean |
getAreLevelsEmpty(int p_76606_1_,
int p_76606_2_) |
Block |
getBlock(int p_150810_1_,
int p_150810_2_,
int p_150810_3_) |
int |
getBlockLightValue(int p_76629_1_,
int p_76629_2_,
int p_76629_3_,
int p_76629_4_) |
int |
getBlockMetadata(int p_76628_1_,
int p_76628_2_,
int p_76628_3_) |
void |
getEntitiesOfTypeWithinAAAB(java.lang.Class p_76618_1_,
AxisAlignedBB p_76618_2_,
java.util.List p_76618_3_,
IEntitySelector p_76618_4_) |
void |
getEntitiesWithinAABBForEntity(Entity p_76588_1_,
AxisAlignedBB p_76588_2_,
java.util.List p_76588_3_,
IEntitySelector p_76588_4_) |
int |
getHeightValue(int p_76611_1_,
int p_76611_2_) |
java.util.Random |
getRandomWithSeed(long p_76617_1_) |
int |
getSavedLightValue(EnumSkyBlock p_76614_1_,
int p_76614_2_,
int p_76614_3_,
int p_76614_4_) |
boolean |
isAtLocation(int p_76600_1_,
int p_76600_2_) |
boolean |
isEmpty() |
boolean |
needsSaving(boolean p_76601_1_) |
void |
onChunkLoad() |
void |
onChunkUnload() |
void |
removeEntity(Entity p_76622_1_) |
void |
removeEntityAtIndex(Entity p_76608_1_,
int p_76608_2_) |
void |
removeTileEntity(int p_150805_1_,
int p_150805_2_,
int p_150805_3_) |
boolean |
setBlockMetadata(int p_76589_1_,
int p_76589_2_,
int p_76589_3_,
int p_76589_4_) |
void |
setChunkModified() |
void |
setLightValue(EnumSkyBlock p_76633_1_,
int p_76633_2_,
int p_76633_3_,
int p_76633_4_,
int p_76633_5_) |
enqueueRelightChecks, fillChunk, func_150802_k, func_150804_b, func_150809_p, getBiomeArray, getBiomeGenForWorldCoords, getBlockStorageArray, getChunkCoordIntPair, getPrecipitationHeight, getTopFilledSegment, populateChunk, resetRelightChecks, setBiomeArray, setStorageArrays
public EmptyChunk(World p_i1994_1_, int p_i1994_2_, int p_i1994_3_)
public boolean isAtLocation(int p_76600_1_, int p_76600_2_)
isAtLocation
in class Chunk
public int getHeightValue(int p_76611_1_, int p_76611_2_)
getHeightValue
in class Chunk
public void generateSkylightMap()
generateSkylightMap
in class Chunk
public void generateHeightMap()
generateHeightMap
in class Chunk
public Block getBlock(int p_150810_1_, int p_150810_2_, int p_150810_3_)
public int func_150808_b(int p_150808_1_, int p_150808_2_, int p_150808_3_)
func_150808_b
in class Chunk
public boolean func_150807_a(int p_150807_1_, int p_150807_2_, int p_150807_3_, Block p_150807_4_, int p_150807_5_)
func_150807_a
in class Chunk
public int getBlockMetadata(int p_76628_1_, int p_76628_2_, int p_76628_3_)
getBlockMetadata
in class Chunk
public boolean setBlockMetadata(int p_76589_1_, int p_76589_2_, int p_76589_3_, int p_76589_4_)
setBlockMetadata
in class Chunk
public int getSavedLightValue(EnumSkyBlock p_76614_1_, int p_76614_2_, int p_76614_3_, int p_76614_4_)
getSavedLightValue
in class Chunk
public void setLightValue(EnumSkyBlock p_76633_1_, int p_76633_2_, int p_76633_3_, int p_76633_4_, int p_76633_5_)
setLightValue
in class Chunk
public int getBlockLightValue(int p_76629_1_, int p_76629_2_, int p_76629_3_, int p_76629_4_)
getBlockLightValue
in class Chunk
public void removeEntity(Entity p_76622_1_)
removeEntity
in class Chunk
public void removeEntityAtIndex(Entity p_76608_1_, int p_76608_2_)
removeEntityAtIndex
in class Chunk
public boolean canBlockSeeTheSky(int p_76619_1_, int p_76619_2_, int p_76619_3_)
canBlockSeeTheSky
in class Chunk
public TileEntity func_150806_e(int p_150806_1_, int p_150806_2_, int p_150806_3_)
func_150806_e
in class Chunk
public void addTileEntity(TileEntity p_150813_1_)
addTileEntity
in class Chunk
public void func_150812_a(int p_150812_1_, int p_150812_2_, int p_150812_3_, TileEntity p_150812_4_)
func_150812_a
in class Chunk
public void removeTileEntity(int p_150805_1_, int p_150805_2_, int p_150805_3_)
removeTileEntity
in class Chunk
public void onChunkLoad()
onChunkLoad
in class Chunk
public void onChunkUnload()
onChunkUnload
in class Chunk
public void setChunkModified()
setChunkModified
in class Chunk
public void getEntitiesWithinAABBForEntity(Entity p_76588_1_, AxisAlignedBB p_76588_2_, java.util.List p_76588_3_, IEntitySelector p_76588_4_)
getEntitiesWithinAABBForEntity
in class Chunk
public void getEntitiesOfTypeWithinAAAB(java.lang.Class p_76618_1_, AxisAlignedBB p_76618_2_, java.util.List p_76618_3_, IEntitySelector p_76618_4_)
getEntitiesOfTypeWithinAAAB
in class Chunk
public boolean needsSaving(boolean p_76601_1_)
needsSaving
in class Chunk
public java.util.Random getRandomWithSeed(long p_76617_1_)
getRandomWithSeed
in class Chunk
public boolean getAreLevelsEmpty(int p_76606_1_, int p_76606_2_)
getAreLevelsEmpty
in class Chunk