Package net.minecraft.entity.passive
Class PandaEntity.AttackGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.ai.goal.MeleeAttackGoal
net.minecraft.entity.passive.PandaEntity.AttackGoal
- Enclosing class:
- PandaEntity
static class PandaEntity.AttackGoal extends MeleeAttackGoal
- Mappings:
Namespace Name official bbw$b
intermediary net/minecraft/class_1440$class_4054
named net/minecraft/entity/passive/PandaEntity$AttackGoal
-
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 PandaEntity
panda
Fields inherited from class net.minecraft.entity.ai.goal.MeleeAttackGoal
mob
-
Constructor Summary
Constructors Constructor Description AttackGoal(PandaEntity panda, double speed, boolean pauseWhenMobIdle)
-
Method Summary
Modifier and Type Method Description boolean
canStart()
Methods inherited from class net.minecraft.entity.ai.goal.MeleeAttackGoal
attack, getSquaredMaxAttackDistance, 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
-
Field Details
-
panda
- Mappings:
Namespace Name Mixin selector official b
Lbbw$b;b:Lbbw;
intermediary field_18114
Lnet/minecraft/class_1440$class_4054;field_18114:Lnet/minecraft/class_1440;
named panda
Lnet/minecraft/entity/passive/PandaEntity$AttackGoal;panda:Lnet/minecraft/entity/passive/PandaEntity;
-
-
Constructor Details
-
AttackGoal
- Mappings:
Namespace Name Mixin selector official <init>
Lbbw$b;<init>(Lbbw;DZ)V
intermediary <init>
Lnet/minecraft/class_1440$class_4054;<init>(Lnet/minecraft/class_1440;DZ)V
named <init>
Lnet/minecraft/entity/passive/PandaEntity$AttackGoal;<init>(Lnet/minecraft/entity/passive/PandaEntity;DZ)V
-
-
Method Details
-
canStart
public boolean canStart()- Overrides:
canStart
in classMeleeAttackGoal
- Mappings:
Namespace Name Mixin selector official a
Lawx;a()Z
intermediary method_6264
Lnet/minecraft/class_1352;method_6264()Z
named canStart
Lnet/minecraft/entity/ai/goal/Goal;canStart()Z
-