Package kr.toxicity.model.api.bone
Interface BoneTag
- All Known Implementing Classes:
BoneTags
public interface BoneTag
A tag of bone
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BoneTagRegistryThe default registry for bone tags. -
Method Summary
Modifier and TypeMethodDescription@Nullable BoneItemMapperGets an item mapper@NotNull Stringname()Gets tag nametags()Gets a tag list like 'h', 'hi', 'b'
-
Field Details
-
REGISTRY
The default registry for bone tags.- Since:
- 2.0.1
-
-
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
- Since:
- 2.0.1
-