Class BoundEntityComponent
java.lang.Object
com.mrbysco.itemframes.component.BoundEntityComponent
- All Implemented Interfaces:
Component<ChunkStore>, Cloneable
-
Field Summary
FieldsFields inherited from interface Component
EMPTY_ARRAY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()static ComponentType<ChunkStore, BoundEntityComponent> voidsetAttachedEntity(UUID attachedEntity) Methods inherited from class Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Component
cloneSerializable
-
Field Details
-
CODEC
-
-
Constructor Details
-
BoundEntityComponent
-
-
Method Details
-
getComponentType
-
setAttachedEntity
-
getAttachedEntity
-
clone
- Specified by:
clonein interfaceComponent<ChunkStore>- Overrides:
clonein classObject
-