Uses of Enum Class
net.minecraft.util.Unit
Packages that use Unit
Package
Description
-
Uses of Unit in net.minecraft.client
Fields in net.minecraft.client with type parameters of type UnitModifier and TypeFieldDescriptionprivate static CompletableFuture<Unit>Minecraft.RESOURCE_RELOAD_INITIAL_TASK -
Uses of Unit in net.minecraft.network.chat
Fields in net.minecraft.network.chat with type parameters of type Unit -
Uses of Unit in net.minecraft.server
Fields in net.minecraft.server with type parameters of type UnitModifier and TypeFieldDescriptionprivate static CompletableFuture<Unit>ServerResources.DATA_RELOAD_INITIAL_TASK -
Uses of Unit in net.minecraft.server.level
Fields in net.minecraft.server.level with type parameters of type UnitModifier and TypeFieldDescriptionstatic TicketType<Unit>TicketType.DRAGONprivate Map<ProcessorHandle<?>,ChunkTaskPriorityQueue<? extends Function<ProcessorHandle<Unit>,?>>>ChunkTaskPriorityQueueSorter.queuesstatic TicketType<Unit>TicketType.START(package private) Function<ProcessorHandle<Unit>,T>ChunkTaskPriorityQueueSorter.Message.taskMethods in net.minecraft.server.level that return types with arguments of type UnitModifier and TypeMethodDescriptionprivate <T> ChunkTaskPriorityQueue<Function<ProcessorHandle<Unit>,T>>ChunkTaskPriorityQueueSorter.getQueue(ProcessorHandle<T> p_140653_)com.mojang.datafixers.util.Either<Player.BedSleepingProblem,Unit>ServerPlayer.startSleepInBed(BlockPos p_9115_)Method parameters in net.minecraft.server.level with type arguments of type UnitModifier and TypeMethodDescriptionstatic <T> ChunkTaskPriorityQueueSorter.Message<T>ChunkTaskPriorityQueueSorter.message(Function<ProcessorHandle<Unit>,T> p_143182_, long p_143183_, IntSupplier p_143184_)static <T> ChunkTaskPriorityQueueSorter.Message<T>ChunkTaskPriorityQueueSorter.message(ChunkHolder p_143157_, Function<ProcessorHandle<Unit>,T> p_143158_)private <T> voidChunkTaskPriorityQueueSorter.pollTask(ChunkTaskPriorityQueue<Function<ProcessorHandle<Unit>,T>> p_140646_, ProcessorHandle<T> p_140647_)private <T> voidChunkTaskPriorityQueueSorter.submit(ProcessorHandle<T> p_140590_, Function<ProcessorHandle<Unit>,T> p_140591_, long p_140592_, IntSupplier p_140593_, boolean p_140594_)Constructor parameters in net.minecraft.server.level with type arguments of type UnitModifierConstructorDescription(package private)Message(Function<ProcessorHandle<Unit>,T> p_140668_, long p_140669_, IntSupplier p_140670_) -
Uses of Unit in net.minecraft.server.packs.resources
Fields in net.minecraft.server.packs.resources with type parameters of type UnitModifier and TypeFieldDescriptionprotected CompletableFuture<Unit>SimpleReloadInstance.allPreparationsprivate CompletableFuture<Unit>SimpleReloadableResourceManager.FailingReloadInstance.failedFutureMethods in net.minecraft.server.packs.resources that return types with arguments of type UnitModifier and TypeMethodDescriptionReloadInstance.done()SimpleReloadableResourceManager.FailingReloadInstance.done()SimpleReloadInstance.done()default CompletableFuture<Unit>ReloadableResourceManager.reload(Executor p_10716_, Executor p_10717_, List<PackResources> p_10718_, CompletableFuture<Unit> p_10719_)Method parameters in net.minecraft.server.packs.resources with type arguments of type UnitModifier and TypeMethodDescriptionReloadableResourceManager.createReload(Executor p_143930_, Executor p_143931_, CompletableFuture<Unit> p_143932_, List<PackResources> p_143933_)SimpleReloadableResourceManager.createReload(Executor p_143947_, Executor p_143948_, CompletableFuture<Unit> p_143949_, List<PackResources> p_143950_)static SimpleReloadInstance<Void>SimpleReloadInstance.of(ResourceManager p_10816_, List<PreparableReloadListener> p_10817_, Executor p_10818_, Executor p_10819_, CompletableFuture<Unit> p_10820_)default CompletableFuture<Unit>ReloadableResourceManager.reload(Executor p_10716_, Executor p_10717_, List<PackResources> p_10718_, CompletableFuture<Unit> p_10719_)Constructor parameters in net.minecraft.server.packs.resources with type arguments of type UnitModifierConstructorDescriptionProfiledReloadInstance(ResourceManager p_10649_, List<PreparableReloadListener> p_10650_, Executor p_10651_, Executor p_10652_, CompletableFuture<Unit> p_10653_)protectedSimpleReloadInstance(Executor p_10808_, Executor p_10809_, ResourceManager p_10810_, List<PreparableReloadListener> p_10811_, SimpleReloadInstance.StateFactory<S> p_10812_, CompletableFuture<Unit> p_10813_) -
Uses of Unit in net.minecraft.util
Methods in net.minecraft.util that return Unit -
Uses of Unit in net.minecraft.world.entity.player
Methods in net.minecraft.world.entity.player that return types with arguments of type UnitModifier and TypeMethodDescriptioncom.mojang.datafixers.util.Either<Player.BedSleepingProblem,Unit>Player.startSleepInBed(BlockPos p_36203_)