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 official brt$aintermediary net/minecraft/class_1433$class_1435named net/minecraft/entity/passive/DolphinEntity$LeadToNearbyTreasureGoal
- 
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 official aLbrt$a;a:Lbrt;intermediary field_6752Lnet/minecraft/class_1433$class_1435;field_6752:Lnet/minecraft/class_1433;named dolphinLnet/minecraft/entity/passive/DolphinEntity$LeadToNearbyTreasureGoal;dolphin:Lnet/minecraft/entity/passive/DolphinEntity;
 - 
noPathToStructure
private boolean noPathToStructure- Mappings:
 Namespace Name Mixin selector official bLbrt$a;b:Zintermediary field_6753Lnet/minecraft/class_1433$class_1435;field_6753:Znamed noPathToStructureLnet/minecraft/entity/passive/DolphinEntity$LeadToNearbyTreasureGoal;noPathToStructure:Z
 
 - 
 - 
Constructor Details
- 
LeadToNearbyTreasureGoal
LeadToNearbyTreasureGoal(DolphinEntity dolphin) - Mappings:
 Namespace Name Mixin selector official <init>Lbrt$a;<init>(Lbrt;)Vintermediary <init>Lnet/minecraft/class_1433$class_1435;<init>(Lnet/minecraft/class_1433;)Vnamed <init>Lnet/minecraft/entity/passive/DolphinEntity$LeadToNearbyTreasureGoal;<init>(Lnet/minecraft/entity/passive/DolphinEntity;)V
 
 - 
 - 
Method Details
- 
canStop
public boolean canStop() - 
canStart
public boolean canStart() - 
shouldContinue
public boolean shouldContinue()- Overrides:
 shouldContinuein classGoal- Mappings:
 Namespace Name Mixin selector official bLbmv;b()Zintermediary method_6266Lnet/minecraft/class_1352;method_6266()Znamed shouldContinueLnet/minecraft/entity/ai/goal/Goal;shouldContinue()Z
 - 
start
public void start() - 
stop
public void stop() - 
tick
public void tick() 
 -