Index

A C D E F G H I L M N O R S T U V W Y 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

ALLOWED_EXTENSIONS - Static variable in class net.william278.schematicupload.SchematicUpload
 
ASYNC_WORLD_EDIT - Enum constant in enum class net.william278.schematicupload.config.ConfigProvider.WorldEditType
 

C

canUpload(UUID) - Method in class net.william278.schematicupload.upload.UploadManager
 
CODE_LENGTH - Static variable in class net.william278.schematicupload.upload.UploadCode
 
CODE_TIMEOUT - Static variable in class net.william278.schematicupload.upload.UploadCode
 
CommandProvider - Interface in net.william278.schematicupload.command
 
ConfigProvider - Interface in net.william278.schematicupload.config
 
ConfigProvider.WorldEditType - Enum Class in net.william278.schematicupload.config
 
consumeCode(String) - Method in class net.william278.schematicupload.upload.UploadManager
 
consumed() - Method in record class net.william278.schematicupload.upload.UploadManager.ConsumptionResult
Returns the value of the consumed record component.
ConsumptionResult(boolean, Optional<UUID>, String) - Constructor for record class net.william278.schematicupload.upload.UploadManager.ConsumptionResult
Creates an instance of a ConsumptionResult record class.
copyWebFiles(String, Path) - Method in class net.william278.schematicupload.web.WebServer
 
createAndStart(SchematicUpload) - Static method in class net.william278.schematicupload.web.WebServer
 

D

DEFAULT_LOCALE - Static variable in class net.william278.schematicupload.config.Locales
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class net.william278.schematicupload.web.FileUploadServlet
 
DOWNLOAD_DIRECTORY - Static variable in class net.william278.schematicupload.command.DownloadCommand
 
DownloadCommand - Class in net.william278.schematicupload.command
 
DownloadCommand() - Constructor for class net.william278.schematicupload.command.DownloadCommand
 

E

end() - Method in class net.william278.schematicupload.web.WebServer
 
endAudiences() - Method in interface net.william278.schematicupload.config.ConfigProvider
 
endWebServer() - Method in interface net.william278.schematicupload.web.WebServerProvider
 
equals(Object) - Method in record class net.william278.schematicupload.upload.UploadManager.ConsumptionResult
Indicates whether some other object is "equal to" this one.
errorMessage() - Method in record class net.william278.schematicupload.upload.UploadManager.ConsumptionResult
Returns the value of the errorMessage record component.
escapeText(String) - Static method in class net.william278.schematicupload.config.Locales
Escape a string from MineDown formatting for use in a MineDown-formatted locale

F

FAST_ASYNC_WORLD_EDIT - Enum constant in enum class net.william278.schematicupload.config.ConfigProvider.WorldEditType
 
FileUploadServlet - Class in net.william278.schematicupload.web
 
FileUploadServlet() - Constructor for class net.william278.schematicupload.web.FileUploadServlet
 
format(String) - Method in class net.william278.schematicupload.config.Locales
Returns a MineDown-formatted string

G

generate() - Static method in class net.william278.schematicupload.upload.UploadCode
 
generateCode(UUID) - Method in class net.william278.schematicupload.upload.UploadManager
 
getAudience(Player) - Method in interface net.william278.schematicupload.config.ConfigProvider
 
getAudiences() - Method in interface net.william278.schematicupload.config.ConfigProvider
 
getConfigDirectory() - Method in interface net.william278.schematicupload.config.ConfigProvider
 
getConfigDirectory() - Method in class net.william278.schematicupload.SchematicUpload
 
getDescription() - Method in interface net.william278.schematicupload.util.MetaProvider
 
getLocale(String) - Method in class net.william278.schematicupload.config.Locales
Returns a MineDown-formatted locale from the locales file
getLocale(String, String...) - Method in class net.william278.schematicupload.config.Locales
Returns a MineDown-formatted locale from the locales file, with replacements applied
getLocales() - Method in interface net.william278.schematicupload.config.ConfigProvider
 
