Package net.minecraft.world.entity.raid
Class Raider.RaiderMoveThroughVillageGoal
java.lang.Object
net.minecraft.world.entity.ai.goal.Goal
net.minecraft.world.entity.raid.Raider.RaiderMoveThroughVillageGoal
- Enclosing class:
- Raider
- 
Nested Class Summary
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionRaiderMoveThroughVillageGoal(Raider p_37936_, double p_37937_, int p_37938_) 
- 
Method SummaryMethods inherited from class net.minecraft.world.entity.ai.goal.GoaladjustedTickDelay, getFlags, isInterruptable, reducedTickDelay, requiresUpdateEveryTick, setFlags, toString
- 
Field Details- 
raider
- 
speedModifierprivate final double speedModifier
- 
poiPos
- 
visited
- 
distanceToPoiprivate final int distanceToPoi
- 
stuckprivate boolean stuck
 
- 
- 
Constructor Details- 
RaiderMoveThroughVillageGoal
 
- 
- 
Method Details- 
canUsepublic boolean canUse()
- 
isValidRaidprivate boolean isValidRaid()
- 
hasSuitablePoiprivate boolean hasSuitablePoi()
- 
canContinueToUsepublic boolean canContinueToUse()- Overrides:
- canContinueToUsein class- Goal
 
- 
stoppublic void stop()
- 
startpublic void start()
- 
tickpublic void tick()
- 
hasNotVisited
- 
updateVisitedprivate void updateVisited()
 
-