BoneTagRegistry

Bone tag registry

Functions

Link copied to clipboard
open fun addTag(@NotNull tag: @NotNull BoneTag)
Adds some tag to this registry
Link copied to clipboard
@NotNull
open fun byTagName(@NotNull tag: @NotNull String): @NotNull Optional<BoneTag>
Gets a bone tag by its name wrapped in an Optional.
Link copied to clipboard
@Nullable
open fun byTagNameOrNull(@NotNull tag: @NotNull String): @Nullable BoneTag
Gets a bone tag by its name.
Link copied to clipboard
@NotNull
open fun parse(@NotNull rawName: @NotNull String): @NotNull BoneName
Parses bone name by raw group name