Class Silverfish.SilverfishMergeWithStoneGoal
java.lang.Object
net.minecraft.world.entity.ai.goal.Goal
net.minecraft.world.entity.ai.goal.RandomStrollGoal
net.minecraft.world.entity.monster.Silverfish.SilverfishMergeWithStoneGoal
- Enclosing class:
- Silverfish
- 
Nested Class Summary
- 
Field SummaryFieldsFields inherited from class net.minecraft.world.entity.ai.goal.RandomStrollGoalDEFAULT_INTERVAL, forceTrigger, interval, mob, speedModifier, wantedX, wantedY, wantedZ
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class net.minecraft.world.entity.ai.goal.RandomStrollGoalgetPosition, setInterval, stop, triggerMethods inherited from class net.minecraft.world.entity.ai.goal.GoaladjustedTickDelay, getFlags, isInterruptable, reducedTickDelay, requiresUpdateEveryTick, setFlags, tick, toString
- 
Field Details- 
selectedDirection
- 
doMergeprivate boolean doMerge
 
- 
- 
Constructor Details- 
SilverfishMergeWithStoneGoal
 
- 
- 
Method Details- 
canUsepublic boolean canUse()- Overrides:
- canUsein class- RandomStrollGoal
 
- 
canContinueToUsepublic boolean canContinueToUse()- Overrides:
- canContinueToUsein class- RandomStrollGoal
 
- 
startpublic void start()- Overrides:
- startin class- RandomStrollGoal
 
 
-