Class FireballEntity

All Implemented Interfaces:
org.geysermc.geyser.api.entity.type.GeyserEntity, Tickable
Direct Known Subclasses:
WitherSkullEntity

public class FireballEntity extends ProjectileEntity
  • Field Details

    • futureTicks

      protected int futureTicks
      The number of ticks to advance movement before sending to Bedrock
  • Constructor Details

  • Method Details

    • moveAbsoluteImmediate

      protected void moveAbsoluteImmediate(org.cloudburstmc.math.vector.Vector3f position, float yaw, float pitch, float headYaw, boolean isOnGround, boolean teleported)
      Overrides:
      moveAbsoluteImmediate in class ProjectileEntity
    • tick

      public void tick()
      Description copied from class: ProjectileEntity
      Updates the position for the Bedrock client. Java clients assume the next positions of moving items. Bedrock needs to be explicitly told positions
      Specified by:
      tick in interface Tickable
      Overrides:
      tick in class ProjectileEntity