Package net.minecraft.entity.passive
Class FoxEntity.StopWanderingGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.passive.FoxEntity.StopWanderingGoal
- Enclosing class:
- FoxEntity
- Mappings:
- Namespace - Name - official - brv$b- intermediary - net/minecraft/class_4019$class_4021- named - net/minecraft/entity/passive/FoxEntity$StopWanderingGoal
- 
Nested Class SummaryNested classes/interfaces inherited from class net.minecraft.entity.ai.goal.GoalGoal.Control
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class net.minecraft.entity.ai.goal.GoalcanStop, getControls, getTickCount, setControls, shouldRunEveryTick, toGoalTicks, toString
- 
Field Details- 
timerint timer- Mappings:
- Namespace - Name - Mixin selector - official - a- Lbrv$b;a:I- intermediary - field_17969- Lnet/minecraft/class_4019$class_4021;field_17969:I- named - timer- Lnet/minecraft/entity/passive/FoxEntity$StopWanderingGoal;timer:I
 
 
- 
- 
Constructor Details- 
StopWanderingGoalpublic StopWanderingGoal()
 
- 
- 
Method Details- 
canStartpublic boolean canStart()
- 
shouldContinuepublic boolean shouldContinue()- Overrides:
- shouldContinuein class- Goal
- Mappings:
- Namespace - Name - Mixin selector - official - b- Lbmv;b()Z- intermediary - method_6266- Lnet/minecraft/class_1352;method_6266()Z- named - shouldContinue- Lnet/minecraft/entity/ai/goal/Goal;shouldContinue()Z
 
- 
startpublic void start()
- 
stoppublic void stop()
- 
tickpublic void tick()
 
-