Uses of Class
com.mojang.datafixers.kinds.IdF.Mu
Packages that use IdF.Mu
Package
Description
-
Uses of IdF.Mu in com.mojang.datafixers
Methods in com.mojang.datafixers that return types with arguments of type IdF.MuModifier and TypeMethodDescriptionstatic <T1,T2> Products.P2 <IdF.Mu, T1, T2> Products.of(T1 t1, T2 t2) -
Uses of IdF.Mu in com.mojang.datafixers.kinds
Classes in com.mojang.datafixers.kinds that implement interfaces with type arguments of type IdF.MuMethods in com.mojang.datafixers.kinds that return types with arguments of type IdF.MuModifier and TypeMethodDescriptionIdF.Instance.lift2(App<IdF.Mu, BiFunction<A, B, R>> function) IdF.Instance.lift2(App<IdF.Mu, BiFunction<A, B, R>> function) IdF.Instance.lift2(App<IdF.Mu, BiFunction<A, B, R>> function) IdF.Instance.point(A a) Method parameters in com.mojang.datafixers.kinds with type arguments of type IdF.MuModifier and TypeMethodDescriptionstatic <A> AIdF.Instance.lift2(App<IdF.Mu, BiFunction<A, B, R>> function) -
Uses of IdF.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 IdF.MuMethods in net.minecraft.world.entity.ai.behavior.declarative that return types with arguments of type IdF.MuModifier and TypeMethodDescriptionMemoryCondition.Present.createAccessor(Brain<?> brain, Optional<Value> value) <Value> BehaviorBuilder<E, MemoryAccessor<IdF.Mu, Value>> BehaviorBuilder.Instance.present(MemoryModuleType<Value> memory) Method parameters in net.minecraft.world.entity.ai.behavior.declarative with type arguments of type IdF.MuModifier and TypeMethodDescription<Value> ValueBehaviorBuilder.Instance.get(MemoryAccessor<IdF.Mu, Value> box)