final class UUIDComponent implements Component
Component for tracking uuid state. Attach this component to entities that need to track uuid data.
java.lang.Object > UUIDComponent
Field Summary
uuid
private
UUID
uuid
Field uuid.
Method Detail
getComponentType
public
UUIDComponent>
getComponentType
()
Method getComponentType.
UUIDComponent
public
public
UUIDComponent
(@Nonnull final UUID uuid)
Method UUIDComponent.
- Parameters:
@Nonnull final UUIDuuid
getUuid
public
UUID
getUuid
()
Method getUuid.