Class ShockStatus
java.lang.Object
games.stendhal.server.entity.status.Status
games.stendhal.server.entity.status.ShockStatus
- All Implemented Interfaces:
Cloneable
A status effect that causes the entity to stop moving after a set amount of
steps
- Author:
- Jordan
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionreturns the status typeint
gets the steps delay
-
Constructor Details
-
ShockStatus
public ShockStatus()Create the status
-
-
Method Details
-
getStatusType
returns the status type- Specified by:
getStatusType
in classStatus
- Returns:
- StatusType
-
getStepsDelay
public int getStepsDelay()gets the steps delay- Returns:
- steps delay
-