net.minecraft.world.chunk

public class WorldChunkSection

axx
net.minecraft.class_1197
net.minecraft.world.chunk.WorldChunkSection
net.minecraft.world.chunk.storage.ExtendedBlockStorage
net.minecraft.world.chunk.storage.ExtendedBlockStorage

Field summary

Modifier and TypeField
private final int
a
field_4744
offsetY
field_76684_a
yBase
private int
b
field_4745
nonAirBlockCount
field_76682_b
blockRefCount
private int
c
field_4746
randomTickingBlockCount
field_76683_c
tickRefCount
private final PalettedContainer
d
field_12914
blockStates
field_177488_d
data
private ChunkNibbleStorage
e
field_4750
blockLight
field_76679_g
blockLight
private ChunkNibbleStorage
f
field_4751
skyLight
field_76685_h
skyLight

Constructor summary

ModifierConstructor
public (int offsetY, boolean hasSkyLight)

Method summary

Modifier and TypeMethod
public BlockState
a(int arg0, int arg1, int arg2)
method_9170(int arg0, int arg1, int arg2)
getBlockState(int x, int y, int z)
func_177485_a(int arg0, int arg1, int arg2)
get(int x, int y, int z)
public void
a(int arg0, int arg1, int arg2, awt arg3)
method_9171(int arg0, int arg1, int arg2, class_2232 arg3)
setBlockState(int x, int y, int z, BlockState state)
func_177484_a(int arg0, int arg1, int arg2, IBlockState arg3)
set(int x, int y, int z, IBlockState state)
public boolean
a()
method_3925()
isEmpty()
func_76663_a()
isEmpty()
public boolean
b()
method_3930()
hasRandomTickingBlocks()
func_76675_b()
needsRandomTick()
public int
d()
method_3937()
getOffsetY()
func_76662_d()
getYLocation()
public void
a(int arg0, int arg1, int arg2, int arg3)
method_3935(int arg0, int arg1, int arg2, int arg3)
setSkyLight(int x, int y, int z, int light)
func_76657_c(int arg0, int arg1, int arg2, int arg3)
setSkyLight(int x, int y, int z, int value)
public int
b(int arg0, int arg1, int arg2)
method_3934(int arg0, int arg1, int arg2)
getSkyLight(int x, int y, int z)
func_76670_c(int arg0, int arg1, int arg2)
getSkyLight(int x, int y, int z)
public void
b(int arg0, int arg1, int arg2, int arg3)
method_3939(int arg0, int arg1, int arg2, int arg3)
setBlockLight(int x, int y, int z, int light)
func_76677_d(int arg0, int arg1, int arg2, int arg3)
setBlockLight(int x, int y, int z, int value)
public int
c(int arg0, int arg1, int arg2)
method_3938(int arg0, int arg1, int arg2)
getBlockLight(int x, int y, int z)
func_76674_d(int arg0, int arg1, int arg2)
getBlockLight(int x, int y, int z)
public void
e()
method_3941()
validateBlockCounters()
func_76672_e()
recalculateRefCounts()
public PalettedContainer
g()
method_11774()
getBlockStateStorage()
func_186049_g()
getData()
public ChunkNibbleStorage
h()
method_3946()
getBlockLightStorage()
func_76661_k()
getBlockLight()
public ChunkNibbleStorage
i()
method_3947()
getSkyLightStorage()
func_76671_l()
getSkyLight()
public void
a(axs arg0)
method_3936(class_1194 arg0)
setBlockLightStorage(ChunkNibbleStorage blockLight)
func_76659_c(NibbleArray arg0)
setBlockLight(NibbleArray newBlocklightArray)
public void
b(axs arg0)
method_3940(class_1194 arg0)
setSkyLightStorage(ChunkNibbleStorage skyLight)
func_76666_d(NibbleArray arg0)
setSkyLight(NibbleArray newSkylightArray)