Interface BoneTag

All Known Implementing Classes:
BoneTags

public interface BoneTag
A tag of bone
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final BoneTagRegistry
    The default registry for bone tags.
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable BoneItemMapper
    Gets an item mapper
    @NotNull String
    Gets tag name
    @NotNull @Unmodifiable List<String>
    Gets a tag list like 'h', 'hi', 'b'
  • Field Details

    • REGISTRY

      static final BoneTagRegistry REGISTRY
      The default registry for bone tags.
      Since:
      2.0.1
  • Method Details

    • name

      @NotNull @NotNull String name()
      Gets tag name
      Returns:
      tag name
    • itemMapper

      @Nullable @Nullable BoneItemMapper itemMapper()
      Gets an item mapper
      Returns:
      item mapper
    • tags

      @NotNull @NotNull @Unmodifiable List<String> tags()
      Gets a tag list like 'h', 'hi', 'b'
      Returns:
      tags
      Since:
      2.0.1