Uses of Interface
net.minecraft.class_9259
Packages that use class_9259
Package
Description
The base package for all Minecraft classes.
-
Uses of class_9259 in net.minecraft
Classes in net.minecraft that implement class_9259Modifier and TypeClassDescriptionstatic final record
static final record
Methods in net.minecraft that return class_9259Modifier and TypeMethodDescriptionstatic <T> class_9259
<T> class_9259.method_57124
(T t) static <T> class_9259
<T> class_9259.method_57125
(String string) class_9259.class_9260.method_57126
(Consumer<T> consumer) class_9259.class_9261.method_57126
(Consumer<T> consumer) class_9259.method_57126
(Consumer<T> consumer) <R> class_9259
<R> class_9259.class_9260.method_57127
(Function<T, R> function) <R> class_9259
<R> class_9259.class_9261.method_57127
(Function<T, R> function) <R> class_9259
<R> class_9259.method_57127
(Function<T, R> function) static <T> class_9259
<T> class_9259.method_57128
(Supplier<String> supplier) Methods in net.minecraft with parameters of type class_9259Modifier and TypeMethodDescriptionstatic <R> R
class_9259.method_57123
(class_9259<? extends R> class_9259, R r) -
Uses of class_9259 in net.minecraft.server.world
Fields in net.minecraft.server.world declared as class_9259Modifier and TypeFieldDescriptionstatic final class_9259
<Chunk> ChunkHolder.CHUNK_LOADING_NOT_FINISHED
static final class_9259
<Chunk> ChunkHolder.UNLOADED_CHUNK
static final class_9259
<WorldChunk> ChunkHolder.UNLOADED_WORLD_CHUNK
Fields in net.minecraft.server.world with type parameters of type class_9259Modifier and TypeFieldDescriptionprivate CompletableFuture
<class_9259<WorldChunk>> ChunkHolder.accessibleFuture
private CompletableFuture
<class_9259<WorldChunk>> ChunkHolder.entityTickingFuture
private final AtomicReferenceArray
<CompletableFuture<class_9259<Chunk>>> ChunkHolder.futuresByStatus
private CompletableFuture
<class_9259<WorldChunk>> ChunkHolder.tickingFuture
static final CompletableFuture
<class_9259<Chunk>> ChunkHolder.UNLOADED_CHUNK_FUTURE
private static final CompletableFuture
<class_9259<WorldChunk>> ChunkHolder.UNLOADED_WORLD_CHUNK_FUTURE
Methods in net.minecraft.server.world that return types with arguments of type class_9259Modifier and TypeMethodDescriptionList
<com.mojang.datafixers.util.Pair<ChunkStatus, CompletableFuture<class_9259<Chunk>>>> ChunkHolder.collectFuturesByStatus()
ChunkHolder.getAccessibleFuture()
ThreadedAnvilChunkStorage.getChunk
(ChunkHolder holder, ChunkStatus requiredStatus) ChunkHolder.getChunkAt
(ChunkStatus targetStatus, ThreadedAnvilChunkStorage chunkStorage) private CompletableFuture
<class_9259<Chunk>> ServerChunkManager.getChunkFuture
(int chunkX, int chunkZ, ChunkStatus leastStatus, boolean create) ServerChunkManager.getChunkFutureSyncOnMainThread
(int chunkX, int chunkZ, ChunkStatus leastStatus, boolean create) ChunkHolder.getEntityTickingFuture()
ChunkHolder.getFutureFor
(ChunkStatus leastStatus) private CompletableFuture
<class_9259<List<Chunk>>> ThreadedAnvilChunkStorage.getRegion
(ChunkHolder centerChunk, int margin, IntFunction<ChunkStatus> distanceToStatus) ChunkHolder.getTickingFuture()
ChunkHolder.getValidFutureFor
(ChunkStatus leastStatus) ThreadedAnvilChunkStorage.makeChunkAccessible
(ChunkHolder holder) ThreadedAnvilChunkStorage.makeChunkEntitiesTickable
(ChunkHolder chunk) ThreadedAnvilChunkStorage.makeChunkTickable
(ChunkHolder holder) private CompletableFuture
<class_9259<Chunk>> ThreadedAnvilChunkStorage.upgradeChunk
(ChunkHolder holder, ChunkStatus requiredStatus) Method parameters in net.minecraft.server.world with type arguments of type class_9259Modifier and TypeMethodDescriptionprivate void
ChunkHolder.combineSavingFuture
(CompletableFuture<? extends class_9259<? extends Chunk>> then, String thenDesc) private static String
ThreadedAnvilChunkStorage.getFutureStatus
(CompletableFuture<class_9259<WorldChunk>> future) private void
ChunkHolder.method_31409
(ThreadedAnvilChunkStorage threadedAnvilChunkStorage, CompletableFuture<class_9259<WorldChunk>> completableFuture, Executor executor, ChunkLevelType chunkLevelType)