Uses of Enum Class
net.minecraft.util.Unit
Package
Description
-
Uses of Unit in net.minecraft.client
Modifier and TypeFieldDescriptionprivate static final CompletableFuture<Unit>
Minecraft.RESOURCE_RELOAD_INITIAL_TASK
-
Uses of Unit in net.minecraft.entity.player
Modifier and TypeMethodDescriptioncom.mojang.datafixers.util.Either<PlayerEntity.SleepResult,
Unit> PlayerEntity.startSleepInBed
(BlockPos p_213819_1_) com.mojang.datafixers.util.Either<PlayerEntity.SleepResult,
Unit> ServerPlayerEntity.startSleepInBed
(BlockPos p_213819_1_) -
Uses of Unit in net.minecraft.resources
Modifier and TypeFieldDescriptionprotected final CompletableFuture<Unit>
AsyncReloader.allPreparations
private static final CompletableFuture<Unit>
DataPackRegistries.DATA_RELOAD_INITIAL_TASK
private final CompletableFuture<Unit>
SimpleReloadableResourceManager.FailedPackReloader.failedFuture
Modifier and TypeMethodDescriptionAsyncReloader.done()
IAsyncReloader.done()
SimpleReloadableResourceManager.FailedPackReloader.done()
default CompletableFuture<Unit>
IReloadableResourceManager.reload
(Executor p_219536_1_, Executor p_219536_2_, List<IResourcePack> p_219536_3_, CompletableFuture<Unit> p_219536_4_) Modifier and TypeMethodDescriptionIReloadableResourceManager.createFullReload
(Executor p_219537_1_, Executor p_219537_2_, CompletableFuture<Unit> p_219537_3_, List<IResourcePack> p_219537_4_) SimpleReloadableResourceManager.createFullReload
(Executor p_219537_1_, Executor p_219537_2_, CompletableFuture<Unit> p_219537_3_, List<IResourcePack> p_219537_4_) protected IAsyncReloader
SimpleReloadableResourceManager.createReload
(Executor p_219538_1_, Executor p_219538_2_, List<IFutureReloadListener> p_219538_3_, CompletableFuture<Unit> p_219538_4_) static AsyncReloader<Void>
AsyncReloader.of
(IResourceManager p_219562_0_, List<IFutureReloadListener> p_219562_1_, Executor p_219562_2_, Executor p_219562_3_, CompletableFuture<Unit> p_219562_4_) default CompletableFuture<Unit>
IReloadableResourceManager.reload
(Executor p_219536_1_, Executor p_219536_2_, List<IResourcePack> p_219536_3_, CompletableFuture<Unit> p_219536_4_) ModifierConstructorDescriptionprotected
AsyncReloader
(Executor p_i50690_1_, Executor p_i50690_2_, IResourceManager p_i50690_3_, List<IFutureReloadListener> p_i50690_4_, AsyncReloader.IStateFactory<S> p_i50690_5_, CompletableFuture<Unit> p_i50690_6_) DebugAsyncReloader
(IResourceManager p_i50694_1_, List<IFutureReloadListener> p_i50694_2_, Executor p_i50694_3_, Executor p_i50694_4_, CompletableFuture<Unit> p_i50694_5_) -
Uses of Unit in net.minecraft.util
-
Uses of Unit in net.minecraft.util.text
-
Uses of Unit in net.minecraft.world.chunk
Modifier and TypeFieldDescriptionprivate final Map<ITaskExecutor<?>,
ChunkTaskPriorityQueue<? extends Function<ITaskExecutor<Unit>, ?>>> ChunkTaskPriorityQueueSorter.queues
private final Function<ITaskExecutor<Unit>,
T> ChunkTaskPriorityQueueSorter.FunctionEntry.task
Modifier and TypeMethodDescriptionprivate <T> ChunkTaskPriorityQueue<Function<ITaskExecutor<Unit>,
T>> ChunkTaskPriorityQueueSorter.getQueue
(ITaskExecutor<T> p_219068_1_) Modifier and TypeMethodDescriptionprivate <T> void
ChunkTaskPriorityQueueSorter.pollTask
(ChunkTaskPriorityQueue<Function<ITaskExecutor<Unit>, T>> p_219078_1_, ITaskExecutor<T> p_219078_2_) private <T> void
ChunkTaskPriorityQueueSorter.submit
(ITaskExecutor<T> p_219067_1_, Function<ITaskExecutor<Unit>, T> p_219067_2_, long p_219067_3_, IntSupplier p_219067_5_, boolean p_219067_6_) ModifierConstructorDescriptionprivate
FunctionEntry
(Function<ITaskExecutor<Unit>, T> p_i50028_1_, long p_i50028_2_, IntSupplier p_i50028_4_) -
Uses of Unit in net.minecraft.world.server
Modifier and TypeFieldDescriptionstatic final TicketType<Unit>
TicketType.DRAGON
static final TicketType<Unit>
TicketType.START