Uses of Class
com.mojang.datafixers.kinds.Const.Mu
Packages that use Const.Mu
-
Uses of Const.Mu in com.mojang.datafixers.kinds
Classes in com.mojang.datafixers.kinds that implement interfaces with type arguments of type Const.MuMethods in com.mojang.datafixers.kinds that return types with arguments of type Const.MuModifier and TypeMethodDescriptionConst.Instance.lift2(App<Const.Mu<C>, BiFunction<A, B, R>> function) Const.Instance.lift2(App<Const.Mu<C>, BiFunction<A, B, R>> function) Const.Instance.lift2(App<Const.Mu<C>, BiFunction<A, B, R>> function) Const.Instance.point(A a) Method parameters in com.mojang.datafixers.kinds with type arguments of type Const.MuModifier and TypeMethodDescriptionConst.Instance.lift2(App<Const.Mu<C>, BiFunction<A, B, R>> function) static <C,T> C -
Uses of Const.Mu in net.minecraft.world.entity.ai.behavior.declarative
Classes in net.minecraft.world.entity.ai.behavior.declarative that implement interfaces with type arguments of type Const.MuMethods in net.minecraft.world.entity.ai.behavior.declarative that return types with arguments of type Const.MuModifier and TypeMethodDescription<Value> BehaviorBuilder<E, MemoryAccessor<Const.Mu<Unit>, Value>> BehaviorBuilder.Instance.absent(MemoryModuleType<Value> memory) MemoryCondition.Absent.createAccessor(Brain<?> brain, Optional<Value> value)