HyCodeYourTale
classpublicPriority 1

DeployableProjectileShooterComponent

com.hypixel.hytale.builtin.deployables.component.DeployableProjectileShooterComponent

implements Component

6

Methods

6

Public Methods

1

Fields

1

Constructors

Constructors

public
DeployableProjectileShooterComponent()

Methods

Public Methods (6)

public
Component<EntityStore> clone()
@Override
public
Ref<EntityStore> getActiveTarget()
publicstatic
ComponentType<EntityStore, DeployableProjectileShooterComponent> getComponentType()
public
List<Ref<EntityStore>> getProjectiles()
public
List<Ref<EntityStore>> getProjectilesForRemoval()
public
void setActiveTarget(Ref<EntityStore> target)

Fields

Protected Fields (1)

protectedRef<EntityStore> activeTarget

Related Classes