Interface IMetaContainer<C,V extends org.bukkit.persistence.PersistentDataHolder>

All Known Implementing Classes:
Item, Taggable

public interface IMetaContainer<C,V extends org.bukkit.persistence.PersistentDataHolder>
  • Method Summary

    Modifier and Type
    Method
    Description
     
    meta(@NotNull Consumer<@NotNull V> meta)
     
    meta(V meta)
     
  • Method Details

    • meta

      @Nullable V meta()
    • meta

      @NotNull C meta(@NotNull V meta)
    • meta

      @NotNull C meta(@NotNull @NotNull Consumer<@NotNull V> meta)