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 Summary
FieldsFields inherited from class net.minecraft.world.entity.ai.goal.RandomStrollGoal
DEFAULT_INTERVAL, forceTrigger, interval, mob, speedModifier, wantedX, wantedY, wantedZ - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class net.minecraft.world.entity.ai.goal.RandomStrollGoal
getPosition, setInterval, stop, triggerMethods inherited from class net.minecraft.world.entity.ai.goal.Goal
adjustedTickDelay, getFlags, isInterruptable, reducedTickDelay, requiresUpdateEveryTick, setFlags, tick, toString 
- 
Field Details
- 
selectedDirection
 - 
doMerge
private boolean doMerge 
 - 
 - 
Constructor Details
- 
SilverfishMergeWithStoneGoal
 
 - 
 - 
Method Details
- 
canUse
public boolean canUse()- Overrides:
 canUsein classRandomStrollGoal
 - 
canContinueToUse
public boolean canContinueToUse()- Overrides:
 canContinueToUsein classRandomStrollGoal
 - 
start
public void start()- Overrides:
 startin classRandomStrollGoal
 
 -