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.network.chat
-
Uses of Unit in net.minecraft.server
Modifier and TypeFieldDescriptionprivate static final CompletableFuture<Unit>
ReloadableServerResources.DATA_RELOAD_INITIAL_TASK
-
Uses of Unit in net.minecraft.server.level
Modifier and TypeFieldDescriptionstatic final TicketType<Unit>
TicketType.DRAGON
private final Map<ProcessorHandle<?>,
ChunkTaskPriorityQueue<? extends Function<ProcessorHandle<Unit>, ?>>> ChunkTaskPriorityQueueSorter.queues
static final TicketType<Unit>
TicketType.START
(package private) final Function<ProcessorHandle<Unit>,
T> ChunkTaskPriorityQueueSorter.Message.task
Modifier 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_) Modifier 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> void
ChunkTaskPriorityQueueSorter.pollTask
(ChunkTaskPriorityQueue<Function<ProcessorHandle<Unit>, T>> p_140646_, ProcessorHandle<T> p_140647_) private <T> void
ChunkTaskPriorityQueueSorter.submit
(ProcessorHandle<T> p_140590_, Function<ProcessorHandle<Unit>, T> p_140591_, long p_140592_, IntSupplier p_140593_, boolean p_140594_) ModifierConstructorDescription(package private)
Message
(Function<ProcessorHandle<Unit>, T> p_140668_, long p_140669_, IntSupplier p_140670_) -
Uses of Unit in net.minecraft.server.packs.resources
Modifier and TypeFieldDescriptionprotected final CompletableFuture<Unit>
SimpleReloadInstance.allPreparations
Modifier and TypeMethodDescriptionstatic ReloadInstance
SimpleReloadInstance.create
(ResourceManager p_203835_, List<PreparableReloadListener> p_203836_, Executor p_203837_, Executor p_203838_, CompletableFuture<Unit> p_203839_, boolean p_203840_) ReloadableResourceManager.createReload
(Executor p_143930_, Executor p_143931_, CompletableFuture<Unit> p_143932_, List<PackResources> p_143933_) static SimpleReloadInstance<Void>
SimpleReloadInstance.of
(ResourceManager p_10816_, List<PreparableReloadListener> p_10817_, Executor p_10818_, Executor p_10819_, CompletableFuture<Unit> p_10820_) ModifierConstructorDescriptionProfiledReloadInstance
(ResourceManager p_10649_, List<PreparableReloadListener> p_10650_, Executor p_10651_, Executor p_10652_, CompletableFuture<Unit> p_10653_) protected
SimpleReloadInstance
(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
-
Uses of Unit in net.minecraft.world.entity.ai.memory
Modifier and TypeFieldDescriptionstatic final MemoryModuleType<Unit>
MemoryModuleType.DIG_COOLDOWN
static final MemoryModuleType<Unit>
MemoryModuleType.IS_EMERGING
static final MemoryModuleType<Unit>
MemoryModuleType.IS_IN_WATER
static final MemoryModuleType<Unit>
MemoryModuleType.IS_PREGNANT
static final MemoryModuleType<Unit>
MemoryModuleType.IS_SNIFFING
static final MemoryModuleType<Unit>
MemoryModuleType.RECENT_PROJECTILE
static final MemoryModuleType<Unit>
MemoryModuleType.ROAR_SOUND_COOLDOWN
static final MemoryModuleType<Unit>
MemoryModuleType.ROAR_SOUND_DELAY
static final MemoryModuleType<Unit>
MemoryModuleType.SNIFF_COOLDOWN
static final MemoryModuleType<Unit>
MemoryModuleType.SONIC_BOOM_COOLDOWN
static final MemoryModuleType<Unit>
MemoryModuleType.SONIC_BOOM_SOUND_COOLDOWN
static final MemoryModuleType<Unit>
MemoryModuleType.SONIC_BOOM_SOUND_DELAY
static final MemoryModuleType<Unit>
MemoryModuleType.TOUCH_COOLDOWN
static final MemoryModuleType<Unit>
MemoryModuleType.VIBRATION_COOLDOWN
-
Uses of Unit in net.minecraft.world.entity.player
Modifier and TypeMethodDescriptioncom.mojang.datafixers.util.Either<Player.BedSleepingProblem,
Unit> Player.startSleepInBed
(BlockPos p_36203_) -
Uses of Unit in net.minecraftforge.client.model.renderable
Modifier and TypeMethodDescriptionBakedModelRenderable.withContext
(ModelData modelData) default IRenderable<Unit>
IRenderable.withContext
(T context) Wraps the current renderable along with a context.