Interface IMemoryCard


public interface IMemoryCard
Memory Card API AE's Memory Card Item Class implements this interface.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    notifyUser(net.minecraft.world.entity.player.Player player, MemoryCardMessages msg)
    notify the user of a outcome related to the memory card.
  • Method Details

    • notifyUser

      void notifyUser(net.minecraft.world.entity.player.Player player, MemoryCardMessages msg)
      notify the user of a outcome related to the memory card.
      Parameters:
      player - that used the card.
      msg - which message to send.