Class NetworkId
java.lang.Object
com.hypixel.hytale.server.core.modules.entity.tracker.NetworkId
- All Implemented Interfaces:
Component<EntityStore>,Cloneable
-
Field Summary
FieldsFields inherited from interface com.hypixel.hytale.component.Component
EMPTY_ARRAY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()static ComponentType<EntityStore, NetworkId> intgetId()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
private final int id
-
-
Constructor Details
-
NetworkId
public NetworkId(int id)
-
-
Method Details
-
getComponentType
-
getId
public int getId() -
clone
- Specified by:
clonein interfaceComponent<EntityStore>- Overrides:
clonein classObject
-