HyCodeYourTale
classpublicPriority 3

EntityFilterStat

com.hypixel.hytale.server.npc.corecomponents.entity.filters.EntityFilterStat

extends EntityFilterBase

4

Methods

4

Public Methods

6

Fields

1

Constructors

Constants

intCOST= 200
ComponentType<EntityStore, EntityStatMap>ENTITY_STAT_MAP_COMPONENT_TYPE= EntityStatMap.getComponentType()

Constructors

public
EntityFilterStat(BuilderEntityFilterStat builder, BuilderSupport support)

Methods

Public Methods (4)

public
int cost()
@Override
public
String get()
public
float get(EntityStatValue entityStatValue)
public
boolean matchesEntity(Ref<EntityStore> ref, Ref<EntityStore> targetRef, Role role, Store<EntityStore> store)
@Override

Fields

Protected Fields (6)

protecteddouble maxValue
protecteddouble minValue
protectedint relativeTo
protectedEntityFilterStat.EntityStatTarget relativeToTarget
protectedint stat
protectedEntityFilterStat.EntityStatTarget statTarget

Related Classes