Class DeployableProjectileComponent

java.lang.Object
com.hypixel.hytale.builtin.deployables.component.DeployableProjectileComponent
All Implemented Interfaces:
Component<EntityStore>, Cloneable

public class DeployableProjectileComponent extends Object implements Component<EntityStore>
  • Field Details

    • previousTickPosition

      @Nonnull protected Vector3d previousTickPosition
  • Constructor Details

    • DeployableProjectileComponent

      public DeployableProjectileComponent()
    • DeployableProjectileComponent

      public DeployableProjectileComponent(@Nonnull Vector3d previousTickPosition)
  • Method Details