Class PackAction
java.lang.Object
de.themoep.resourcepacksplugin.core.PackAction
public class PackAction
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PackAction.Title
-
Constructor Summary
Constructors Constructor Description PackAction(ActionType type, java.lang.String msg)
-
Method Summary
Modifier and Type Method Description java.lang.String
getMessage()
Get the sendMessage of this actionActionType
getType()
Get the type of this actionint
hashCode()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
PackAction
-
-
Method Details
-
getType
Get the type of this action- Returns:
- The type
-
getMessage
public java.lang.String getMessage()Get the sendMessage of this action- Returns:
- The sendMessage as a string
-
hashCode
public int hashCode()- Overrides:
hashCode
in classjava.lang.Object
-