Package net.minecraft.entity.passive
Class RabbitEntity.EscapeDangerGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.ai.goal.EscapeDangerGoal
net.minecraft.entity.passive.RabbitEntity.EscapeDangerGoal
- Enclosing class:
- RabbitEntity
static class RabbitEntity.EscapeDangerGoal extends EscapeDangerGoal
- Mappings:
Namespace Name official bcb$fintermediary net/minecraft/class_1463$class_1469named net/minecraft/entity/passive/RabbitEntity$EscapeDangerGoal
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.goal.Goal
Goal.Control -
Field Summary
Fields Modifier and Type Field Description private RabbitEntityrabbit -
Constructor Summary
Constructors Constructor Description EscapeDangerGoal(RabbitEntity rabbit, double speed) -
Method Summary
Modifier and Type Method Description voidtick()Methods inherited from class net.minecraft.entity.ai.goal.EscapeDangerGoal
canStart, findTarget, isActive, locateClosestWater, shouldContinue, start, stopMethods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, getControls, setControls, toString
-
Field Details
-
rabbit
- Mappings:
Namespace Name Mixin selector official gLbcb$f;g:Lbcb;intermediary field_6860Lnet/minecraft/class_1463$class_1469;field_6860:Lnet/minecraft/class_1463;named rabbitLnet/minecraft/entity/passive/RabbitEntity$EscapeDangerGoal;rabbit:Lnet/minecraft/entity/passive/RabbitEntity;
-
-
Constructor Details
-
EscapeDangerGoal
- Mappings:
Namespace Name Mixin selector official <init>Lbcb$f;<init>(Lbcb;D)Vintermediary <init>Lnet/minecraft/class_1463$class_1469;<init>(Lnet/minecraft/class_1463;D)Vnamed <init>Lnet/minecraft/entity/passive/RabbitEntity$EscapeDangerGoal;<init>(Lnet/minecraft/entity/passive/RabbitEntity;D)V
-
-
Method Details