HyCodeYourTale
classpublicPriority 3

LegacyEntityTrackerSystems

com.hypixel.hytale.server.core.modules.entity.tracker.LegacyEntityTrackerSystems

6

Methods

6

Public Methods

0

Fields

1

Constructors

Constants

doubleENTITY_LOD_RATIO_DEFAULT= 3.5E-5

Constructors

public
LegacyEntityTrackerSystems()

Methods

Public Methods (6)

publicstatic
boolean clear(Player player, Holder<EntityStore> holder)
@Deprecated
public
Set<Dependency<EntityStore>> getDependencies()
@Nonnull@Override
public
SystemGroup<EntityStore> getGroup()
@Nullable@Override
public
Query<EntityStore> getQuery()
@Nonnull@Override
public
boolean isParallel(int archetypeChunkSize, int taskCount)
@Override
publicstatic
void sendPlayerSelf(Ref<EntityStore> viewerRef, Store<EntityStore> store)
@Deprecated

Related Classes