getPlugin() - Method in interface net.william278.schematicupload.command.CommandProvider
 
getPlugin() - Method in interface net.william278.schematicupload.config.ConfigProvider
 
getPlugin() - Method in class net.william278.schematicupload.SchematicUpload
 
getPlugin() - Method in interface net.william278.schematicupload.upload.UploadProvider
 
getPlugin() - Method in interface net.william278.schematicupload.util.MetricsProvider
 
getPlugin() - Method in interface net.william278.schematicupload.web.WebServerProvider
 
getPluginDescription() - Method in interface net.william278.schematicupload.util.MetaProvider
 
getPluginVersion() - Method in interface net.william278.schematicupload.util.MetaProvider
 
getRawLocale(String) - Method in class net.william278.schematicupload.config.Locales
Returns a raw, unformatted locale loaded from the locales file
getRawLocale(String, String...) - Method in class net.william278.schematicupload.config.Locales
Returns a raw, unformatted locale loaded from the locales file, with replacements applied
getResource(String) - Method in interface net.william278.schematicupload.config.ConfigProvider
 
getSchematicDirectory() - Method in interface net.william278.schematicupload.config.ConfigProvider
 
getSchematicPath(SchematicUpload) - Method in enum class net.william278.schematicupload.config.ConfigProvider.WorldEditType
 
getSettings() - Method in interface net.william278.schematicupload.config.ConfigProvider
 
getUploadManager() - Method in interface net.william278.schematicupload.upload.UploadProvider
 
getWebServer() - Method in interface net.william278.schematicupload.web.WebServerProvider
 
getWorldEditType() - Method in interface net.william278.schematicupload.config.ConfigProvider
 
GZipUtil - Class in net.william278.schematicupload.util
 
GZipUtil() - Constructor for class net.william278.schematicupload.util.GZipUtil
 

H

hashCode() - Method in record class net.william278.schematicupload.upload.UploadManager.ConsumptionResult
Returns a hash code value for this object.
hasTimedOut() - Method in class net.william278.schematicupload.upload.UploadCode
 

I

isGZipped(InputStream) - Static method in class net.william278.schematicupload.util.GZipUtil
 

L

LimitSettings() - Constructor for class net.william278.schematicupload.config.Settings.LimitSettings
 
loadAudiences() - Method in interface net.william278.schematicupload.config.ConfigProvider
 
loadCommand() - Method in interface net.william278.schematicupload.command.CommandProvider
 
loadLocales() - Method in interface net.william278.schematicupload.config.ConfigProvider
 
loadMetrics() - Method in interface net.william278.schematicupload.util.MetricsProvider
 
loadSettings() - Method in interface net.william278.schematicupload.config.ConfigProvider
 
loadUploadManager() - Method in interface net.william278.schematicupload.upload.UploadProvider
 
loadWebServer() - Method in interface net.william278.schematicupload.web.WebServerProvider
 
Locales - Class in net.william278.schematicupload.config
 
Locales() - Constructor for class net.william278.schematicupload.config.Locales
 
log(Level, String, Throwable...) - Method in class net.william278.schematicupload.SchematicUpload
 

M

markAsUploaded(UUID) - Method in class net.william278.schematicupload.upload.UploadManager
 
MetaProvider - Interface in net.william278.schematicupload.util
 
METRICS_ID - Static variable in interface net.william278.schematicupload.util.MetricsProvider
 
MetricsProvider - Interface in net.william278.schematicupload.util
 

N

net.william278.schematicupload - package net.william278.schematicupload
 
net.william278.schematicupload.command - package net.william278.schematicupload.command
 
net.william278.schematicupload.config - package net.william278.schematicupload.config
 
net.william278.schematicupload.upload - package net.william278.schematicupload.upload
 
net.william278.schematicupload.util - package net.william278.schematicupload.util
 
