Class GoToWantedItem
java.lang.Object
net.minecraft.world.entity.ai.behavior.GoToWantedItem
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic BehaviorControl<LivingEntity>
create
(float p_260027_, boolean p_259769_, int p_259671_) static <E extends LivingEntity>
BehaviorControl<E>
-
Constructor Details
-
GoToWantedItem
public GoToWantedItem()
-
-
Method Details
-
create
public static BehaviorControl<LivingEntity> create(float p_260027_, boolean p_259769_, int p_259671_) -
create
public static <E extends LivingEntity> BehaviorControl<E> create(Predicate<E> p_259490_, float p_260346_, boolean p_259637_, int p_259054_)
-