Package net.minecraft.entity.passive
Class PolarBearEntity.AttackGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.ai.goal.MeleeAttackGoal
net.minecraft.entity.passive.PolarBearEntity.AttackGoal
- Enclosing class:
 PolarBearEntity
- Mappings:
 Namespace Name named net/minecraft/entity/passive/PolarBearEntity$AttackGoalintermediary net/minecraft/class_1456$class_1460official cfw$c
- 
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 - 
Method Summary
Methods inherited from class net.minecraft.entity.ai.goal.MeleeAttackGoal
canAttack, canStart, getCooldown, getMaxCooldown, isCooledDown, resetCooldown, shouldContinue, shouldRunEveryTick, start, tickMethods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, getControls, getTickCount, setControls, toGoalTicks, toString 
- 
Constructor Details
- 
AttackGoal
public AttackGoal() 
 - 
 - 
Method Details
- 
attack
- Overrides:
 attackin classMeleeAttackGoal- Mappings:
 Namespace Name Mixin selector named attackLnet/minecraft/entity/ai/goal/MeleeAttackGoal;attack(Lnet/minecraft/entity/LivingEntity;)Vintermediary method_6288Lnet/minecraft/class_1366;method_6288(Lnet/minecraft/class_1309;)Vofficial aLcaw;a(Lbtn;)V
 - 
stop
public void stop()- Overrides:
 stopin classMeleeAttackGoal- Mappings:
 Namespace Name Mixin selector named stopLnet/minecraft/entity/ai/goal/Goal;stop()Vintermediary method_6270Lnet/minecraft/class_1352;method_6270()Vofficial eLcam;e()V
 
 -