HyCodeYourTale
classpublicPriority 1

EntityUtils

com.hypixel.hytale.server.core.entity.EntityUtils

7

Methods

7

Public Methods

0

Fields

1

Constructors

Constructors

public
EntityUtils()

Methods

Public Methods (7)

publicstatic
Entity getEntity(Ref<EntityStore> ref, ComponentAccessor<EntityStore> componentAccessor)
@Deprecated@Nullable
publicstatic
Entity getEntity(int index, ArchetypeChunk<EntityStore> archetypeChunk)
@Nullable@Deprecated
publicstatic
Entity getEntity(Holder<EntityStore> holder)
@Nullable@Deprecated
publicstatic
PhysicsValues getPhysicsValues(Ref<EntityStore> ref, ComponentAccessor<EntityStore> componentAccessor)
@Nonnull@Deprecated
publicstatic
boolean hasEntity(Archetype<EntityStore> archetype)
@Deprecated
publicstatic
boolean hasLivingEntity(Archetype<EntityStore> archetype)
@Deprecated
publicstatic
Holder<EntityStore> toHolder(int index, ArchetypeChunk<EntityStore> archetypeChunk)
@Nonnull

Related Classes