All Implemented Interfaces:
org.geysermc.geyser.api.entity.type.GeyserEntity, Leashable, Tickable, ClientVehicle

public class CamelHuskEntity extends CamelEntity
  • Constructor Details

    • CamelHuskEntity

      public CamelHuskEntity(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

    • getFoodTag

      protected @Nullable Tag<Item> getFoodTag()
      Overrides:
      getFoodTag in class CamelEntity
      Returns:
      the tag associated with this animal for eating food. Null for nothing or different behavior.