Class BreezeMovementUtil
java.lang.Object
net.minecraft.entity.ai.brain.task.BreezeMovementUtil
- Mappings:
- Namespace - Name - named - net/minecraft/entity/ai/brain/task/BreezeMovementUtil- intermediary - net/minecraft/class_9075- official - cmx
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic booleancanMoveTo(BreezeEntity breeze, Vec3d pos) private static doublegetMaxMoveDistance(BreezeEntity breeze) static Vec3dgetRandomPosBehindTarget(LivingEntity target, Random random) 
- 
Field Details- 
MAX_MOVE_DISTANCEprivate static final double MAX_MOVE_DISTANCE- See Also:
- Mappings:
- Namespace - Name - Mixin selector - named - MAX_MOVE_DISTANCE- Lnet/minecraft/entity/ai/brain/task/BreezeMovementUtil;MAX_MOVE_DISTANCE:D- intermediary - field_47817- Lnet/minecraft/class_9075;field_47817:D- official - a- Lcmx;a:D
 
 
- 
- 
Constructor Details- 
BreezeMovementUtilpublic BreezeMovementUtil()
 
- 
- 
Method Details- 
getRandomPosBehindTarget- Mappings:
- Namespace - Name - Mixin selector - named - getRandomPosBehindTarget- Lnet/minecraft/entity/ai/brain/task/BreezeMovementUtil;getRandomPosBehindTarget(Lnet/minecraft/entity/LivingEntity;Lnet/minecraft/util/math/random/Random;)Lnet/minecraft/util/math/Vec3d;- intermediary - method_55751- Lnet/minecraft/class_9075;method_55751(Lnet/minecraft/class_1309;Lnet/minecraft/class_5819;)Lnet/minecraft/class_243;- official - a- Lcmx;a(Lbvi;Lazh;)Lfbb;
 
- 
canMoveTo- Mappings:
- Namespace - Name - Mixin selector - named - canMoveTo- Lnet/minecraft/entity/ai/brain/task/BreezeMovementUtil;canMoveTo(Lnet/minecraft/entity/mob/BreezeEntity;Lnet/minecraft/util/math/Vec3d;)Z- intermediary - method_55752- Lnet/minecraft/class_9075;method_55752(Lnet/minecraft/class_8949;Lnet/minecraft/class_243;)Z- official - a- Lcmx;a(Lcmv;Lfbb;)Z
 
- 
getMaxMoveDistance- Mappings:
- Namespace - Name - Mixin selector - named - getMaxMoveDistance- Lnet/minecraft/entity/ai/brain/task/BreezeMovementUtil;getMaxMoveDistance(Lnet/minecraft/entity/mob/BreezeEntity;)D- intermediary - method_61493- Lnet/minecraft/class_9075;method_61493(Lnet/minecraft/class_8949;)D- official - a- Lcmx;a(Lcmv;)D
 
 
-