Uses of Class
net.minecraft.world.entity.ai.behavior.declarative.BehaviorBuilder.Mu
Packages that use BehaviorBuilder.Mu
-
Uses of BehaviorBuilder.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 BehaviorBuilder.MuModifier and TypeClassDescriptionclassBehaviorBuilder<E extends LivingEntity, M>static final classBehaviorBuilder.Instance<E extends LivingEntity>Methods in net.minecraft.world.entity.ai.behavior.declarative that return types with arguments of type BehaviorBuilder.MuModifier and TypeMethodDescription<A,R> Function <com.mojang.datafixers.kinds.App<BehaviorBuilder.Mu<E>, A>, com.mojang.datafixers.kinds.App<BehaviorBuilder.Mu<E>, R>> BehaviorBuilder.Instance.lift1(com.mojang.datafixers.kinds.App<BehaviorBuilder.Mu<E>, Function<A, R>> function) <A,R> Function <com.mojang.datafixers.kinds.App<BehaviorBuilder.Mu<E>, A>, com.mojang.datafixers.kinds.App<BehaviorBuilder.Mu<E>, R>> BehaviorBuilder.Instance.lift1(com.mojang.datafixers.kinds.App<BehaviorBuilder.Mu<E>, Function<A, R>> function) Method parameters in net.minecraft.world.entity.ai.behavior.declarative with type arguments of type BehaviorBuilder.MuModifier and TypeMethodDescription<A,B, R> BehaviorBuilder <E, R> BehaviorBuilder.Instance.ap2(com.mojang.datafixers.kinds.App<BehaviorBuilder.Mu<E>, BiFunction<A, B, R>> func, com.mojang.datafixers.kinds.App<BehaviorBuilder.Mu<E>, A> a, com.mojang.datafixers.kinds.App<BehaviorBuilder.Mu<E>, B> b) <T1,T2, T3, R>
BehaviorBuilder<E, R> BehaviorBuilder.Instance.ap3(com.mojang.datafixers.kinds.App<BehaviorBuilder.Mu<E>, com.mojang.datafixers.util.Function3<T1, T2, T3, R>> func, com.mojang.datafixers.kinds.App<BehaviorBuilder.Mu<E>, T1> t1, com.mojang.datafixers.kinds.App<BehaviorBuilder.Mu<E>, T2> t2, com.mojang.datafixers.kinds.App<BehaviorBuilder.Mu<E>, T3> t3) <T1,T2, T3, T4, R>
BehaviorBuilder<E, R> BehaviorBuilder.Instance.ap4(com.mojang.datafixers.kinds.App<BehaviorBuilder.Mu<E>, com.mojang.datafixers.util.Function4<T1, T2, T3, T4, R>> func, com.mojang.datafixers.kinds.App<BehaviorBuilder.Mu<E>, T1> t1, com.mojang.datafixers.kinds.App<BehaviorBuilder.Mu<E>, T2> t2, com.mojang.datafixers.kinds.App<BehaviorBuilder.Mu<E>, T3> t3, com.mojang.datafixers.kinds.App<BehaviorBuilder.Mu<E>, T4> t4) static <E extends LivingEntity>
OneShot<E> BehaviorBuilder.create(Function<BehaviorBuilder.Instance<E>, ? extends com.mojang.datafixers.kinds.App<BehaviorBuilder.Mu<E>, Trigger<E>>> builder) private static <E extends LivingEntity, M>
BehaviorBuilder.TriggerWithResult<E, M> BehaviorBuilder.get(com.mojang.datafixers.kinds.App<BehaviorBuilder.Mu<E>, M> box) <A,R> Function <com.mojang.datafixers.kinds.App<BehaviorBuilder.Mu<E>, A>, com.mojang.datafixers.kinds.App<BehaviorBuilder.Mu<E>, R>> BehaviorBuilder.Instance.lift1(com.mojang.datafixers.kinds.App<BehaviorBuilder.Mu<E>, Function<A, R>> function) <T,R> BehaviorBuilder <E, R> BehaviorBuilder.Instance.map(Function<? super T, ? extends R> func, com.mojang.datafixers.kinds.App<BehaviorBuilder.Mu<E>, T> ts) static <E extends LivingEntity, M>
BehaviorBuilder<E, M> BehaviorBuilder.unbox(com.mojang.datafixers.kinds.App<BehaviorBuilder.Mu<E>, M> box)