Package net.minecraft.entity.mob
Class PhantomEntity.SwoopMovementGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.mob.PhantomEntity.MovementGoal
net.minecraft.entity.mob.PhantomEntity.SwoopMovementGoal
- Enclosing class:
- PhantomEntity
- Mappings:
- Namespace - Name - official - bwe$i- intermediary - net/minecraft/class_1593$class_1602- named - net/minecraft/entity/mob/PhantomEntity$SwoopMovementGoal
- 
Nested Class SummaryNested classes/interfaces inherited from class net.minecraft.entity.ai.goal.GoalGoal.Control
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate static final intprivate booleanprivate int
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class net.minecraft.entity.mob.PhantomEntity.MovementGoalisNearTargetMethods inherited from class net.minecraft.entity.ai.goal.GoalcanStop, getControls, getTickCount, setControls, shouldRunEveryTick, toGoalTicks, toString
- 
Field Details- 
CAT_CHECK_INTERVALprivate static final int CAT_CHECK_INTERVAL- See Also:
- Mappings:
- Namespace - Name - Mixin selector - official - c- Lbwe$i;c:I- intermediary - field_36305- Lnet/minecraft/class_1593$class_1602;field_36305:I- named - CAT_CHECK_INTERVAL- Lnet/minecraft/entity/mob/PhantomEntity$SwoopMovementGoal;CAT_CHECK_INTERVAL:I
 
- 
catsNearbyprivate boolean catsNearby- Mappings:
- Namespace - Name - Mixin selector - official - d- Lbwe$i;d:Z- intermediary - field_36306- Lnet/minecraft/class_1593$class_1602;field_36306:Z- named - catsNearby- Lnet/minecraft/entity/mob/PhantomEntity$SwoopMovementGoal;catsNearby:Z
 
- 
nextCatCheckAgeprivate int nextCatCheckAge- Mappings:
- Namespace - Name - Mixin selector - official - e- Lbwe$i;e:I- intermediary - field_36307- Lnet/minecraft/class_1593$class_1602;field_36307:I- named - nextCatCheckAge- Lnet/minecraft/entity/mob/PhantomEntity$SwoopMovementGoal;nextCatCheckAge:I
 
 
- 
- 
Constructor Details- 
SwoopMovementGoalSwoopMovementGoal()
 
- 
- 
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()
 
-