Class Nameplate
java.lang.Object
com.hypixel.hytale.server.core.entity.nameplate.Nameplate
- All Implemented Interfaces:
Component<EntityStore>,Cloneable
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BuilderCodec<Nameplate> private booleanprivate StringFields inherited from interface com.hypixel.hytale.component.Component
EMPTY_ARRAY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanstatic ComponentType<EntityStore, Nameplate> getText()voidMethods 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
-
text
-
isNetworkOutdated
private boolean isNetworkOutdated
-
-
Constructor Details
-
Nameplate
public Nameplate() -
Nameplate
-
-
Method Details
-
getComponentType
-
getText
-
setText
-
consumeNetworkOutdated
public boolean consumeNetworkOutdated() -
clone
- Specified by:
clonein interfaceComponent<EntityStore>- Overrides:
clonein classObject
-