Class EntityTrackerSystems.EntityViewer
java.lang.Object
com.hypixel.hytale.server.core.modules.entity.tracker.EntityTrackerSystems.EntityViewer
- All Implemented Interfaces:
Component<EntityStore>,Cloneable
- Enclosing class:
EntityTrackerSystems
public static class EntityTrackerSystems.EntityViewer
extends Object
implements Component<EntityStore>
-
Field Summary
FieldsModifier and TypeFieldDescriptionintintit.unimi.dsi.fastutil.objects.Object2IntMap<Ref<EntityStore>> intFields inherited from interface com.hypixel.hytale.component.Component
EMPTY_ARRAY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()voidqueueRemove(Ref<EntityStore> ref, ComponentUpdateType type) voidqueueUpdate(Ref<EntityStore> ref, ComponentUpdate update) 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
-
viewRadiusBlocks
public int viewRadiusBlocks -
packetReceiver
-
visible
-
updates
-
sent
-
lodExcludedCount
public int lodExcludedCount
-
-
Constructor Details
-
EntityViewer
-
EntityViewer
-
-
Method Details
-
getComponentType
-
clone
- Specified by:
clonein interfaceComponent<EntityStore>- Overrides:
clonein classObject
-
queueRemove
-
queueUpdate
-