Deprecated API

Contents

  • Deprecated Packages
    Package
    Description
    The conversation API has been deprecated for removal. This system does not support component based messages and has been slowly losing functionality over the years as Minecraft has changed that this API can not adapt to. It is recommended you instead manually listen to the AsyncChatEvent or alternatively using Dialog to get user input.
    This system is extremely misleading and does not cleanup values for metadatable entities that have been removed. It is recommended that when wanting persistent metadata, you use PersistentDataContainer. If you want temporary values on an entity, just use the entity lifecycle events. (See EntityAddToWorldEvent0
  • Deprecated Annotation Interfaces
    Annotation Interface
    Description
    This should generally not be used in any new API code as it suggests a bad API design.