Class CreativeHubEntityConfig
java.lang.Object
com.hypixel.hytale.builtin.creativehub.config.CreativeHubEntityConfig
- All Implemented Interfaces:
Component<EntityStore>,Cloneable
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BuilderCodec<CreativeHubEntityConfig> static final Stringprivate UUIDFields inherited from interface com.hypixel.hytale.component.Component
EMPTY_ARRAY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()static CreativeHubEntityConfigensureAndGet(Holder<EntityStore> holder) static CreativeHubEntityConfigget(Holder<EntityStore> holder) voidsetParentHubWorldUuid(UUID parentHubWorldUuid) 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
-
ID
- See Also:
-
CODEC
-
parentHubWorldUuid
-
-
Constructor Details
-
CreativeHubEntityConfig
public CreativeHubEntityConfig()
-
-
Method Details
-
getComponentType
-
ensureAndGet
-
get
-
getParentHubWorldUuid
-
setParentHubWorldUuid
-
clone
- Specified by:
clonein interfaceComponent<EntityStore>- Overrides:
clonein classObject
-