Class CreatureEntity

All Implemented Interfaces:
org.geysermc.geyser.api.entity.type.GeyserEntity, Leashable, Tickable
Direct Known Subclasses:
AgeableEntity, GolemEntity, MonsterEntity, WaterEntity

public class CreatureEntity extends MobEntity
  • Constructor Details

    • CreatureEntity

      public CreatureEntity(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)