@NotNull
public static@NotNull ItemStackgetSkull(@NotNull
@NotNull String id)
Gets a skull from the specified id. The id is the value from the textures.minecraft.net website after the last
'/' character.
Parameters:
id - the skull id
Returns:
the skull item
Since:
0.5.0
setSkull
public staticvoidsetSkull(@NotNull
@NotNull ItemMeta meta,
@NotNull
@NotNull String id)
Sets the skull of an existing ItemMeta from the specified id.
The id is the value from the textures.minecraft.net website after the last '/' character.