Class ParrotStore


public class ParrotStore extends AgeableStore<T>
  • Constructor Details

    • ParrotStore

      public ParrotStore()
  • Method Details

    • load

      public void load(GlowParrot entity, CompoundTag compound)
      Description copied from class: EntityStore
      Load data into an existing entity of the appropriate type from the given compound tag.
      Parameters:
      entity - The target entity.
      compound - The entity's tag.
    • save

      public void save(GlowParrot entity, CompoundTag tag)
      Description copied from class: EntityStore
      Save information about this entity to the given tag.
      Parameters:
      entity - The entity to save.
      tag - The target tag.