mirror of
https://github.com/HibiscusMC/HMCCosmetics.git
synced 2025-12-19 15:09:19 +00:00
docs(HMCCosmeticsAPI): lowercase "ID"
This commit is contained in:
@@ -139,7 +139,7 @@ public final class HMCCosmeticsAPI {
|
|||||||
* </p>
|
* </p>
|
||||||
*
|
*
|
||||||
* @param id the id for the cosmetic slot
|
* @param id the id for the cosmetic slot
|
||||||
* @return the {@link CosmeticSlot} associated with the given ID
|
* @return the {@link CosmeticSlot} associated with the given id
|
||||||
*/
|
*/
|
||||||
public static @NotNull CosmeticSlot registerCosmeticSlot(@NotNull String id) {
|
public static @NotNull CosmeticSlot registerCosmeticSlot(@NotNull String id) {
|
||||||
return CosmeticSlot.register(id);
|
return CosmeticSlot.register(id);
|
||||||
|
|||||||
Reference in New Issue
Block a user