All Methods Static Methods Instance Methods Abstract Methods Default Methods
Modifier and Type |
Method and Description |
void |
addEntity(Entity entity) |
default void |
addPendingBlockEntityTag(CompoundTag tag) |
default boolean |
areSectionsEmptyBetween(int lowerHeight,
int upperHeight) |
BiomeArray |
getBiomeArray() |
Set<BlockPos> |
getBlockEntityPositions() |
CompoundTag |
getBlockEntityTag(BlockPos pos) |
TickScheduler<Block> |
getBlockTickScheduler() |
TickScheduler<Fluid> |
getFluidTickScheduler() |
Heightmap |
getHeightmap(Heightmap.Type type) |
Collection<Map.Entry<Heightmap.Type,Heightmap>> |
getHeightmaps() |
default ChunkSection |
getHighestNonEmptySection() |
default int |
getHighestNonEmptySectionYOffset() |
long |
getInhabitedTime() |
Stream<BlockPos> |
getLightSourcesStream() |
static it.unimi.dsi.fastutil.shorts.ShortList |
getList(it.unimi.dsi.fastutil.shorts.ShortList[] lists,
int index) |
CompoundTag |
getPackedBlockEntityTag(BlockPos pos) |
ChunkPos |
getPos() |
it.unimi.dsi.fastutil.shorts.ShortList[] |
getPostProcessingLists() |
ChunkSection[] |
getSectionArray() |
ChunkStatus |
getStatus() |
Map<StructureFeature<?>,StructureStart<?>> |
getStructureStarts() |
UpgradeData |
getUpgradeData() |
boolean |
isLightOn() |
default void |
markBlockForPostProcessing(BlockPos pos) |
default void |
markBlockForPostProcessing(short short2,
int int2) |
boolean |
needsSaving() |
void |
removeBlockEntity(BlockPos pos) |
int |
sampleHeightmap(Heightmap.Type type,
int x,
int z) |
void |
setBlockEntity(BlockPos pos,
BlockEntity blockEntity) |
BlockState |
setBlockState(BlockPos pos,
BlockState state,
boolean moved) |
void |
setHeightmap(Heightmap.Type type,
long[] heightmap) |
void |
setInhabitedTime(long inhabitedTime) |
void |
setLastSaveTime(long lastSaveTime) |
void |
setLightOn(boolean lightOn) |
void |
setShouldSave(boolean shouldSave) |
void |
setStructureStarts(Map<StructureFeature<?>,StructureStart<?>> structureStarts) |