Package cz.jeme.bestium.api.util
Class ModelUtils
java.lang.Object
cz.jeme.bestium.api.util.ModelUtils
Utility class for handling model-related operations.
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
keyToModelName
(net.kyori.adventure.key.Key key) Converts aKey
to a standardized model name string in the format:bestium.<namespace>.<value>
.
-
Method Details
-
keyToModelName
Converts aKey
to a standardized model name string in the format:bestium.<namespace>.<value>
.- Parameters:
key
- the key to convert- Returns:
- the corresponding model name string
-