net.minecraft.world.chunk

public class ProtoChunk

implements Chunk

cgp
net.minecraft.world.level.chunk.ProtoChunk
net.minecraft.class_2839
net.minecraft.world.chunk.ProtoChunk
net.minecraft.unmapped.C_zebxgear
net.minecraft.world.chunk.ChunkPrimer
net.minecraft.world.chunk.ChunkPrimer

Field summary

Modifier and TypeField
private static final org.apache.logging.log4j.Logger
a
LOGGER
field_12920
LOGGER
f_ouhkdckm
field_201653_a
LOGGER
private final ChunkPos
b
chunkPos
field_12928
pos
f_cdpjizix
field_201654_b
pos
private volatile boolean
c
isDirty
field_12924
shouldSave
f_hmltqyej
field_201655_c
modified
private BiomeArray
d
biomes
field_20656
biomes
f_uykjcwff
field_201656_d
biomes
private volatile LightingProvider
e
lightEngine
field_17105
lightingProvider
f_suipyipz
field_217334_e
lightManager
private final Map<Heightmap$Type, Heightmap>
f
heightmaps
field_12912
heightmaps
f_pgazoowh
field_201657_e
heightmaps
private volatile ChunkStatus
g
status
field_12918
status
f_grpnbten
field_201658_f
status
private final Map<BlockPos, BlockEntity>
h
blockEntities
field_12917
blockEntities
f_bsmqxzvw
field_201659_g
tileEntities
private final Map<BlockPos, CompoundTag>
i
blockEntityNbts
field_12927
blockEntityTags
f_otfuqwpf
field_201660_h
deferredTileEntities
private final ChunkSection[]
j
sections
field_12909
sections
f_gxjmbabc
field_201661_i
sections
private final List<CompoundTag>
k
entities
field_12929
entities
f_flfkpmaw
field_201662_j
entities
private final List<BlockPos>
l
lights
field_12919
lightSources
f_jnozsmmg
field_201663_k
lightPositions
private final it.unimi.dsi.fastutil.shorts.ShortList[]
m
postProcessing
field_12921
postProcessingLists
f_btlvxygh
field_201665_m
packedPositions
private final Map<StructureFeature<?>, StructureStart<?>>
n
structureStarts
field_12915
structureStarts
f_nfqnjbqe
field_201666_n
structureStartMap
private final Map<StructureFeature<?>, it.unimi.dsi.fastutil.longs.LongSet>
o
structuresRefences
field_12930
structureReferences
f_hmryfgaw
field_201667_o
structureReferenceMap
private final UpgradeData
p
upgradeData
field_12916
upgradeData
f_pwrlfiop
field_201668_p
upgradeData
private final ChunkTickScheduler<Block>
q
blockTicks
field_12911
blockTickScheduler
f_hkvkhenb
field_201664_l
pendingBlockTicks
private final ChunkTickScheduler<Fluid>
r
liquidTicks
field_12923
fluidTickScheduler
f_hkbgsvtu
field_205333_q
pendingFluidTicks
private long
s
inhabitedTime
field_12925
inhabitedTime
f_smtchshr
field_209217_s
inhabitedTime
private final Map<GenerationStep$Carver, BitSet>
t
carvingMasks
field_12926
carvingMasks
f_yrcwkrzk
field_205769_s
carvingMasks
private volatile boolean
u
isLightCorrect
field_12914
lightOn
f_vitteqvf
field_217335_u
hasLight

Constructor summary

ModifierConstructor
public (ChunkPos pos, UpgradeData upgradeData)
public (ChunkPos pos, UpgradeData upgradeData, ChunkSection[] sections, ChunkTickScheduler<Block> blockTickScheduler, ChunkTickScheduler<Fluid> fluidTickScheduler)

Method summary

