Package net.minecraft.entity.passive
Class RabbitEntity.RabbitAttackGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.ai.goal.MeleeAttackGoal
net.minecraft.entity.passive.RabbitEntity.RabbitAttackGoal
- Enclosing class:
- RabbitEntity
static class RabbitEntity.RabbitAttackGoal extends MeleeAttackGoal
- Mappings:
Namespace Name official bcb$a
intermediary net/minecraft/class_1463$class_1464
named net/minecraft/entity/passive/RabbitEntity$RabbitAttackGoal
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.goal.Goal
Goal.Control
-
Field Summary
Fields inherited from class net.minecraft.entity.ai.goal.MeleeAttackGoal
mob
-
Constructor Summary
Constructors Constructor Description RabbitAttackGoal(RabbitEntity rabbit)
-
Method Summary
Modifier and Type Method Description protected double
getSquaredMaxAttackDistance(LivingEntity entity)
Methods inherited from class net.minecraft.entity.ai.goal.MeleeAttackGoal
attack, canStart, method_28346, method_28347, method_28348, method_28349, shouldContinue, start, stop, tick
Methods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, getControls, setControls, toString
-
Constructor Details
-
RabbitAttackGoal
- Mappings:
Namespace Name Mixin selector official <init>
Lbcb$a;<init>(Lbcb;)V
intermediary <init>
Lnet/minecraft/class_1463$class_1464;<init>(Lnet/minecraft/class_1463;)V
named <init>
Lnet/minecraft/entity/passive/RabbitEntity$RabbitAttackGoal;<init>(Lnet/minecraft/entity/passive/RabbitEntity;)V
-
-
Method Details
-
getSquaredMaxAttackDistance
- Overrides:
getSquaredMaxAttackDistance
in classMeleeAttackGoal
- Mappings:
Namespace Name Mixin selector official a
Laxh;a(Lari;)D
intermediary method_6289
Lnet/minecraft/class_1366;method_6289(Lnet/minecraft/class_1309;)D
named getSquaredMaxAttackDistance
Lnet/minecraft/entity/ai/goal/MeleeAttackGoal;getSquaredMaxAttackDistance(Lnet/minecraft/entity/LivingEntity;)D
-