Class WitherStore


public class WitherStore extends MonsterStore<GlowWither>
  • Constructor Details

    • WitherStore

      public WitherStore()
  • Method Details

    • load

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

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