net.william278.schematicupload.web - package net.william278.schematicupload.web
 
NONE - Enum constant in enum class net.william278.schematicupload.config.ConfigProvider.WorldEditType
 

O

onCommand(CommandSender, Command, String, String[]) - Method in class net.william278.schematicupload.command.DownloadCommand
 
onCommand(CommandSender, Command, String, String[]) - Method in class net.william278.schematicupload.command.UploadCommand
 
onDisable() - Method in class net.william278.schematicupload.SchematicUpload
 
onEnable() - Method in class net.william278.schematicupload.SchematicUpload
 
onTabComplete(CommandSender, Command, String, String[]) - Method in class net.william278.schematicupload.command.DownloadCommand
 
onTabComplete(CommandSender, Command, String, String[]) - Method in class net.william278.schematicupload.command.UploadCommand
 

R

RANDOM_CHARACTERS - Static variable in class net.william278.schematicupload.upload.UploadCode
 

S

SchematicUpload - Class in net.william278.schematicupload
 
SchematicUpload() - Constructor for class net.william278.schematicupload.SchematicUpload
 
sendMessage(Player, String, String...) - Method in interface net.william278.schematicupload.config.ConfigProvider
 
setAudiences(BukkitAudiences) - Method in interface net.william278.schematicupload.config.ConfigProvider
 
setLocales(Locales) - Method in interface net.william278.schematicupload.config.ConfigProvider
 
setSettings(Settings) - Method in interface net.william278.schematicupload.config.ConfigProvider
 
Settings - Class in net.william278.schematicupload.config
 
Settings() - Constructor for class net.william278.schematicupload.config.Settings
 
Settings.LimitSettings - Class in net.william278.schematicupload.config
 
Settings.WebServerSettings - Class in net.william278.schematicupload.config
 
setUploadManager(UploadManager) - Method in interface net.william278.schematicupload.upload.UploadProvider
 
setWebServer(WebServer) - Method in interface net.william278.schematicupload.web.WebServerProvider
 

T

toString() - Method in record class net.william278.schematicupload.upload.UploadManager.ConsumptionResult
Returns a string representation of this record class.

U

UploadCode - Class in net.william278.schematicupload.upload
 
UploadCode() - Constructor for class net.william278.schematicupload.upload.UploadCode
 
UploadCommand - Class in net.william278.schematicupload.command
 
UploadCommand(SchematicUpload) - Constructor for class net.william278.schematicupload.command.UploadCommand
 
UploadManager - Class in net.william278.schematicupload.upload
 
UploadManager() - Constructor for class net.william278.schematicupload.upload.UploadManager
 
UploadManager.ConsumptionResult - Record Class in net.william278.schematicupload.upload
 
UploadProvider - Interface in net.william278.schematicupload.upload
 
user() - Method in record class net.william278.schematicupload.upload.UploadManager.ConsumptionResult
Returns the value of the user record component.

V

valueOf(String) - Static method in enum class net.william278.schematicupload.config.ConfigProvider.WorldEditType
Returns the enum constant of this class with the specified name.
values() - Static method in enum class net.william278.schematicupload.config.ConfigProvider.WorldEditType
Returns an array containing the constants of this enum class, in the order they are declared.

W

WebServer - Class in net.william278.schematicupload.web
 
WebServerProvider - Interface in net.william278.schematicupload.web
 
WebServerSettings() - Constructor for class net.william278.schematicupload.config.Settings.WebServerSettings
 
WORLD_EDIT - Enum constant in enum class net.william278.schematicupload.config.ConfigProvider.WorldEditType
 
WORLD_EDIT_METRIC_ID - Static variable in interface net.william278.schematicupload.util.MetricsProvider
 

Y

YAML_CONFIGURATION_PROPERTIES - Static variable in interface net.william278.schematicupload.config.ConfigProvider
 
A C D E F G H I L M N O R S T U V W Y 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form