ChamoItemSkins
Toggle table of contents
1.0.0
java
Target filter
java
Switch theme
Search in API
Skip to content
ChamoItemSkins
api
/
net.chamosmp.chamoitemskins.api.service
/
SkinService
/
getSkin
get
Skin
@
NotNull
(
)
public
abstract
@
NotNull
(
)
Optional
<
Skin
>
getSkin
(
@
NotNull
(
)
@
NotNull
(
)
String
id
)
Gets a skin by its ID.
Return
An optional containing the skin if found.
Parameters
id
The skin ID.