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 final CompletableFuture<Unit>Minecraft.RESOURCE_RELOAD_INITIAL_TASK -
Uses of Unit in net.minecraft.entity.player
Methods in net.minecraft.entity.player that return types with arguments of type UnitModifier 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
Fields in net.minecraft.resources with type parameters of type UnitModifier and TypeFieldDescriptionprotected final CompletableFuture<Unit>AsyncReloader.allPreparationsprivate static final CompletableFuture<Unit>DataPackRegistries.DATA_RELOAD_INITIAL_TASKprivate final CompletableFuture<Unit>SimpleReloadableResourceManager.FailedPackReloader.failedFutureMethods in net.minecraft.resources that return types with arguments of type UnitModifier 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_) Method parameters in net.minecraft.resources with type arguments of type UnitModifier 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 IAsyncReloaderSimpleReloadableResourceManager.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_) Constructor parameters in net.minecraft.resources with type arguments of type UnitModifierConstructorDescriptionprotectedAsyncReloader(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
Methods in net.minecraft.util that return Unit -
Uses of Unit in net.minecraft.util.text
Fields in net.minecraft.util.text with type parameters of type Unit -
Uses of Unit in net.minecraft.world.chunk
Fields in net.minecraft.world.chunk with type parameters of type UnitModifier and TypeFieldDescriptionprivate final Map<ITaskExecutor<?>,ChunkTaskPriorityQueue<? extends Function<ITaskExecutor<Unit>, ?>>> ChunkTaskPriorityQueueSorter.queuesprivate final Function<ITaskExecutor<Unit>,T> ChunkTaskPriorityQueueSorter.FunctionEntry.taskMethods in net.minecraft.world.chunk that return types with arguments of type UnitModifier and TypeMethodDescriptionprivate <T> ChunkTaskPriorityQueue<Function<ITaskExecutor<Unit>,T>> ChunkTaskPriorityQueueSorter.getQueue(ITaskExecutor<T> p_219068_1_) Method parameters in net.minecraft.world.chunk with type arguments of type UnitModifier and TypeMethodDescriptionprivate <T> voidChunkTaskPriorityQueueSorter.pollTask(ChunkTaskPriorityQueue<Function<ITaskExecutor<Unit>, T>> p_219078_1_, ITaskExecutor<T> p_219078_2_) private <T> voidChunkTaskPriorityQueueSorter.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_) Constructor parameters in net.minecraft.world.chunk with type arguments of type UnitModifierConstructorDescriptionprivateFunctionEntry(Function<ITaskExecutor<Unit>, T> p_i50028_1_, long p_i50028_2_, IntSupplier p_i50028_4_) -
Uses of Unit in net.minecraft.world.server
Fields in net.minecraft.world.server with type parameters of type UnitModifier and TypeFieldDescriptionstatic final TicketType<Unit>TicketType.DRAGONstatic final TicketType<Unit>TicketType.START