HyCodeYourTale
classpublicPriority 2

CameraEffectSystem

com.hypixel.hytale.builtin.adventure.camera.system.CameraEffectSystem

extends DamageEventSystem

2

Methods

2

Public Methods

0

Fields

1

Constructors

Constants

ComponentType<EntityStore, EntityStatMap>ENTITY_STAT_MAP_COMPONENT_TYPE= EntityStatMap.getComponentType()
ComponentType<EntityStore, PlayerRef>PLAYER_REF_COMPONENT_TYPE= PlayerRef.getComponentType()
Query<EntityStore>QUERY= Query.and(PLAYER_REF_COMPONENT_TYPE, ENTITY_STAT_MAP_COMPONENT_TYPE)

Constructors

public
CameraEffectSystem()

Methods

Public Methods (2)

public
SystemGroup<EntityStore> getGroup()
@Nullable@Override
public
Query<EntityStore> getQuery()
@Nonnull@Override

Related Classes