net.minecraft.world.chunk

public class WorldChunkSection

bnk
net.minecraft.class_1197
net.minecraft.world.chunk.WorldChunkSection
net.minecraft.world.chunk.ChunkSection
net.minecraft.world.chunk.ChunkSection

Field summary

Modifier and TypeField
private static final Palette<BlockState>
a
field_18896
GLOBAL_PALETTE
field_205512_a
field_205512_a
private final int
b
field_4744
offsetY
field_76684_a
yBase
private int
c
field_4745
nonAirBlockCount
field_76682_b
blockRefCount
private int
d
field_4746
randomTickingBlockCount
field_76683_c
tickRefCount
private int
e
field_18897
randomTickingFluidCount
field_206918_e
fluidRefCount
private final PalettedContainer<BlockState>
f
field_18898
blockStates
field_177488_d
data
private ChunkNibbleStorage
g
field_4750
blockLight
field_76679_g
blockLight
private ChunkNibbleStorage
h
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 FluidState
b(int arg0, int arg1, int arg2)
method_17093(int arg0, int arg1, int arg2)
getFluidState(int x, int y, int z)
func_206914_b(int arg0, int arg1, int arg2)
getFluidState(int x, int y, int z)
public void
a(int arg0, int arg1, int arg2, blc 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_17092()
isRandomlyTicking()
func_206915_b()
needsRandomTickAny()
public boolean
c()
method_3930()
hasRandomTickingBlocks()
func_76675_b()
needsRandomTick()
public boolean
d()
method_17094()
hasRandomTickingFluids()
func_206917_d()
needsRandomTickFluid()
public int
e()
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
c(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
d(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
f()
method_3941()
validateBlockCounters()
func_76672_e()
recalculateRefCounts()
public PalettedContainer<BlockState>
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(bne arg0)
method_3936(class_1194 arg0)
setBlockLightStorage(ChunkNibbleStorage blockLight)
func_76659_c(NibbleArray arg0)
setBlockLight(NibbleArray newBlocklightArray)
public void
b(bne arg0)
method_3940(class_1194 arg0)
setSkyLightStorage(ChunkNibbleStorage skyLight)
func_76666_d(NibbleArray arg0)
setSkyLight(NibbleArray newSkylightArray)