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 StringkeyToModelName(net.kyori.adventure.key.Key key) Converts aKeyto a standardized model name string in the format:bestium.<namespace>.<value>.
-
Method Details
-
keyToModelName
Converts aKeyto a standardized model name string in the format:bestium.<namespace>.<value>.- Parameters:
key- the key to convert- Returns:
- the corresponding model name string
-