Package net.minecraft.entity.passive
Class DolphinEntity.LeadToNearbyTreasureGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.passive.DolphinEntity.LeadToNearbyTreasureGoal
- Enclosing class:
DolphinEntity
- Mappings:
Namespace Name named net/minecraft/entity/passive/DolphinEntity$LeadToNearbyTreasureGoal
intermediary net/minecraft/class_1433$class_1435
official cfp$a
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.goal.Goal
Goal.Control
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class net.minecraft.entity.ai.goal.Goal
getControls, getTickCount, setControls, shouldRunEveryTick, toGoalTicks, toString
-
Field Details
-
dolphin
- Mappings:
Namespace Name Mixin selector named dolphin
Lnet/minecraft/entity/passive/DolphinEntity$LeadToNearbyTreasureGoal;dolphin:Lnet/minecraft/entity/passive/DolphinEntity;
intermediary field_6752
Lnet/minecraft/class_1433$class_1435;field_6752:Lnet/minecraft/class_1433;
official a
Lcfp$a;a:Lcfp;
-
noPathToStructure
private boolean noPathToStructure- Mappings:
Namespace Name Mixin selector named noPathToStructure
Lnet/minecraft/entity/passive/DolphinEntity$LeadToNearbyTreasureGoal;noPathToStructure:Z
intermediary field_6753
Lnet/minecraft/class_1433$class_1435;field_6753:Z
official b
Lcfp$a;b:Z
-
-
Constructor Details
-
LeadToNearbyTreasureGoal
LeadToNearbyTreasureGoal(DolphinEntity dolphin) - Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/entity/passive/DolphinEntity$LeadToNearbyTreasureGoal;<init>(Lnet/minecraft/entity/passive/DolphinEntity;)V
intermediary <init>
Lnet/minecraft/class_1433$class_1435;<init>(Lnet/minecraft/class_1433;)V
official <init>
Lcfp$a;<init>(Lcfp;)V
-
-
Method Details
-
canStop
public boolean canStop() -
canStart
public boolean canStart() -
shouldContinue
public boolean shouldContinue()- Overrides:
shouldContinue
in classGoal
- Mappings:
Namespace Name Mixin selector named shouldContinue
Lnet/minecraft/entity/ai/goal/Goal;shouldContinue()Z
intermediary method_6266
Lnet/minecraft/class_1352;method_6266()Z
official b
Lcap;b()Z
-
start
public void start() -
stop
public void stop() -
tick
public void tick()
-