Package fr.maxlego08.menu.api.utils


package fr.maxlego08.menu.api.utils
  • Class
    Description
    This interface provides typed access to a map of key-value pairs, allowing retrieval of values of different types with or without default values if the key is not present in the map.
    Sends messages to a CommandSender.
    Updates the display name and lore of a ItemMeta
    Sends a message and opens a link.
    Represents the item that can be interacted with to open a menu.
     
    This class provides typed access to a Map<String, Object>, allowing retrieval of values of different types with or without default values if the key is not present in the map.