Interface BoneTag

All Known Implementing Classes:
BoneTags, CustomBoneTag

public interface BoneTag
A tag of bone
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable BoneItemMapper
    Gets an item mapper
    @NotNull String
    Gets tag name
    @NotNull String[]
    Gets a tag list like 'h', 'hi', 'b'
  • 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 String[] tags()
      Gets a tag list like 'h', 'hi', 'b'
      Returns:
      tags