Class Interactions
java.lang.Object
com.hypixel.hytale.server.core.modules.interaction.Interactions
- All Implemented Interfaces:
Component<EntityStore>,Cloneable
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BuilderCodec<Interactions> private Stringprivate Map<InteractionType, String> private booleanFields inherited from interface com.hypixel.hytale.component.Component
EMPTY_ARRAY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanstatic ComponentType<EntityStore, Interactions> voidsetInteractionHint(String interactionHint) voidsetInteractionId(InteractionType type, String interactionId) 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
-
Field Details
-
CODEC
-
interactions
-
interactionHint
-
isNetworkOutdated
private boolean isNetworkOutdated
-
-
Constructor Details
-
Interactions
public Interactions() -
Interactions
-
-
Method Details
-
getComponentType
-
getInteractionId
-
setInteractionId
-
getInteractions
-
getInteractionHint
-
setInteractionHint
-
clone
- Specified by:
clonein interfaceComponent<EntityStore>- Overrides:
clonein classObject
-
consumeNetworkOutdated
public boolean consumeNetworkOutdated()
-