Class EnderDragonPartEntity

java.lang.Object
org.geysermc.geyser.entity.type.Entity
org.geysermc.geyser.entity.type.living.monster.EnderDragonPartEntity
All Implemented Interfaces:
org.geysermc.geyser.api.entity.type.GeyserEntity

public class EnderDragonPartEntity extends Entity
  • Constructor Details

    • EnderDragonPartEntity

      public EnderDragonPartEntity(GeyserSession session, int entityId, long geyserId, float width, float height)
  • Method Details

    • moveAbsoluteRaw

      public void moveAbsoluteRaw(org.cloudburstmc.math.vector.Vector3f position, float yaw, float pitch, float headYaw, boolean isOnGround, boolean teleported)
      Overrides:
      moveAbsoluteRaw in class Entity
    • dragonPartSpawnContext

      public static EntitySpawnContext dragonPartSpawnContext(GeyserSession session, int entityId, float width, float height, long geyserId)