Class EntityTrackerSystems
java.lang.Object
com.hypixel.hytale.server.core.modules.entity.tracker.EntityTrackerSystems
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SystemGroup<EntityStore> static final SystemGroup<EntityStore> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanclear(Ref<EntityStore> viewerRef, Store<EntityStore> store) static booleandespawnAll(Ref<EntityStore> viewerRef, Store<EntityStore> store)
-
Field Details
-
FIND_VISIBLE_ENTITIES_GROUP
-
QUEUE_UPDATE_GROUP
-
-
Constructor Details
-
EntityTrackerSystems
public EntityTrackerSystems()
-
-
Method Details
-
despawnAll
public static boolean despawnAll(@Nonnull Ref<EntityStore> viewerRef, @Nonnull Store<EntityStore> store) -
clear
-