public class EmptierChunk
extends net.minecraft.world.chunk.Chunk
| Constructor and Description |
|---|
EmptierChunk() |
| Modifier and Type | Method and Description |
|---|---|
void |
addBlockEntity(net.minecraft.tileentity.TileEntity p_150813_1_) |
void |
addEntity(net.minecraft.entity.Entity p_76612_1_) |
net.minecraft.tileentity.TileEntity |
getBlockEntity(net.minecraft.util.math.BlockPos p_177424_1_,
net.minecraft.world.chunk.Chunk.CreateEntityType p_177424_2_) |
net.minecraft.block.BlockState |
getBlockState(net.minecraft.util.math.BlockPos p_180495_1_) |
void |
getEntities(net.minecraft.entity.Entity p_177414_1_,
net.minecraft.util.math.AxisAlignedBB p_177414_2_,
java.util.List<net.minecraft.entity.Entity> p_177414_3_,
java.util.function.Predicate<? super net.minecraft.entity.Entity> p_177414_4_) |
<T extends net.minecraft.entity.Entity> |
getEntitiesOfClass(java.lang.Class<? extends T> p_177430_1_,
net.minecraft.util.math.AxisAlignedBB p_177430_2_,
java.util.List<T> p_177430_3_,
java.util.function.Predicate<? super T> p_177430_4_) |
net.minecraft.fluid.FluidState |
getFluidState(net.minecraft.util.math.BlockPos p_204610_1_) |
net.minecraft.world.server.ChunkHolder.LocationType |
getFullStatus() |
int |
getLightEmission(net.minecraft.util.math.BlockPos p_217298_1_) |
net.minecraft.world.lighting.WorldLightManager |
getLightEngine() |
boolean |
isEmpty() |
boolean |
isYSpaceEmpty(int p_76606_1_,
int p_76606_2_) |
void |
markUnsaved() |
void |
removeBlockEntity(net.minecraft.util.math.BlockPos p_177425_1_) |
void |
removeEntity(net.minecraft.entity.Entity p_76622_1_) |
void |
removeEntity(net.minecraft.entity.Entity p_76608_1_,
int p_76608_2_) |
void |
setBlockEntity(net.minecraft.util.math.BlockPos p_177426_1_,
net.minecraft.tileentity.TileEntity p_177426_2_) |
net.minecraft.block.BlockState |
setBlockState(net.minecraft.util.math.BlockPos p_177436_1_,
net.minecraft.block.BlockState p_177436_2_,
boolean p_177436_3_) |
addReferenceForFeature, getAllReferences, getAllStarts, getBiomes, getBlockEntities, getBlockEntitiesPos, getBlockEntity, getBlockEntityNbt, getBlockEntityNbtForSaving, getBlockTicks, getEntities, getEntitySections, getFluidState, getHeight, getHeightmaps, getInhabitedTime, getLevel, getLights, getLiquidTicks, getOrCreateHeightmapUnprimed, getPos, getPostProcessing, getReferencesForFeature, getSections, getStartForFeature, getStatus, getUpgradeData, getWorldForge, isLightCorrect, isUnsaved, packTicks, postProcessGeneration, readCapsFromNBT, replaceWithPacketData, runPostLoad, setAllReferences, setAllStarts, setBlockEntityNbt, setFullStatus, setHeightmap, setInhabitedTime, setLastSaveHadEntities, setLastSaveTime, setLightCorrect, setLoaded, setStartForFeature, setUnsaved, unpackTicks, writeCapsToNBTareCapsCompatible, areCapsCompatible, deserializeCaps, gatherCapabilities, gatherCapabilities, getCapabilities, getCapability, invalidateCaps, reviveCaps, serializeCapsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddPackedPostProcess, getHighestSection, getHighestSectionPosition, getOrCreateOffsetList, markPosForPostprocessingpublic net.minecraft.block.BlockState getBlockState(net.minecraft.util.math.BlockPos p_180495_1_)
getBlockState in interface net.minecraft.world.IBlockReadergetBlockState in class net.minecraft.world.chunk.Chunk@Nullable
public net.minecraft.block.BlockState setBlockState(net.minecraft.util.math.BlockPos p_177436_1_,
net.minecraft.block.BlockState p_177436_2_,
boolean p_177436_3_)
setBlockState in interface net.minecraft.world.chunk.IChunksetBlockState in class net.minecraft.world.chunk.Chunkpublic net.minecraft.fluid.FluidState getFluidState(net.minecraft.util.math.BlockPos p_204610_1_)
getFluidState in interface net.minecraft.world.IBlockReadergetFluidState in class net.minecraft.world.chunk.Chunk@Nullable public net.minecraft.world.lighting.WorldLightManager getLightEngine()
getLightEngine in class net.minecraft.world.chunk.Chunkpublic int getLightEmission(net.minecraft.util.math.BlockPos p_217298_1_)
public void addEntity(net.minecraft.entity.Entity p_76612_1_)
addEntity in interface net.minecraft.world.chunk.IChunkaddEntity in class net.minecraft.world.chunk.Chunkpublic void removeEntity(net.minecraft.entity.Entity p_76622_1_)
removeEntity in class net.minecraft.world.chunk.Chunkpublic void removeEntity(net.minecraft.entity.Entity p_76608_1_,
int p_76608_2_)
removeEntity in class net.minecraft.world.chunk.Chunk@Nullable
public net.minecraft.tileentity.TileEntity getBlockEntity(net.minecraft.util.math.BlockPos p_177424_1_,
net.minecraft.world.chunk.Chunk.CreateEntityType p_177424_2_)
getBlockEntity in class net.minecraft.world.chunk.Chunkpublic void addBlockEntity(net.minecraft.tileentity.TileEntity p_150813_1_)
addBlockEntity in class net.minecraft.world.chunk.Chunkpublic void setBlockEntity(net.minecraft.util.math.BlockPos p_177426_1_,
net.minecraft.tileentity.TileEntity p_177426_2_)
setBlockEntity in interface net.minecraft.world.chunk.IChunksetBlockEntity in class net.minecraft.world.chunk.Chunkpublic void removeBlockEntity(net.minecraft.util.math.BlockPos p_177425_1_)
removeBlockEntity in interface net.minecraft.world.chunk.IChunkremoveBlockEntity in class net.minecraft.world.chunk.Chunkpublic void markUnsaved()
markUnsaved in class net.minecraft.world.chunk.Chunkpublic void getEntities(@Nullable
net.minecraft.entity.Entity p_177414_1_,
net.minecraft.util.math.AxisAlignedBB p_177414_2_,
java.util.List<net.minecraft.entity.Entity> p_177414_3_,
java.util.function.Predicate<? super net.minecraft.entity.Entity> p_177414_4_)
getEntities in class net.minecraft.world.chunk.Chunkpublic <T extends net.minecraft.entity.Entity> void getEntitiesOfClass(java.lang.Class<? extends T> p_177430_1_,
net.minecraft.util.math.AxisAlignedBB p_177430_2_,
java.util.List<T> p_177430_3_,
java.util.function.Predicate<? super T> p_177430_4_)
getEntitiesOfClass in class net.minecraft.world.chunk.Chunkpublic boolean isEmpty()
isEmpty in class net.minecraft.world.chunk.Chunkpublic boolean isYSpaceEmpty(int p_76606_1_,
int p_76606_2_)
public net.minecraft.world.server.ChunkHolder.LocationType getFullStatus()
getFullStatus in class net.minecraft.world.chunk.Chunk