Package me.gamercoder215.mobchip.ai.goal
Class PathfinderRandomStrollToVillage
java.lang.Object
me.gamercoder215.mobchip.ai.goal.Pathfinder
me.gamercoder215.mobchip.ai.goal.PathfinderRandomStroll
me.gamercoder215.mobchip.ai.goal.PathfinderRandomStrollToVillage
- All Implemented Interfaces:
PathfinderInfo
,Repeated
,SpeedModifier
Represents a Pathfinder to Randomly Stroll back into a Village
-
Nested Class Summary
Nested classes/interfaces inherited from class me.gamercoder215.mobchip.ai.goal.Pathfinder
Pathfinder.PathfinderFlag
-
Field Summary
Fields inherited from class me.gamercoder215.mobchip.ai.goal.Pathfinder
entity
Fields inherited from interface me.gamercoder215.mobchip.ai.SpeedModifier
DEFAULT_SPEED_MODIFIER
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a PathfinderRandomStrollToVillage with no speed modifier.PathfinderRandomStrollToVillage
(@NotNull Creature c, double speedMod) Constructs a PathfinderRandomStrollToVillage. -
Method Summary
Methods inherited from class me.gamercoder215.mobchip.ai.goal.PathfinderRandomStroll
getFlags, getInterval, getSpeedModifier, setInterval, setSpeedModifier
Methods inherited from class me.gamercoder215.mobchip.ai.goal.Pathfinder
getEntity
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface me.gamercoder215.mobchip.ai.goal.PathfinderInfo
getName
-
Constructor Details
-
PathfinderRandomStrollToVillage
Constructs a PathfinderRandomStrollToVillage with no speed modifier.- Parameters:
c
- Creature to use- See Also:
-
PathfinderRandomStrollToVillage
Constructs a PathfinderRandomStrollToVillage.- Parameters:
c
- Creature to usespeedMod
- Speed Modifier while strollingPathfinderRandomStroll(Creature, double)
-
-
Method Details
-
getInternalName
Description copied from interface:PathfinderInfo
Returns the NMS Internal Name.- Specified by:
getInternalName
in interfacePathfinderInfo
- Overrides:
getInternalName
in classPathfinderRandomStroll
- Returns:
- Internal Name
-