Class VexStore


public class VexStore extends MonsterStore<GlowVex>
  • Constructor Details

    • VexStore

      public VexStore()
  • Method Details

    • load

      public void load(GlowVex 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<GlowVex>
      Parameters:
      entity - The target entity.
      tag - The entity's tag.
    • save

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