Class ZombieVillagerStore


public class ZombieVillagerStore extends MonsterStore<GlowZombie>
  • Field Details

  • Constructor Details

    • ZombieVillagerStore

      public ZombieVillagerStore()
  • Method Details

    • load

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

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