Uses of Enum
de.themoep.resourcepacksplugin.core.ClientType
Packages that use ClientType
-
Uses of ClientType in de.themoep.resourcepacksplugin.core
Methods in de.themoep.resourcepacksplugin.core that return ClientTypeModifier and TypeMethodDescriptiondefault ClientTypeResourcepacksPlugin.getPlayerClientType(UUID playerId) Get the client type of a playerResourcePack.getType()Get the client type that the resource pack is forstatic ClientTypeReturns the enum constant of this type with the specified name.static ClientType[]ClientType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.themoep.resourcepacksplugin.core with parameters of type ClientTypeModifier and TypeMethodDescriptionbooleanResourcePack.setType(ClientType type) Set the client type that the resource pack is forConstructors in de.themoep.resourcepacksplugin.core with parameters of type ClientTypeModifierConstructorDescriptionResourcePack(ResourcePack parent, String name, UUID uuid, String url, String hash, String localPath, int format, int version, boolean restricted, String permission, ClientType type) Object representation of a resourcepack set in the plugin's config file.ResourcePack(String name, String url, String hash, int format, int version, boolean restricted, String permission, ClientType type) Object representation of a resourcepack set in the plugin's config file.ResourcePack(String name, String url, String hash, String localPath, int format, int version, boolean restricted, String permission, ClientType type) Object representation of a resourcepack set in the plugin's config file.ResourcePack(String name, UUID uuid, String url, String hash, String localPath, int format, int version, boolean restricted, String permission, ClientType type) Object representation of a resourcepack set in the plugin's config file.