Class PersistentModel
java.lang.Object
com.hypixel.hytale.server.core.modules.entity.component.PersistentModel
- All Implemented Interfaces:
Component<EntityStore>,Cloneable
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BuilderCodec<PersistentModel> private Model.ModelReferenceFields inherited from interface com.hypixel.hytale.component.Component
EMPTY_ARRAY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()static ComponentType<EntityStore, PersistentModel> voidsetModelReference(Model.ModelReference modelReference) 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
-
modelReference
-
-
Constructor Details
-
PersistentModel
private PersistentModel() -
PersistentModel
-
-
Method Details
-
getComponentType
-
getModelReference
-
setModelReference
-
clone
- Specified by:
clonein interfaceComponent<EntityStore>- Overrides:
clonein classObject
-