Modifier and Type | Field and Description |
---|---|
private Chunk |
DebugOverlayGui.chunk |
Modifier and Type | Field and Description |
---|---|
private java.util.concurrent.CompletableFuture<Chunk> |
DebugOverlayGui.futureChunk |
Modifier and Type | Method and Description |
---|---|
private Chunk |
DebugOverlayGui.getChunk() |
private Chunk |
DebugOverlayGui.getServerChunk() |
Modifier and Type | Field and Description |
---|---|
private Chunk |
ClientChunkProvider.empty |
Modifier and Type | Field and Description |
---|---|
private java.util.concurrent.atomic.AtomicReferenceArray<Chunk> |
ClientChunkProvider.ChunkArray.chunks |
Modifier and Type | Method and Description |
---|---|
protected Chunk |
ClientChunkProvider.ChunkArray.get(int chunkIndex) |
Chunk |
ClientChunkProvider.getChunk(int chunkX,
int chunkZ,
ChunkStatus requiredStatus,
boolean load) |
Chunk |
ClientChunkProvider.loadChunk(int chunkX,
int chunkZ,
BiomeContainer biomeContainerIn,
PacketBuffer packetIn,
CompoundNBT nbtTagIn,
int sizeIn) |
protected Chunk |
ClientChunkProvider.ChunkArray.unload(int chunkIndex,
Chunk chunkIn,
Chunk replaceWith) |
Modifier and Type | Method and Description |
---|---|
private static boolean |
ClientChunkProvider.isValid(Chunk chunkIn,
int x,
int z) |
protected void |
ClientChunkProvider.ChunkArray.replace(int chunkIndex,
Chunk chunkIn) |
protected Chunk |
ClientChunkProvider.ChunkArray.unload(int chunkIndex,
Chunk chunkIn,
Chunk replaceWith) |
Modifier and Type | Field and Description |
---|---|
protected Chunk[][] |
ChunkRenderCache.chunks |
Constructor and Description |
---|
ChunkRenderCache(World worldIn,
int chunkStartXIn,
int chunkStartZIn,
Chunk[][] chunksIn,
BlockPos startPos,
BlockPos endPos) |
Modifier and Type | Method and Description |
---|---|
void |
ClientWorld.addEntitiesToChunk(Chunk chunkIn) |
void |
ClientWorld.onChunkUnloaded(Chunk chunkIn) |
Modifier and Type | Method and Description |
---|---|
protected int |
SChunkDataPacket.calculateChunkSize(Chunk chunkIn,
int changedSectionsIn) |
int |
SChunkDataPacket.extractChunkData(PacketBuffer buf,
Chunk chunkIn,
int writeSkylight) |
Constructor and Description |
---|
SChunkDataPacket(Chunk chunkIn,
int changedSectionFilter) |
SMultiBlockChangePacket(int p_i46959_1_,
short[] p_i46959_2_,
Chunk p_i46959_3_) |
UpdateData(short p_i46545_2_,
Chunk p_i46545_3_) |
Modifier and Type | Method and Description |
---|---|
private static Chunk |
EndGatewayTileEntity.getChunk(World worldIn,
Vec3d vec3) |
Modifier and Type | Method and Description |
---|---|
private static BlockPos |
EndGatewayTileEntity.findSpawnpointInChunk(Chunk chunkIn) |
Modifier and Type | Method and Description |
---|---|
private void |
UpgradeData.func_196989_a(Chunk p_196989_1_) |
private static void |
UpgradeData.func_196991_a(Chunk p_196991_0_,
Direction8 p_196991_1_) |
void |
UpgradeData.postProcessChunk(Chunk chunkIn) |
Modifier and Type | Method and Description |
---|---|
Chunk |
World.getChunk(int chunkX,
int chunkZ) |
Chunk |
World.getChunkAt(BlockPos pos) |
Modifier and Type | Method and Description |
---|---|
void |
World.markAndNotifyBlock(BlockPos pos,
Chunk chunk,
BlockState blockstate,
BlockState newState,
int flags) |
Modifier and Type | Class and Description |
---|---|
class |
EmptyChunk |
Modifier and Type | Field and Description |
---|---|
private Chunk |
ChunkPrimerWrapper.chunk |
Modifier and Type | Field and Description |
---|---|
private java.util.function.Consumer<Chunk> |
Chunk.postLoadConsumer |
Modifier and Type | Method and Description |
---|---|
Chunk |
ChunkPrimerWrapper.func_217336_u() |
Chunk |
AbstractChunkProvider.getChunk(int chunkX,
int chunkZ,
boolean load) |
Chunk |
AbstractChunkProvider.getChunkWithoutLoading(int chunkX,
int chunkZ) |
Constructor and Description |
---|
ChunkPrimerWrapper(Chunk p_i49948_1_) |
Constructor and Description |
---|
Chunk(World worldIn,
ChunkPos chunkPosIn,
BiomeContainer biomeContainerIn,
UpgradeData upgradeDataIn,
ITickList<Block> tickBlocksIn,
ITickList<Fluid> tickFluidsIn,
long inhabitedTimeIn,
ChunkSection[] sectionsIn,
java.util.function.Consumer<Chunk> postLoadConsumerIn) |
Modifier and Type | Method and Description |
---|---|
private static void |
ChunkSerializer.readEntities(CompoundNBT compound,
Chunk chunkIn) |
Modifier and Type | Field and Description |
---|---|
private java.util.concurrent.CompletableFuture<com.mojang.datafixers.util.Either<Chunk,ChunkHolder.IChunkLoadingError>> |
ChunkHolder.borderFuture |
private java.util.concurrent.CompletableFuture<com.mojang.datafixers.util.Either<Chunk,ChunkHolder.IChunkLoadingError>> |
ChunkHolder.entityTickingFuture |
private java.util.concurrent.CompletableFuture<com.mojang.datafixers.util.Either<Chunk,ChunkHolder.IChunkLoadingError>> |
ChunkHolder.tickingFuture |
static com.mojang.datafixers.util.Either<Chunk,ChunkHolder.IChunkLoadingError> |
ChunkHolder.UNLOADED_CHUNK |
private static java.util.concurrent.CompletableFuture<com.mojang.datafixers.util.Either<Chunk,ChunkHolder.IChunkLoadingError>> |
ChunkHolder.UNLOADED_CHUNK_FUTURE |
Modifier and Type | Method and Description |
---|---|
Chunk |
ChunkHolder.getChunkIfComplete() |
Chunk |
ServerChunkProvider.getChunkWithoutLoading(int chunkX,
int chunkZ) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<com.mojang.datafixers.util.Either<Chunk,ChunkHolder.IChunkLoadingError>> |
ChunkManager.func_219179_a(ChunkHolder p_219179_1_) |
java.util.concurrent.CompletableFuture<com.mojang.datafixers.util.Either<Chunk,ChunkHolder.IChunkLoadingError>> |
ChunkManager.func_219188_b(ChunkPos p_219188_1_) |
java.util.concurrent.CompletableFuture<com.mojang.datafixers.util.Either<Chunk,ChunkHolder.IChunkLoadingError>> |
ChunkManager.func_222961_b(ChunkHolder p_222961_1_) |
java.util.concurrent.CompletableFuture<com.mojang.datafixers.util.Either<Chunk,ChunkHolder.IChunkLoadingError>> |
ChunkHolder.getBorderFuture() |
java.util.concurrent.CompletableFuture<com.mojang.datafixers.util.Either<Chunk,ChunkHolder.IChunkLoadingError>> |
ChunkHolder.getEntityTickingFuture() |
java.util.concurrent.CompletableFuture<com.mojang.datafixers.util.Either<Chunk,ChunkHolder.IChunkLoadingError>> |
ChunkHolder.getTickingFuture() |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<java.lang.Void> |
ChunkManager.func_222973_a(Chunk p_222973_1_) |
void |
ServerWorld.onChunkUnloading(Chunk chunkIn) |
void |
ChunkHolder.sendChanges(Chunk chunkIn) |
private void |
ChunkManager.sendChunkData(ServerPlayerEntity player,
IPacket<?>[] packetCache,
Chunk chunkIn) |
void |
ServerWorld.tickEnvironment(Chunk chunkIn,
int randomTickSpeed) |
Modifier and Type | Method and Description |
---|---|
private static java.lang.String |
ChunkManager.func_225402_a(java.util.concurrent.CompletableFuture<com.mojang.datafixers.util.Either<Chunk,ChunkHolder.IChunkLoadingError>> p_225402_0_) |
private boolean |
ServerChunkProvider.isChunkLoaded(long pos,
java.util.function.Function<ChunkHolder,java.util.concurrent.CompletableFuture<com.mojang.datafixers.util.Either<Chunk,ChunkHolder.IChunkLoadingError>>> p_222872_3_) |
Modifier and Type | Method and Description |
---|---|
private static BlockPos |
WorldEntitySpawner.getRandomHeight(World worldIn,
Chunk p_222262_1_) |
static void |
WorldEntitySpawner.spawnEntitiesInChunk(EntityClassification p_226701_0_,
ServerWorld p_226701_1_,
Chunk p_226701_2_,
BlockPos p_226701_3_) |
Modifier and Type | Method and Description |
---|---|
default boolean |
IForgeDimension.canDoLightning(Chunk chunk) |
default boolean |
IForgeDimension.canDoRainSnowIce(Chunk chunk) |
Modifier and Type | Field and Description |
---|---|
static PacketDistributor<Chunk> |
PacketDistributor.TRACKING_CHUNK
Send to all tracking the Chunk in the Supplier
PacketDistributor.with(Supplier) Chunk |
Modifier and Type | Method and Description |
---|---|
private java.util.function.Consumer<IPacket<?>> |
PacketDistributor.trackingChunk(java.util.function.Supplier<Chunk> chunkPosSupplier) |