Modifier and TypeMethod
public BlockState
d_(fx arg0)
getBlockState(BlockPos arg0)
method_8320(class_2338 arg0)
getBlockState(BlockPos arg0)
m_cwgupilf(C_hynzadkk arg0)
func_180495_p(BlockPos arg0)
getBlockState(BlockPos arg0)
public FluidState
b(fx arg0)
getFluidState(BlockPos arg0)
method_8316(class_2338 arg0)
getFluidState(BlockPos arg0)
m_ldbsxred(C_hynzadkk arg0)
func_204610_c(BlockPos arg0)
getFluidState(BlockPos arg0)
public Stream<BlockPos>
m()
getLights()
method_12018()
getLightSourcesStream()
m_hehmhcmj()
func_217304_m()
getLightSources()
public it.unimi.dsi.fastutil.shorts.ShortList[]
w()
getPackedLights()
method_12296()
getLightSourcesBySection()
m_qrnaqdzs()
func_201647_i()
getPackedLightPositions()
public void
b(short arg0, int arg1)
addLight(short arg0, int arg1)
method_12304(short arg0, int arg1)
addLightSource(short chunkSliceRel, int sectionY)
m_wrathhoi(short arg0, int arg1)
func_201646_a(short arg0, int arg1)
addLightValue(short packedPosition, int lightValue)
public void
k(fx arg0)
addLight(BlockPos arg0)
method_12315(class_2338 arg0)
addLightSource(BlockPos pos)
m_ncbhrqku(C_hynzadkk arg0)
func_201637_h(BlockPos arg0)
addLightPosition(BlockPos lightPos)
public BlockState
a(fx arg0, ceh arg1, boolean arg2)
setBlockState(BlockPos arg0, BlockState arg1, boolean arg2)
method_12010(class_2338 arg0, class_2680 arg1, boolean arg2)
setBlockState(BlockPos arg0, BlockState arg1, boolean arg2)
m_qhwssies(C_hynzadkk arg0, C_txtbiemp arg1, boolean arg2)
func_177436_a(BlockPos arg0, BlockState arg1, boolean arg2)
setBlockState(BlockPos arg0, BlockState arg1, boolean arg2)
public ChunkSection
a(int arg0)
getOrCreateSection(int arg0)
method_16679(int arg0)
getSection(int y)
m_uoshrqgd(int arg0)
func_217332_a(int arg0)
getSection(int sectionId)
public void
a(fx arg0, ccj arg1)
setBlockEntity(BlockPos arg0, BlockEntity arg1)
method_12007(class_2338 arg0, class_2586 arg1)
setBlockEntity(BlockPos arg0, BlockEntity arg1)
m_hguftcvs(C_hynzadkk arg0, C_kvegafmh arg1)
func_177426_a(BlockPos arg0, TileEntity arg1)
addTileEntity(BlockPos arg0, TileEntity arg1)
public Set<BlockPos>
c()
getBlockEntitiesPos()
method_12021()
getBlockEntityPositions()
m_lbczmzpt()
func_203066_o()
getTileEntitiesPos()
public BlockEntity
c(fx arg0)
getBlockEntity(BlockPos arg0)
method_8321(class_2338 arg0)
getBlockEntity(BlockPos arg0)
m_ufqcrdbx(C_hynzadkk arg0)
func_175625_s(BlockPos arg0)
getTileEntity(BlockPos arg0)
public Map<BlockPos, BlockEntity>
x()
getBlockEntities()
method_12309()
getBlockEntities()
m_seprvxvx()
func_201627_k()
getTileEntities()
public void
b(md arg0)
addEntity(CompoundTag arg0)
method_12302(class_2487 arg0)
addEntity(CompoundTag entityTag)
m_ttvekqtw(C_hhlwcnih arg0)
func_201626_b(CompoundNBT arg0)
addEntity(CompoundNBT entityCompound)
public void
a(aqa arg0)
addEntity(Entity arg0)
method_12002(class_1297 arg0)
addEntity(Entity arg0)
m_blkwaqtb(C_astfners arg0)
func_76612_a(Entity arg0)
addEntity(Entity arg0)
public List<CompoundTag>
y()
getEntities()
method_12295()
getEntities()
m_aynmktmv()
func_201652_l()
getEntities()
public void
a(cfx arg0)
setBiomes(ChunkBiomeContainer arg0)
method_22405(class_4548 arg0)
setBiomes(BiomeArray biomes)
m_yaokzuzq(C_mqtnhitc arg0)
func_225548_a_(BiomeContainer arg0)
setBiomes(BiomeContainer biomes)
public BiomeArray
i()
getBiomes()
method_12036()
getBiomeArray()
m_wcezurnx()
func_225549_i_()
getBiomes()
public void
a(boolean arg0)
setUnsaved(boolean arg0)
method_12008(boolean arg0)
setShouldSave(boolean arg0)
m_jcgsgwwo(boolean arg0)
func_177427_f(boolean arg0)
setModified(boolean arg0)
public boolean
j()
isUnsaved()
method_12044()
needsSaving()
m_fhrvmsma()
func_201593_f()
isModified()
public ChunkStatus
k()
getStatus()
method_12009()
getStatus()
m_qkpdcbbf()
func_201589_g()
getStatus()
public void
a(cga arg0)
setStatus(ChunkStatus arg0)
method_12308(class_2806 arg0)
setStatus(ChunkStatus status)
m_ydshvdfw(C_kogtzhzt arg0)
func_201574_a(ChunkStatus arg0)
setStatus(ChunkStatus status)
public ChunkSection[]
d()
getSections()
method_12006()
getSectionArray()
m_coitboyr()
func_76587_i()
getSections()
public LightingProvider
e()
getLightEngine()
method_12023()
getLightingProvider()
m_pileraly()
func_217307_e()
getWorldLightManager()
public Collection<Map$Entry<Heightmap$Type, Heightmap>>
f()
getHeightmaps()
method_12011()
getHeightmaps()
m_xkejgfig()
func_217311_f()
getHeightmaps()
public void
a(chn$a arg0, long[] arg1)
setHeightmap(Heightmap$Types arg0, long[] arg1)
method_12037(class_2902$class_2903 arg0, long[] arg1)
setHeightmap(Heightmap$Type arg0, long[] arg1)
m_vydgjigk(C_ybztoekc$C_wkdeqzbn arg0, long[] arg1)
func_201607_a(Heightmap$Type arg0, long[] arg1)
setHeightmap(Heightmap$Type arg0, long[] arg1)
public Heightmap
a(chn$a arg0)
getOrCreateHeightmapUnprimed(Heightmap$Types arg0)
method_12032(class_2902$class_2903 arg0)
getHeightmap(Heightmap$Type arg0)
m_pmdbdcxs(C_ybztoekc$C_wkdeqzbn arg0)
func_217303_b(Heightmap$Type arg0)
getHeightmap(Heightmap$Type arg0)
public int
a(chn$a arg0, int arg1, int arg2)
getHeight(Heightmap$Types arg0, int arg1, int arg2)
method_12005(class_2902$class_2903 arg0, int arg1, int arg2)
sampleHeightmap(Heightmap$Type arg0, int arg1, int arg2)
m_deudsvnt(C_ybztoekc$C_wkdeqzbn arg0, int arg1, int arg2)
func_201576_a(Heightmap$Type arg0, int arg1, int arg2)
getTopBlockY(Heightmap$Type arg0, int arg1, int arg2)
public ChunkPos
g()
getPos()
method_12004()
getPos()
m_oeshvinu()
func_76632_l()
getPos()
public void
a(long arg0)
setLastSaveTime(long arg0)
method_12043(long arg0)
setLastSaveTime(long arg0)
m_wmxqirdp(long arg0)
func_177432_b(long arg0)
setLastSaveTime(long arg0)
public StructureStart<?>
a(cla<?> arg0)
getStartForFeature(StructureFeature<?> arg0)
method_12181(class_3195<?> arg0)
getStructureStart(StructureFeature<?> arg0)
m_ewbgzgif(C_vvmtobpf<?> arg0)
func_230342_a_(Structure<?> arg0)
func_230342_a_(Structure<?> arg0)
public void
a(cla<?> arg0, crv<?> arg1)
setStartForFeature(StructureFeature<?> arg0, StructureStart<?> arg1)
method_12184(class_3195<?> arg0, class_3449<?> arg1)
setStructureStart(StructureFeature<?> arg0, StructureStart<?> arg1)
m_dwajtiei(C_vvmtobpf<?> arg0, C_efiavfys<?> arg1)
func_230344_a_(Structure<?> arg0, StructureStart<?> arg1)
func_230344_a_(Structure<?> arg0, StructureStart<?> arg1)
public Map<StructureFeature<?>, StructureStart<?>>
h()
getAllStarts()
method_12016()
getStructureStarts()
m_itzisycv()
func_201609_c()
getStructureStarts()
public void
a(Map<cla<?>, crv<?>> arg0)
setAllStarts(Map<StructureFeature<?>, StructureStart<?>> arg0)
method_12034(Map<class_3195<?>, class_3449<?>> arg0)
setStructureStarts(Map<StructureFeature<?>, StructureStart<?>> arg0)
m_rirvxrfe(Map<C_vvmtobpf<?>, C_efiavfys<?>> arg0)
func_201612_a(Map<Structure<?>, StructureStart<?>> arg0)
setStructureStarts(Map<Structure<?>, StructureStart<?>> arg0)
public it.unimi.dsi.fastutil.longs.LongSet
b(cla<?> arg0)
getReferencesForFeature(StructureFeature<?> arg0)
method_12180(class_3195<?> arg0)
getStructureReferences(StructureFeature<?> arg0)
m_kminhxue(C_vvmtobpf<?> arg0)
func_230346_b_(Structure<?> arg0)
func_230346_b_(Structure<?> arg0)
public void
a(cla<?> arg0, long arg1)
addReferenceForFeature(StructureFeature<?> arg0, long arg1)
method_12182(class_3195<?> arg0, long arg1)
addStructureReference(StructureFeature<?> arg0, long arg1)
m_mlrsznfc(C_vvmtobpf<?> arg0, long arg1)
func_230343_a_(Structure<?> arg0, long arg1)
func_230343_a_(Structure<?> arg0, long arg1)
public Map<StructureFeature<?>, it.unimi.dsi.fastutil.longs.LongSet>
v()
getAllReferences()
method_12179()
getStructureReferences()
m_xngtobam()
func_201604_d()
getStructureReferences()
public void
b(Map<cla<?>, it.unimi.dsi.fastutil.longs.LongSet> arg0)
setAllReferences(Map<StructureFeature<?>, it.unimi.dsi.fastutil.longs.LongSet> arg0)
method_12183(Map<class_3195<?>, it.unimi.dsi.fastutil.longs.LongSet> arg0)
setStructureReferences(Map<StructureFeature<?>, it.unimi.dsi.fastutil.longs.LongSet> arg0)
m_valtinfh(Map<C_vvmtobpf<?>, it.unimi.dsi.fastutil.longs.LongSet> arg0)
func_201606_b(Map<Structure<?>, it.unimi.dsi.fastutil.longs.LongSet> arg0)
setStructureReferences(Map<Structure<?>, it.unimi.dsi.fastutil.longs.LongSet> arg0)
public static short
l(fx arg0)
packOffsetCoordinates(BlockPos arg0)
method_12300(class_2338 arg0)
getPackedSectionRelative(BlockPos pos)
m_rnvwpxde(C_hynzadkk arg0)
func_201651_i(BlockPos arg0)
packToLocal(BlockPos pos)
public static BlockPos
a(short arg0, int arg1, brd arg2)
unpackOffsetCoordinates(short arg0, int arg1, ChunkPos arg2)
method_12314(short arg0, int arg1, class_1923 arg2)
joinBlockPos(short sectionRel, int sectionY, ChunkPos chunkPos)
m_oyqbzzlw(short arg0, int arg1, C_ynrszrtu arg2)
func_201635_a(short arg0, int arg1, ChunkPos arg2)
unpackToWorld(short packedPos, int yOffset, ChunkPos chunkPosIn)
public void
e(fx arg0)
markPosForPostprocessing(BlockPos arg0)
method_12039(class_2338 arg0)
markBlockForPostProcessing(BlockPos arg0)
m_rxqzlewx(C_hynzadkk arg0)
func_201594_d(BlockPos arg0)
markBlockForPostprocessing(BlockPos arg0)
public it.unimi.dsi.fastutil.shorts.ShortList[]
l()
getPostProcessing()
method_12012()
getPostProcessingLists()
m_eoqbertz()
func_201614_D()
getPackedPositions()
public void
a(short arg0, int arg1)
addPackedPostProcess(short arg0, int arg1)
method_12029(short arg0, int arg1)
markBlockForPostProcessing(short arg0, int arg1)
m_qdoylksi(short arg0, int arg1)
func_201636_b(short arg0, int arg1)
addPackedPosition(short arg0, int arg1)
public ChunkTickScheduler<Block>
s()
getBlockTicks()
method_12303()
getBlockTickScheduler()
m_zknrbuvo()
func_205218_i_()
getBlocksToBeTicked()
public ChunkTickScheduler<Fluid>
t()
getLiquidTicks()
method_12313()
getFluidTickScheduler()
m_wmuspalk()
func_212247_j()
getFluidsToBeTicked()
public UpgradeData
p()
getUpgradeData()
method_12003()
getUpgradeData()
m_ifohhonx()
func_196966_y()
getUpgradeData()
public void
b(long arg0)
setInhabitedTime(long arg0)
method_12028(long arg0)
setInhabitedTime(long arg0)
m_qaecgkls(long arg0)
func_177415_c(long arg0)
setInhabitedTime(long arg0)
public long
q()
getInhabitedTime()
method_12033()
getInhabitedTime()
m_yuipgvpr()
func_177416_w()
getInhabitedTime()
public void
a(md arg0)
setBlockEntityNbt(CompoundTag arg0)
method_12042(class_2487 arg0)
addPendingBlockEntityTag(CompoundTag arg0)
m_vczfecac(C_hhlwcnih arg0)
func_201591_a(CompoundNBT arg0)
addTileEntity(CompoundNBT arg0)
public Map<BlockPos, CompoundTag>
z()
getBlockEntityNbts()
method_12316()
getBlockEntityTags()
m_wjtwflni()
func_201632_q()
getDeferredTileEntities()
public CompoundTag
i(fx arg0)
getBlockEntityNbt(BlockPos arg0)
method_12024(class_2338 arg0)
getBlockEntityTag(BlockPos arg0)
m_sogpxvqe(C_hynzadkk arg0)
func_201579_g(BlockPos arg0)
getDeferredTileEntity(BlockPos arg0)
public CompoundTag
j(fx arg0)
getBlockEntityNbtForSaving(BlockPos arg0)
method_20598(class_2338 arg0)
getPackedBlockEntityTag(BlockPos arg0)
m_smvmtzoy(C_hynzadkk arg0)
func_223134_j(BlockPos arg0)
getTileEntityNBT(BlockPos arg0)
public void
d(fx arg0)
removeBlockEntity(BlockPos arg0)
method_12041(class_2338 arg0)
removeBlockEntity(BlockPos arg0)
m_uwgruiru(C_hynzadkk arg0)
func_177425_e(BlockPos arg0)
removeTileEntity(BlockPos arg0)
public BitSet
a(chm$a arg0)
getCarvingMask(GenerationStep$Carving arg0)
method_12025(class_2893$class_2894 arg0)
getCarvingMask(GenerationStep$Carver carver)
m_piyzqdkw(C_rdrmebyw$C_smrpgmrn arg0)
func_205749_a(GenerationStage$Carving arg0)
getCarvingMask(GenerationStage$Carving type)
public BitSet
b(chm$a arg0)
getOrCreateCarvingMask(GenerationStep$Carving arg0)
method_28510(class_2893$class_2894 arg0)
getOrCreateCarvingMask(GenerationStep$Carver carver)
m_bckrjdvr(C_rdrmebyw$C_smrpgmrn arg0)
func_230345_b_(GenerationStage$Carving arg0)
getOrAddCarvingMask(GenerationStage$Carving type)
public void
a(chm$a arg0, BitSet arg1)
setCarvingMask(GenerationStep$Carving arg0, BitSet arg1)
method_12307(class_2893$class_2894 arg0, BitSet arg1)
setCarvingMask(GenerationStep$Carver carver, BitSet mask)
m_cxbgqnlk(C_rdrmebyw$C_smrpgmrn arg0, BitSet arg1)
func_205767_a(GenerationStage$Carving arg0, BitSet arg1)
setCarvingMask(GenerationStage$Carving type, BitSet mask)
public void
a(cuo arg0)
setLightEngine(LevelLightEngine arg0)
method_17032(class_3568 arg0)
setLightingProvider(LightingProvider lightingProvider)
m_gpyswsim(C_ksposksb arg0)
func_217306_a(WorldLightManager arg0)
setLightManager(WorldLightManager lightManager)
public boolean
r()
isLightCorrect()
method_12038()
isLightOn()
m_ryislatp()
func_217310_r()
hasLight()
public void
b(boolean arg0)
setLightCorrect(boolean arg0)
method_12020(boolean arg0)
setLightOn(boolean arg0)
m_yrcpifpe(boolean arg0)
func_217305_b(boolean arg0)
setLight(boolean arg0)