Uses of Enum Class
com.mojang.datafixers.util.Unit
Packages that use Unit
Package
Description
-
Uses of Unit in com.mojang.datafixers
Fields in com.mojang.datafixers with type parameters of type UnitMethods in com.mojang.datafixers that return UnitMethods in com.mojang.datafixers that return types with arguments of type Unit -
Uses of Unit in com.mojang.datafixers.functions
Subclasses with type arguments of type Unit in com.mojang.datafixers.functionsMethods in com.mojang.datafixers.functions that return types with arguments of type Unit -
Uses of Unit in com.mojang.datafixers.types.constant
Subclasses with type arguments of type Unit in com.mojang.datafixers.types.constantMethods in com.mojang.datafixers.types.constant that return types with arguments of type Unit -
Uses of Unit in com.mojang.datafixers.util
Subclasses with type arguments of type Unit in com.mojang.datafixers.utilMethods in com.mojang.datafixers.util that return Unit -
Uses of Unit in com.mojang.serialization
Fields in com.mojang.serialization with type parameters of type Unit -
Uses of Unit in com.mojang.serialization.codecs
Fields in com.mojang.serialization.codecs with type parameters of type UnitModifier and TypeFieldDescriptionprivate static final DataResult<Unit> ListCodec.DecoderState.INITIAL_RESULTprivate DataResult<Unit> ListCodec.DecoderState.resultMethods in com.mojang.serialization.codecs that return types with arguments of type UnitModifier and TypeMethodDescriptionprivate <T> DataResult<Unit> DispatchedMapCodec.parseEntry(DataResult<Unit> result, DynamicOps<T> ops, Pair<T, T> input, Map<K, V> entries, Stream.Builder<Pair<T, T>> failed) Method parameters in com.mojang.serialization.codecs with type arguments of type UnitModifier and TypeMethodDescriptionprivate <T> DataResult<Unit> DispatchedMapCodec.parseEntry(DataResult<Unit> result, DynamicOps<T> ops, Pair<T, T> input, Map<K, V> entries, Stream.Builder<Pair<T, T>> failed) -
Uses of Unit in net.minecraft.client.gui.screens.options
Fields in net.minecraft.client.gui.screens.options with type parameters of type UnitModifier and TypeFieldDescriptionprivate @Nullable OptionInstance<Unit> OnlineOptionsScreen.difficultyDisplay -
Uses of Unit in net.minecraft.client.multiplayer.chat.report
Methods in net.minecraft.client.multiplayer.chat.report that return types with arguments of type UnitModifier and TypeMethodDescriptionAbuseReportSender.send(UUID id, ReportType reportType, AbuseReport report) AbuseReportSender.Services.send(UUID id, ReportType reportType, AbuseReport report) -
Uses of Unit in net.minecraft.util.datafix.fixes
Methods in net.minecraft.util.datafix.fixes that return types with arguments of type UnitModifier and TypeMethodDescriptionprotected static Type<? extends Pair<? extends Either<? extends Pair<? extends Either<?, Unit>, ? extends Pair<? extends Either<? extends List<? extends Pair<? extends Either<?, Unit>, Dynamic<?>>>, Unit>, Dynamic<?>>>, Unit>, Dynamic<?>>> protected static Type<? extends Pair<? extends Either<? extends Pair<? extends Either<?, Unit>, ? extends Pair<? extends Either<? extends List<? extends Pair<? extends Either<?, Unit>, Dynamic<?>>>, Unit>, Dynamic<?>>>, Unit>, Dynamic<?>>> protected static Type<? extends Pair<? extends Either<? extends Pair<? extends Either<?, Unit>, ? extends Pair<? extends Either<? extends List<? extends Pair<? extends Either<?, Unit>, Dynamic<?>>>, Unit>, Dynamic<?>>>, Unit>, Dynamic<?>>> protected static Type<? extends Pair<? extends Either<? extends Pair<? extends Either<?, Unit>, ? extends Pair<? extends Either<? extends List<? extends Pair<? extends Either<?, Unit>, Dynamic<?>>>, Unit>, Dynamic<?>>>, Unit>, Dynamic<?>>> EquipmentFormatFix.getItemFromList(int index, List<ItemStack> items, Predicate<ItemStack> isPlaceholder) MissingDimensionFix.optionalFields(String name, Type<A> type) MissingDimensionFix.optionalFields(String name1, Type<A1> type1, String name2, Type<A2> type2) MissingDimensionFix.optionalFields(String name1, Type<A1> type1, String name2, Type<A2> type2) Method parameters in net.minecraft.util.datafix.fixes with type arguments of type UnitModifier and TypeMethodDescriptionprivate TypeRewriteRuleChestedHorsesInventoryZeroIndexingFix.horseLikeInventoryIndexingFixer(OpticFinder<Pair<String, Pair<Either<Pair<String, String>, Unit>, Pair<Either<?, Unit>, Dynamic<?>>>>> itemStackFinder, Type<?> schema, String horseId) private TypeRewriteRuleChestedHorsesInventoryZeroIndexingFix.horseLikeInventoryIndexingFixer(OpticFinder<Pair<String, Pair<Either<Pair<String, String>, Unit>, Pair<Either<?, Unit>, Dynamic<?>>>>> itemStackFinder, Type<?> schema, String horseId) -
Uses of Unit in net.minecraft.world.entity.ai.behavior.declarative
Subclasses with type arguments of type Unit in net.minecraft.world.entity.ai.behavior.declarativeModifier and TypeClassDescriptionprivate static final classBehaviorBuilder.TriggerWrapper<E extends LivingEntity>Classes in net.minecraft.world.entity.ai.behavior.declarative that implement interfaces with type arguments of type UnitMethods in net.minecraft.world.entity.ai.behavior.declarative that return types with arguments of type UnitModifier and TypeMethodDescription<Value> BehaviorBuilder<E, MemoryAccessor<Const.Mu<Unit>, Value>> BehaviorBuilder.Instance.absent(MemoryModuleType<Value> memory) MemoryCondition.Absent.createAccessor(Brain<?> brain, Optional<Value> value) BehaviorBuilder.Instance.ifTriggered(Trigger<? super E> dependentTrigger)