HyCodeYourTale
classpublicPriority 1

EntityStore

com.hypixel.hytale.server.core.universe.world.storage.EntityStore

implements WorldProvider

8

Methods

8

Public Methods

2

Fields

1

Constructors

Constants

CodecKey<Holder<EntityStore>>HOLDER_CODEC_KEY= new CodecKey<>("EntityHolder")
HytaleLoggerLOGGER= HytaleLogger.forEnclosingClass()
MetricsRegistry<EntityStore>METRICS_REGISTRY= new MetricsRegistry<EntityStore>() .register("Store", EntityStore::getStore, Store.METRICS_...
ComponentRegistry<EntityStore>REGISTRY= new ComponentRegistry<>()
SystemGroup<EntityStore>SEND_PACKET_GROUP= REGISTRY.registerSystemGroup()

Constructors

public
EntityStore(World world)

Methods

Public Methods (8)

public
Query<EntityStore> getQuery()
@Nonnull@Override
public
Ref<EntityStore> getRefFromNetworkId(int networkId)
@Nullable
public
Ref<EntityStore> getRefFromUUID(UUID uuid)
@Nullable
public
Store<EntityStore> getStore()
public
World getWorld()
@Nonnull@Override
public
void shutdown()
public
void start(IResourceStorage resourceStorage)
public
int takeNextNetworkId()

Fields

Private/Package Fields (2)

privateStore<EntityStore> store
privateWorld world

Related Classes