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$LeadToNearbyTreasureGoalintermediary net/minecraft/class_1433$class_1435official cfm$a
- 
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.goal.Goal
Goal.Control - 
Field Summary
Fields - 
Constructor Summary
Constructors - 
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 dolphinLnet/minecraft/entity/passive/DolphinEntity$LeadToNearbyTreasureGoal;dolphin:Lnet/minecraft/entity/passive/DolphinEntity;intermediary field_6752Lnet/minecraft/class_1433$class_1435;field_6752:Lnet/minecraft/class_1433;official aLcfm$a;a:Lcfm;
 - 
noPathToStructure
private boolean noPathToStructure- Mappings:
 Namespace Name Mixin selector named noPathToStructureLnet/minecraft/entity/passive/DolphinEntity$LeadToNearbyTreasureGoal;noPathToStructure:Zintermediary field_6753Lnet/minecraft/class_1433$class_1435;field_6753:Zofficial bLcfm$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;)Vintermediary <init>Lnet/minecraft/class_1433$class_1435;<init>(Lnet/minecraft/class_1433;)Vofficial <init>Lcfm$a;<init>(Lcfm;)V
 
 - 
 - 
Method Details
- 
canStop
public boolean canStop() - 
canStart
public boolean canStart() - 
shouldContinue
public boolean shouldContinue()- Overrides:
 shouldContinuein classGoal- Mappings:
 Namespace Name Mixin selector named shouldContinueLnet/minecraft/entity/ai/goal/Goal;shouldContinue()Zintermediary method_6266Lnet/minecraft/class_1352;method_6266()Zofficial cLcam;c()Z
 - 
start
public void start() - 
stop
public void stop() - 
tick
public void tick() 
 -