Class EntityTrackerSystems.Visible
java.lang.Object
com.hypixel.hytale.server.core.modules.entity.tracker.EntityTrackerSystems.Visible
- All Implemented Interfaces:
Component<EntityStore>,Cloneable
- Enclosing class:
EntityTrackerSystems
-
Field Summary
FieldsFields inherited from interface com.hypixel.hytale.component.Component
EMPTY_ARRAY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddViewerParallel(Ref<EntityStore> ref, EntityTrackerSystems.EntityViewer entityViewer) clone()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
-
lock
-
previousVisibleTo
-
visibleTo
-
newlyVisibleTo
-
-
Constructor Details
-
Visible
public Visible()
-
-
Method Details
-
getComponentType
-
clone
- Specified by:
clonein interfaceComponent<EntityStore>- Overrides:
clonein classObject
-
addViewerParallel
-