Class ArmadilloEntity

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

public class ArmadilloEntity extends AnimalEntity
  • Field Details

  • Constructor Details

    • ArmadilloEntity

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

    • setArmadilloState

      public void setArmadilloState(org.geysermc.mcprotocollib.protocol.data.game.entity.metadata.type.ObjectEntityMetadata<org.geysermc.mcprotocollib.protocol.data.game.entity.metadata.ArmadilloState> entityMetadata)
    • onPeeking

      public void onPeeking()
    • getFoodTag

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