Class UnknownComponents<ECS_TYPE>
java.lang.Object
com.hypixel.hytale.component.data.unknown.UnknownComponents<ECS_TYPE>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BuilderCodec<UnknownComponents> static final Stringstatic final com.hypixel.hytale.logger.HytaleLoggerFields inherited from interface com.hypixel.hytale.component.Component
EMPTY_ARRAY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidaddComponent(String componentId, TempUnknownComponent<ECS_TYPE> component) clone()booleanremoveComponent(String componentId, Codec<T> codec) 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
-
LOGGER
public static final com.hypixel.hytale.logger.HytaleLogger LOGGER -
ID
- See Also:
-
CODEC
-
unknownComponents
-
-
Constructor Details
-
UnknownComponents
public UnknownComponents() -
UnknownComponents
-
-
Method Details