Package kr.toxicity.model.api.bone
Interface BoneTag
- All Known Implementing Classes:
BoneTags,CustomBoneTag
public interface BoneTag
A tag of bone
-
Method Summary
Modifier and TypeMethodDescription@Nullable BoneItemMapperGets an item mapper@NotNull Stringname()Gets tag name@NotNull String[]tags()Gets a tag list like 'h', 'hi', 'b'
-
Method Details
-
name
Gets tag name- Returns:
- tag name
-
itemMapper
Gets an item mapper- Returns:
- item mapper
-
tags
Gets a tag list like 'h', 'hi', 'b'- Returns:
- tags
-