Class AbstractFishEntity

All Implemented Interfaces:
org.geysermc.geyser.api.entity.type.GeyserEntity
Direct Known Subclasses:
PufferFishEntity, TadpoleEntity, TropicalFishEntity

public class AbstractFishEntity extends WaterEntity
  • Constructor Details

    • AbstractFishEntity

      public AbstractFishEntity(GeyserSession session, int entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, org.cloudburstmc.math.vector.Vector3f position, org.cloudburstmc.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)
  • Method Details