mirror of
https://github.com/HibiscusMC/HMCCosmetics.git
synced 2025-12-19 15:09:19 +00:00
refactor(HMCCosmeticsAPI): private constructor on HMCCosmeticsAPI
This commit is contained in:
@@ -20,7 +20,10 @@ import java.util.UUID;
|
|||||||
/**
|
/**
|
||||||
* The main API class for HMCCosmetics. This class provides methods to interact with the plugin.
|
* The main API class for HMCCosmetics. This class provides methods to interact with the plugin.
|
||||||
*/
|
*/
|
||||||
public class HMCCosmeticsAPI {
|
public final class HMCCosmeticsAPI {
|
||||||
|
private HMCCosmeticsAPI() {
|
||||||
|
throw new UnsupportedOperationException("This class cannot be instantiated.");
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Retrieves a {@link Cosmetic} associated with the specified id.
|
* Retrieves a {@link Cosmetic} associated with the specified id.
|
||||||
|
|||||||
Reference in New Issue
Block a user