HyCodeYourTale
classpublicPriority 3

EntityFilterStandingOnBlock

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

extends EntityFilterBase

2

Methods

2

Public Methods

1

Fields

1

Constructors

Constants

intCOST= 300
ComponentType<EntityStore, NPCEntity>NPC_COMPONENT_TYPE= NPCEntity.getComponentType()
ComponentType<EntityStore, TransformComponent>TRANSFORM_COMPONENT_TYPE= TransformComponent.getComponentType()

Constructors

public
EntityFilterStandingOnBlock(BuilderEntityFilterStandingOnBlock builder, BuilderSupport support)

Methods

Public Methods (2)

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

Fields

Protected Fields (1)

protectedint blockSet

Related Classes