Package net.minecraft.world.level.chunk
Class EmptyLevelChunk
java.lang.Object
net.minecraft.world.level.chunk.ChunkAccess
net.minecraft.world.level.chunk.LevelChunk
net.minecraft.world.level.chunk.EmptyLevelChunk
- All Implemented Interfaces:
- BiomeManager.NoiseBiomeSource,- BlockGetter,- LightChunk,- StructureAccess,- LevelHeightAccessor,- ICapabilityProvider,- ICapabilityProviderImpl<LevelChunk>,- IForgeBlockGetter
- 
Nested Class SummaryNested classes/interfaces inherited from class net.minecraft.world.level.chunk.LevelChunkLevelChunk.BoundTickingBlockEntity<T extends BlockEntity>, LevelChunk.EntityCreationType, LevelChunk.PostLoadProcessor, LevelChunk.RebindableTickingBlockEntityWrapperNested classes/interfaces inherited from class net.minecraft.world.level.chunk.ChunkAccessChunkAccess.TicksToSave
- 
Field SummaryFieldsFields inherited from class net.minecraft.world.level.chunk.LevelChunklevel, LOGGERFields inherited from class net.minecraft.world.level.chunk.ChunkAccessblendingData, blockEntities, chunkPos, heightmaps, levelHeightAccessor, NO_FILLED_SECTION, noiseChunk, pendingBlockEntities, postProcessing, sections, skyLightSources, unsaved, upgradeData
- 
Constructor SummaryConstructorsConstructorDescriptionEmptyLevelChunk(Level p_204422_, ChunkPos p_204423_, Holder<Biome> p_204424_) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddAndRegisterBlockEntity(BlockEntity p_156346_) getBlockEntity(BlockPos p_62609_, LevelChunk.EntityCreationType p_62610_) getBlockState(BlockPos p_62625_) getFluidState(BlockPos p_62621_) intgetLightEmission(BlockPos p_62628_) getNoiseBiome(int p_204426_, int p_204427_, int p_204428_) booleanisEmpty()booleanisYSpaceEmpty(int p_62587_, int p_62588_) voidremoveBlockEntity(BlockPos p_62623_) voidsetBlockEntity(BlockEntity p_156344_) setBlockState(BlockPos p_62605_, BlockState p_62606_, boolean p_62607_) Methods inherited from class net.minecraft.world.level.chunk.LevelChunkaddEntity, areCapsCompatible, areCapsCompatible, clearAllBlockEntities, getBlockEntities, getBlockEntity, getBlockEntityNbtForSaving, getBlockTicks, getCapability, getFluidState, getFluidTicks, getLevel, getListenerRegistry, getStatus, getTicksForSerialization, getWorldForge, invalidateCaps, isTicking, postProcessGeneration, readCapsFromNBT, registerAllBlockEntitiesAfterLevelLoad, registerTickContainerInLevel, replaceBiomes, replaceWithPacketData, reviveCaps, runPostLoad, setFullStatus, setLoaded, unpackTicks, unregisterTickContainerFromLevel, writeCapsToNBTMethods inherited from class net.minecraft.world.level.chunk.ChunkAccessaddPackedPostProcess, addReferenceForStructure, carverBiome, fillBiomesFromNoise, findBlockLightSources, findBlocks, findBlocks, getAllReferences, getAllStarts, getBelowZeroRetrogen, getBlendingData, getBlockEntitiesPos, getBlockEntityNbt, getHeight, getHeight, getHeightAccessorForGeneration, getHeightmaps, getHighestFilledSectionIndex, getHighestGeneratedStatus, getHighestSectionPosition, getInhabitedTime, getMinBuildHeight, getOrCreateHeightmapUnprimed, getOrCreateNoiseChunk, getOrCreateOffsetList, getPos, getPostProcessing, getReferencesForStructure, getSection, getSections, getSkyLightSources, getStartForStructure, getUpgradeData, hasAnyStructureReferences, hasPrimedHeightmap, incrementInhabitedTime, initializeLightSources, isLightCorrect, isOldNoiseGeneration, isUnsaved, isUpgrading, markPosForPostprocessing, setAllReferences, setAllStarts, setBlendingData, setBlockEntityNbt, setHeightmap, setInhabitedTime, setLightCorrect, setStartForStructure, setUnsavedMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.world.level.BlockGetterclip, clipWithInteractionOverride, getBlockEntity, getBlockFloorHeight, getBlockFloorHeight, getBlockStates, getMaxLightLevel, isBlockInLineMethods inherited from interface net.minecraftforge.common.capabilities.ICapabilityProvidergetCapabilityMethods inherited from interface net.minecraftforge.common.extensions.IForgeBlockGettergetExistingBlockEntity, getModelDataManagerMethods inherited from interface net.minecraft.world.level.LevelHeightAccessorgetMaxBuildHeight, getMaxSection, getMinSection, getSectionIndex, getSectionIndexFromSectionY, getSectionsCount, getSectionYFromSectionIndex, isOutsideBuildHeight, isOutsideBuildHeight
- 
Field Details- 
biome
 
- 
- 
Constructor Details- 
EmptyLevelChunk
 
- 
- 
Method Details- 
getBlockState- Specified by:
- getBlockStatein interface- BlockGetter
- Overrides:
- getBlockStatein class- LevelChunk
 
- 
setBlockState- Overrides:
- setBlockStatein class- LevelChunk
 
- 
getFluidState- Specified by:
- getFluidStatein interface- BlockGetter
- Overrides:
- getFluidStatein class- LevelChunk
 
- 
getLightEmission
- 
getBlockEntity@Nullable public BlockEntity getBlockEntity(BlockPos p_62609_, LevelChunk.EntityCreationType p_62610_) - Overrides:
- getBlockEntityin class- LevelChunk
 
- 
addAndRegisterBlockEntity- Overrides:
- addAndRegisterBlockEntityin class- LevelChunk
 
- 
setBlockEntity- Overrides:
- setBlockEntityin class- LevelChunk
 
- 
removeBlockEntity- Overrides:
- removeBlockEntityin class- LevelChunk
 
- 
isEmptypublic boolean isEmpty()- Overrides:
- isEmptyin class- LevelChunk
 
- 
isYSpaceEmptypublic boolean isYSpaceEmpty(int p_62587_, int p_62588_) - Overrides:
- isYSpaceEmptyin class- ChunkAccess
 
- 
getFullStatus- Overrides:
- getFullStatusin class- LevelChunk
 
- 
getNoiseBiome- Specified by:
- getNoiseBiomein interface- BiomeManager.NoiseBiomeSource
- Overrides:
- getNoiseBiomein class- ChunkAccess
 
 
-