Package net.minecraft.entity.passive
Class FoxEntity.SitDownAndLookAroundGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.passive.FoxEntity.CalmDownGoal
net.minecraft.entity.passive.FoxEntity.SitDownAndLookAroundGoal
- Enclosing class:
- FoxEntity
- Mappings:
- Namespace - Name - official - brv$r- intermediary - net/minecraft/class_4019$class_4035- named - net/minecraft/entity/passive/FoxEntity$SitDownAndLookAroundGoal
- 
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.passive.FoxEntity.CalmDownGoalcanCalmDown, isAtFavoredLocationMethods inherited from class net.minecraft.entity.ai.goal.GoalcanStop, getControls, getTickCount, setControls, shouldRunEveryTick, toGoalTicks, toString
- 
Field Details- 
lookXprivate double lookX- Mappings:
- Namespace - Name - Mixin selector - official - c- Lbrv$r;c:D- intermediary - field_17987- Lnet/minecraft/class_4019$class_4035;field_17987:D- named - lookX- Lnet/minecraft/entity/passive/FoxEntity$SitDownAndLookAroundGoal;lookX:D
 
- 
lookZprivate double lookZ- Mappings:
- Namespace - Name - Mixin selector - official - d- Lbrv$r;d:D- intermediary - field_17988- Lnet/minecraft/class_4019$class_4035;field_17988:D- named - lookZ- Lnet/minecraft/entity/passive/FoxEntity$SitDownAndLookAroundGoal;lookZ:D
 
- 
timerprivate int timer- Mappings:
- Namespace - Name - Mixin selector - official - e- Lbrv$r;e:I- intermediary - field_17989- Lnet/minecraft/class_4019$class_4035;field_17989:I- named - timer- Lnet/minecraft/entity/passive/FoxEntity$SitDownAndLookAroundGoal;timer:I
 
- 
counterprivate int counter- Mappings:
- Namespace - Name - Mixin selector - official - f- Lbrv$r;f:I- intermediary - field_17990- Lnet/minecraft/class_4019$class_4035;field_17990:I- named - counter- Lnet/minecraft/entity/passive/FoxEntity$SitDownAndLookAroundGoal;counter:I
 
 
- 
- 
Constructor Details- 
SitDownAndLookAroundGoalpublic SitDownAndLookAroundGoal()
 
- 
- 
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()
- 
chooseNewAngleprivate void chooseNewAngle()- Mappings:
- Namespace - Name - Mixin selector - official - k- Lbrv$r;k()V- intermediary - method_18309- Lnet/minecraft/class_4019$class_4035;method_18309()V- named - chooseNewAngle- Lnet/minecraft/entity/passive/FoxEntity$SitDownAndLookAroundGoal;chooseNewAngle()V
 
 
-