Class MessageSupport
java.lang.Object
com.hypixel.hytale.server.npc.components.messaging.MessageSupport
- All Implemented Interfaces:
Component<EntityStore>,Cloneable
- Direct Known Subclasses:
BeaconSupport,EventSupport
-
Field Summary
Fields inherited from interface com.hypixel.hytale.component.Component
EMPTY_ARRAY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Component<EntityStore> clone()abstract NPCMessage[]booleanisMessageEnabled(int messageIndex) booleanisMessageQueued(int messageIndex) Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.hypixel.hytale.component.Component
cloneSerializable
-
Constructor Details
-
MessageSupport
public MessageSupport()
-
-
Method Details
-
getMessageSlots
-
isMessageQueued
public boolean isMessageQueued(int messageIndex) -
isMessageEnabled
public boolean isMessageEnabled(int messageIndex) -
clone
- Specified by:
clonein interfaceComponent<EntityStore>- Overrides:
clonein classObject
-