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