HyCodeYourTale
classpublicPriority 1

DeployableProjectileComponent

com.hypixel.hytale.builtin.deployables.component.DeployableProjectileComponent

implements Component

4

Methods

4

Public Methods

1

Fields

2

Constructors

Constructors

public
DeployableProjectileComponent()
public
DeployableProjectileComponent(Vector3d previousTickPosition)

Methods

Public Methods (4)

public
Component<EntityStore> clone()
@Override
publicstatic
ComponentType<EntityStore, DeployableProjectileComponent> getComponentType()
public
Vector3d getPreviousTickPosition()
@Nonnull
public
void setPreviousTickPosition(Vector3d pos)

Fields

Protected Fields (1)

protectedVector3d previousTickPosition

Related Classes