diff --git a/allclasses-index.html b/allclasses-index.html index f39513c4d..2dc69a1ef 100644 --- a/allclasses-index.html +++ b/allclasses-index.html @@ -1,25 +1,20 @@
Marker
Options
Player
PlayerArgument
Sender.Player
Point
PointArgument
Renderer
RendererArgument
Renderer.Builder
World
WorldArgument
Integer
ZoomArgument
public static final String
DIR_PATH
"%d/%s/"
FILE_PATH
"%d_%d.%s"
KEY
"pl3xmap_players"
"pl3xmap_spawn"
"pl3xmap_worldborder"
METRICS_VERSION
"3.0.2"
public static final int
MAP_DATA
1
MODID
"pl3xmap"
CHANNEL
"pl3xmap:pl3xmap"
BASIC
"basic"
BIOMES
"biomes"
BLOCKINFO
"blockinfo"
FLOWERMAP
"flowermap"
INHABITED
"inhabited"
NETHER_ROOF
"nether_roof"
NIGHT
"night"
VANILLA
"vanilla"
VINTAGE_STORY
"vintage_story"
Help:
You can search for definitions of modules, packages, types, fields, methods, system properties and other terms defined in the API, using some or all of the name, optionally using "camelCase" abbreviations. For example:
You can search for definitions of modules, packages, types, fields, methods, system properties and other terms defined in the API. These items can be searched using part or all of the name, optionally using "camelCase" abbreviations, or multiple search terms separated by whitespace. Some examples:
j.l.obj
InpStr
HM.cK
"j.l.obj"
"InpStr"
"math exact long"
Refer to the Javadoc Search Specification for a full description of search features.
Options.Builder
Summary:
Detail:
Keyed(@NotNull String key)
boolean
equals(@Nullable Object o)
@NotNull String
getKey()
int
hashCode()
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
equals
Object
hashCode
toString
Pl3xMap
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
ForkJoinPool.ForkJoinWorkerThreadFactory
ThreadFactory(@NotNull String name, +ThreadFactory(@NotNull String name, int threads)
ThreadFactory(@NotNull String name, int threads)
static @NotNull ExecutorService
createService(@NotNull String name)
createService(@NotNull String name, +static @NotNull ExecutorService +createService(@NotNull String name, int threads) -@NotNull ForkJoinWorkerThread -newThread(@NotNull ForkJoinPool pool) +@NotNull ForkJoinWorkerThread +newThread(@NotNull ForkJoinPool pool)
createService(@NotNull String name, int threads)
@NotNull ForkJoinWorkerThread
newThread(@NotNull ForkJoinPool pool)
newThread
@NotNull IconRegistry
getIconRegistry()
abstract @NotNull Path
getJarPath()
getMainDir()
abstract int
abstract boolean
getOnlineMode()
abstract @NotNull String
getPlatform()
@NotNull PlayerRegistry
@NotNull RendererRegistry
getRendererRegistry()
@NotNull ExecutorService
getRenderExecutor()
@NotNull Scheduler
getScheduler()
abstract String
getServerVersion()
getVersion()
getVersionCommit()
@NotNull WorldRegistry
default @NotNull cloud.commandframework.Command.Builder<@NotNull Sender>
default @NotNull org.incendo.cloud.Command.Builder<@NotNull Sender>
buildRoot()
@NotNull cloud.commandframework.CommandManager<@NotNull Sender>
@NotNull org.incendo.cloud.CommandManager<@NotNull Sender>
getManager()
@NotNull cloud.commandframework.Command.Builder<@NotNull Sender>
getRoot()
@NotNull PlatformParsers
getPlatformParsers()
@NotNull org.incendo.cloud.Command.Builder<@NotNull Sender>
default void
registerSubcommand(@NotNull UnaryOperator<@NotNull cloud.commandframework.Command.Builder<@NotNull Sender>> builder)
registerSubcommand(@NotNull UnaryOperator<@NotNull org.incendo.cloud.Command.Builder<@NotNull Sender>> builder)
registerSubcommands()
setupExceptionHandlers()
protected static @NotNull cloud.commandframework.minecraft.extras.RichDescription
description(@NotNull String description, - @NotNull @NotNull net.kyori.adventure.text.minimessage.tag.resolver.TagResolver.Single... placeholders)
protected static @NotNull org.incendo.cloud.minecraft.extras.RichDescription
description(@NotNull String description, + @NotNull net.kyori.adventure.text.minimessage.tag.resolver.TagResolver.Single... placeholders)
Sender
T
getPlayer()
@NotNull UUID
getUUID()
@Nullable World
audience()
<T> T
getSender()
void
sendMessage(@NotNull String message)
sendMessage(@NotNull String message, +sendMessage(@NotNull String message, boolean prefix) void -sendMessage(@NotNull String message, +sendMessage(@NotNull String message, boolean prefix, - @NotNull @NotNull net.kyori.adventure.text.minimessage.tag.resolver.TagResolver.Single... placeholders) + @NotNull net.kyori.adventure.text.minimessage.tag.resolver.TagResolver.Single... placeholders) void -sendMessage(@NotNull String message, - @NotNull @NotNull net.kyori.adventure.text.minimessage.tag.resolver.TagResolver.Single... placeholders) +sendMessage(@NotNull String message, + @NotNull net.kyori.adventure.text.minimessage.tag.resolver.TagResolver.Single... placeholders) -abstract @NotNull String +abstract @NotNull String toString()
sendMessage(@NotNull String message, boolean prefix)
sendMessage(@NotNull String message, +sendMessage(@NotNull String message, boolean prefix, - @NotNull @NotNull net.kyori.adventure.text.minimessage.tag.resolver.TagResolver.Single... placeholders) + @NotNull net.kyori.adventure.text.minimessage.tag.resolver.TagResolver.Single... placeholders)
sendMessage(@NotNull String message, boolean prefix, - @NotNull @NotNull net.kyori.adventure.text.minimessage.tag.resolver.TagResolver.Single... placeholders)
sendMessage(@NotNull String message, - @NotNull @NotNull net.kyori.adventure.text.minimessage.tag.resolver.TagResolver.Single... placeholders)
sendMessage(@NotNull String message, + @NotNull net.kyori.adventure.text.minimessage.tag.resolver.TagResolver.Single... placeholders)
deleteMessage, openBook, removeResourcePacks, removeResourcePacks, removeResourcePacks, sendActionBar, sendMessage, sendMessage, sendMessage, sendMessage, sendMessage, sendMessage, sendMessage, sendMessage, sendMessage, sendMessage, sendPlayerListFooter, sendPlayerListHeader, sendPlayerListHeaderAndFooter, sendResourcePacks, sendResourcePacks, showTitle, stopSound
C
@NotNull cloud.commandframework.arguments.CommandArgument<@NotNull C,@NotNull Player>
build()
asOptional, asOptionalWithDefault, asRequired, getDefaultDescription, getDefaultValue, getName, getParser, getSuggestionsProvider, getValueType, isRequired, manager, withDefaultDescription, withParser, withSuggestionsProvider
build
cloud.commandframework.arguments.CommandArgument.Builder<@NotNull C,@NotNull Player>
cloud.commandframework.keys.CloudKeyHolder<Player>
Comparable<cloud.commandframework.arguments.CommandArgument<?,?>>
static class
PlayerArgument.Builder<C>
cloud.commandframework.arguments.CommandArgument.TypedBuilder<C extends Object,T extends Object,B extends cloud.commandframework.arguments.CommandArgument.Builder<C,T>>
protected
PlayerArgument(boolean required, - @NotNull String name, - @NotNull String defaultValue, - @NotNull BiFunction<@NotNull cloud.commandframework.context.CommandContext<@NotNull C>,@NotNull String,@NotNull List<@NotNull String>> suggestionsProvider, - @NotNull cloud.commandframework.ArgumentDescription defaultDescription)
static <C> @NotNull cloud.commandframework.arguments.CommandArgument.Builder<@NotNull C,@NotNull Player>
newBuilder(@NotNull String name)
static <C> @NotNull cloud.commandframework.arguments.CommandArgument<@NotNull C,@NotNull Player>
of(@NotNull String name)
optional(@NotNull String name)
optional(@NotNull String name, - @NotNull String defaultValue)
static @NotNull Player
resolve(@NotNull cloud.commandframework.context.CommandContext<@NotNull Sender> context, - @NotNull String name)
addPreprocessor, compareTo, copy, equals, getDefaultDescription, getDefaultValue, getKey, getName, getOwningCommand, getParser, getSuggestionsProvider, getValueType, hasDefaultValue, hashCode, isArgumentRegistered, isRequired, ofType, ofType, preprocess, setArgumentRegistered, setOwningCommand, toString
name
- All arguments prior to any other required argument must also be required.
defaultValue
- If context does not contain a Player and the sender is a Sender.Player then the sender will be used.
context
PlayerParseException
@NotNull cloud.commandframework.arguments.CommandArgument<@NotNull C,@NotNull Point>
cloud.commandframework.arguments.CommandArgument.Builder<@NotNull C,@NotNull Point>
cloud.commandframework.keys.CloudKeyHolder<Point>
PointArgument.Builder<C>
PointArgument(boolean required, - @NotNull String name, - @NotNull String defaultValue, - @NotNull BiFunction<@NotNull cloud.commandframework.context.CommandContext<@NotNull C>,@NotNull String,@NotNull List<@NotNull String>> suggestionsProvider, - @NotNull cloud.commandframework.ArgumentDescription defaultDescription)
static <C> @NotNull cloud.commandframework.arguments.CommandArgument.Builder<@NotNull C,@NotNull Point>
builder(@NotNull String name)
static <C> @NotNull cloud.commandframework.arguments.CommandArgument<@NotNull C,@NotNull Point>
static @NotNull Point
- If context does not contain a Point and the sender is a Sender.Player then the sender's location will be used, otherwise [0, 0] will be used
[0, 0]
@NotNull cloud.commandframework.arguments.CommandArgument<@NotNull C,@NotNull Renderer.Builder>
cloud.commandframework.arguments.CommandArgument.Builder<@NotNull C,@NotNull Renderer.Builder>
cloud.commandframework.keys.CloudKeyHolder<Renderer.Builder>
RendererArgument.Builder<C>
RendererArgument(boolean required, - @NotNull String name, - @NotNull String defaultValue, - @NotNull BiFunction<@NotNull cloud.commandframework.context.CommandContext<@NotNull C>,@NotNull String,@NotNull List<@NotNull String>> suggestionsProvider, - @NotNull cloud.commandframework.ArgumentDescription defaultDescription)
static <C> @NotNull cloud.commandframework.arguments.CommandArgument.Builder<@NotNull C,@NotNull Renderer.Builder>
static <C> @NotNull cloud.commandframework.arguments.CommandArgument<@NotNull C,@NotNull Renderer.Builder>
cloud.commandframework.keys.CloudKeyHolder<World>
WorldArgument.Builder<C>
WorldArgument(boolean required, - @NotNull String name, - @NotNull String defaultValue, - @NotNull BiFunction<@NotNull cloud.commandframework.context.CommandContext<@NotNull C>,@NotNull String,@NotNull List<@NotNull String>> suggestionsProvider, - @NotNull cloud.commandframework.ArgumentDescription defaultDescription)
static <C> @NotNull cloud.commandframework.arguments.CommandArgument.Builder<@NotNull C,@NotNull World>
static <C> @NotNull cloud.commandframework.arguments.CommandArgument<@NotNull C,@NotNull World>
static @NotNull World
- If context does not contain a World and the sender is a Player then the player's world will be used.
WorldParseException
@NotNull cloud.commandframework.arguments.CommandArgument<@NotNull C,@NotNull Integer>
cloud.commandframework.arguments.CommandArgument.Builder<@NotNull C,@NotNull Integer>
cloud.commandframework.keys.CloudKeyHolder<Integer>
ZoomArgument.Builder<C>
ZoomArgument(boolean required, - @NotNull String name, - @NotNull String defaultValue, - @NotNull BiFunction<@NotNull cloud.commandframework.context.CommandContext<@NotNull C>,@NotNull String,@NotNull List<@NotNull String>> suggestionsProvider, - @NotNull cloud.commandframework.ArgumentDescription defaultDescription)
static <C> @NotNull cloud.commandframework.arguments.CommandArgument.Builder<@NotNull C,@NotNull Integer>
static <C> @NotNull cloud.commandframework.arguments.CommandArgument<@NotNull C,@NotNull Integer>
cloud.commandframework.arguments.parser.ArgumentParser<@NotNull C,@NotNull Player>
DEFAULT_ARGUMENT_COUNT
PlayerParser()
@NotNull cloud.commandframework.arguments.parser.ArgumentParseResult<@NotNull Player>
parse(@NotNull cloud.commandframework.context.CommandContext<@NotNull C> context, - @NotNull Queue<@NotNull String> queue)
@NotNull List<@NotNull String>
suggestions(@NotNull cloud.commandframework.context.CommandContext<@NotNull C> commandContext, - @NotNull String input)
getRequestedArgumentCount, isContextFree, map
parse
suggestions
cloud.commandframework.arguments.parser.ArgumentParser<@NotNull C,@NotNull Point>
PointParser()
@NotNull cloud.commandframework.arguments.parser.ArgumentParseResult<@NotNull Point>
@NotNull cloud.commandframework.arguments.parser.ArgumentParseResult<@NotNull Integer>
parseCoord(@NotNull cloud.commandframework.context.CommandContext<@NotNull C> context, - @NotNull Queue<@NotNull String> queue)
cloud.commandframework.arguments.parser.ArgumentParser<@NotNull C,@NotNull Renderer.Builder>
RendererParser()
@NotNull cloud.commandframework.arguments.parser.ArgumentParseResult<@NotNull Renderer.Builder>
cloud.commandframework.arguments.parser.ArgumentParser<@NotNull C,@NotNull World>
WorldParser()
@NotNull cloud.commandframework.arguments.parser.ArgumentParseResult<@NotNull World>
cloud.commandframework.arguments.parser.ArgumentParser<C,Integer>
ZoomParser()
@NotNull cloud.commandframework.arguments.parser.ArgumentParseResult<Integer>
parse(@NotNull cloud.commandframework.context.CommandContext<C> context, - @NotNull Queue<@NotNull String> inputQueue)
suggestions(@NotNull cloud.commandframework.context.CommandContext<C> context, - @NotNull String input)
description, getHandler
Pl3xMapCommand
execute(@NotNull cloud.commandframework.context.CommandContext<@NotNull Sender> context)
execute(@NotNull org.incendo.cloud.context.CommandContext<@NotNull Sender> context)
register()
Package:
ArgumentParseException
Reason(@NotNull Supplier<@NotNull String> supplier)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Serializable
ArgumentParseException(@Nullable String input, - @NotNull String variable, +ArgumentParseException(@Nullable String input, + @NotNull String variable, @NotNull ArgumentParseException.Reason reason) Construct a new ArgumentParseException. @@ -150,18 +164,18 @@ Method Summary Modifier and Type Method Description -@NotNull String +@NotNull String getMessage()
ArgumentParseException(@Nullable String input, + @NotNull String variable, @NotNull ArgumentParseException.Reason reason)
getMessage()
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
getMessage
Throwable
PlayerParseException(@Nullable String input, +PlayerParseException(@Nullable String input, @NotNull ArgumentParseException.Reason reason) Construct a new PlayerParseException. @@ -150,11 +168,11 @@ Method Summary Methods inherited from class net.pl3x.map.core.command.exception.ArgumentParseException getMessage -Methods inherited from class java.lang.Throwable -addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString +Methods inherited from class java.lang.Throwable +addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
PlayerParseException(@Nullable String input, @NotNull ArgumentParseException.Reason reason)
PointParseException(@Nullable String input, +PointParseException(@Nullable String input, @NotNull ArgumentParseException.Reason reason) Construct a new PointParseException. @@ -147,11 +165,11 @@ Method Summary Methods inherited from class net.pl3x.map.core.command.exception.ArgumentParseException getMessage -Methods inherited from class java.lang.Throwable -addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString +Methods inherited from class java.lang.Throwable +addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
PointParseException(@Nullable String input, @NotNull ArgumentParseException.Reason reason)
RendererParseException(@Nullable String input, +RendererParseException(@Nullable String input, @NotNull ArgumentParseException.Reason reason) Construct a new RendererParseException. @@ -150,11 +168,11 @@ Method Summary Methods inherited from class net.pl3x.map.core.command.exception.ArgumentParseException getMessage -Methods inherited from class java.lang.Throwable -addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString +Methods inherited from class java.lang.Throwable +addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
RendererParseException(@Nullable String input, @NotNull ArgumentParseException.Reason reason)
WorldParseException(@Nullable String input, +WorldParseException(@Nullable String input, @NotNull ArgumentParseException.Reason reason) Construct a new WorldParseException. @@ -153,11 +171,11 @@ Method Summary Methods inherited from class net.pl3x.map.core.command.exception.ArgumentParseException getMessage -Methods inherited from class java.lang.Throwable -addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString +Methods inherited from class java.lang.Throwable +addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
WorldParseException(@Nullable String input, @NotNull ArgumentParseException.Reason reason)
ZoomParseException(@Nullable String input, +ZoomParseException(@Nullable String input, @NotNull ArgumentParseException.Reason reason) Construct a new RendererParseException. @@ -147,11 +165,11 @@ Method Summary Methods inherited from class net.pl3x.map.core.command.exception.ArgumentParseException getMessage -Methods inherited from class java.lang.Throwable -addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString +Methods inherited from class java.lang.Throwable +addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
ZoomParseException(@Nullable String input, @NotNull ArgumentParseException.Reason reason)
org.incendo.cloud.parser.ParserDescriptor<Sender,?>
columnPosParser()
playerSelectorParser()
resolvePlayerFromPlayerSelector(String name, + org.incendo.cloud.context.CommandContext<Sender> context)
resolvePointFromColumnPos(String name, + org.incendo.cloud.context.CommandContext<Sender> context)
org.incendo.cloud.parser.ArgumentParser<@NotNull C,@NotNull Renderer.Builder>
org.incendo.cloud.suggestion.BlockingSuggestionProvider<C>
org.incendo.cloud.suggestion.BlockingSuggestionProvider.Strings<C>
org.incendo.cloud.suggestion.SuggestionProvider<C>
org.incendo.cloud.suggestion.SuggestionProviderHolder<C>
org.incendo.cloud.parser.ArgumentParser.FutureArgumentParser<C,T>
@NotNull org.incendo.cloud.parser.ArgumentParseResult<@NotNull Renderer.Builder>
parse(@NotNull org.incendo.cloud.context.CommandContext<@NotNull C> commandContext, + @NotNull org.incendo.cloud.context.CommandInput commandInput)
static <C> org.incendo.cloud.parser.ParserDescriptor<C,@NotNull Renderer.Builder>
parser()
@NonNull Iterable<@NonNull String>
stringSuggestions(@NonNull org.incendo.cloud.context.CommandContext<C> commandContext, + @NonNull org.incendo.cloud.context.CommandInput input)
flatMap, flatMapSuccess, mapSuccess, parseFuture, suggestionProvider
suggestionsFuture
stringSuggestions
org.incendo.cloud.parser.ArgumentParser<@NotNull C,@NotNull World>
@NonNull org.incendo.cloud.parser.ArgumentParseResult<@NonNull @NotNull World>
parse(@NonNull org.incendo.cloud.context.CommandContext<@NonNull @NotNull C> commandContext, + @NonNull org.incendo.cloud.context.CommandInput commandInput)
static <C> org.incendo.cloud.parser.ParserDescriptor<C,World>
resolveWorld(@NotNull org.incendo.cloud.context.CommandContext<@NotNull Sender> context, + @NotNull String name)
org.incendo.cloud.parser.ArgumentParser<C,Integer>
@NonNull org.incendo.cloud.parser.ArgumentParseResult<@NonNull Integer>
parse(@NonNull org.incendo.cloud.context.CommandContext<@NonNull C> commandContext, + @NonNull org.incendo.cloud.context.CommandInput commandInput)
static <C> org.incendo.cloud.parser.ParserDescriptor<C,Integer>
AbstractConfig
value
protected @NotNull Object
addToMap(@NotNull String rawValue)
protected @Nullable Object
get(@NotNull String path)
get(@NotNull String path, - @Nullable Object def)
get(@NotNull String path, + @Nullable Object def)
getClassObject()
@NotNull org.simpleyaml.configuration.file.YamlFile
getConfig()
getValue(@NotNull String path, - @Nullable Object def)
getValue(@NotNull String path, + @Nullable Object def)
protected void
reload(@NotNull Path path, - @NotNull Class<? extends @NotNull AbstractConfig> clazz)
reload(@NotNull Path path, + @NotNull Class<? extends @NotNull AbstractConfig> clazz)
save()
set(@NotNull String path, - @Nullable Object value)
set(@NotNull String path, + @Nullable Object value)
setComment(@NotNull String path, - @Nullable String comment)
setComment(@NotNull String path, + @Nullable String comment)
static Map<@NotNull String,@NotNull Integer>
BIOME_COLORS
BIOME_FOLIAGE
BIOME_GRASS
BIOME_WATER
BLOCK_COLORS
static List<@NotNull String>
BLOCKS_AIR
BLOCKS_FLAT
BLOCKS_FOLIAGE
BLOCKS_GLASS
BLOCKS_GRASS
BLOCKS_WATER
static void
reload()
get, get, getClassObject, getConfig, getValue, reload, save, setComment
addToMap
set
static boolean
GC_WHEN_RUNNING
static String
HTTPD_BIND
static int
HTTPD_PORT
LANGUAGE_FILE
LIVE_UPDATE_ENABLED
LIVE_UPDATE_THREADS
static double
MAP_ZOOM_DELTA
RENDER_THREADS
WEB_ADDRESS
WEB_DIR
WEB_DIR_READONLY
WEB_TILE_FORMAT
addToMap, get, get, getClassObject, getConfig, getValue, reload, save, set, setComment
CLICK_FOR_HELP
CLICK_TO_CONFIRM
COMMAND_ARGUMENT_OPTIONAL_CENTER_DESCRIPTION
COMMAND_ARGUMENT_OPTIONAL_PLAYER_DESCRIPTION
COMMAND_ARGUMENT_OPTIONAL_ZOOM_DESCRIPTION
COMMAND_ARGUMENT_REQUIRED_RENDERER_DESCRIPTION
COMMAND_ARGUMENT_REQUIRED_WORLD_DESCRIPTION
COMMAND_BASE
COMMAND_CONFIRM_CONFIRMATION_REQUIRED_MESSAGE
COMMAND_CONFIRM_DESCRIPTION
COMMAND_CONFIRM_NO_PENDING_MESSAGE
COMMAND_FULLRENDER_DESCRIPTION
COMMAND_FULLRENDER_STARTING
COMMAND_HELP_ARGUMENT_QUERY_DESCRIPTION
COMMAND_HELP_DESCRIPTION
COMMAND_HIDE_ALREADY_HIDDEN
COMMAND_HIDE_DESCRIPTION
COMMAND_HIDE_SUCCESS
COMMAND_PAUSE_ALREADY_PAUSED
COMMAND_PAUSE_DESCRIPTION
COMMAND_PAUSE_PAUSED
COMMAND_RADIUSRENDER_DESCRIPTION
COMMAND_RADIUSRENDER_STARTING
COMMAND_RELOAD_DESCRIPTION
COMMAND_RELOAD_SUCCESS
COMMAND_RESETMAP_BEGIN
COMMAND_RESETMAP_DESCRIPTION
COMMAND_RESETMAP_FAILED
COMMAND_RESETMAP_SUCCESS
COMMAND_RESUME_ALREADY_RESUMED
COMMAND_RESUME_DESCRIPTION
COMMAND_RESUME_RESUMED
COMMAND_SHOW_DESCRIPTION
COMMAND_SHOW_NOT_HIDDEN
COMMAND_SHOW_SUCCESS
COMMAND_STATUS_DESCRIPTION
COMMAND_STITCH_DESCRIPTION
COMMAND_STITCH_EMPTY_DIRECTORY
COMMAND_STITCH_ERROR_READING_DIRECTORY
COMMAND_STITCH_FINISHED
COMMAND_STITCH_MISSING_DIRECTORY
COMMAND_STITCH_STARTING
COMMAND_VERSION_BUILDS_BEHIND
COMMAND_VERSION_DESCRIPTION
COMMAND_VERSION_DOWNLOAD
COMMAND_VERSION_ERROR_CORRUPT_JSON
COMMAND_VERSION_ERROR_NOT_ARRAY
COMMAND_VERSION_ERROR_UNABLE_TO_DETERMINE
COMMAND_VERSION_ERROR_UNKNOWN_VERSION
COMMAND_VERSION_LATEST_BUILD_IS
COMMAND_VERSION_PLEASE_WAIT
COMMAND_VERSION_RUNNING_LATEST_BUILD
COMMAND_VERSION_SNAPSHOT
COMMAND_VERSION_STILL_CHECKING
COMMAND_VERSION_SUCCESS
COMMAND_VERSION_TIME_TRAVELER
ERROR_MUST_SPECIFY_PLAYER
ERROR_MUST_SPECIFY_RENDERER
ERROR_MUST_SPECIFY_WORLD
ERROR_NO_SUCH_PLAYER
ERROR_NO_SUCH_RENDERER
ERROR_NO_SUCH_WORLD
ERROR_NOT_VALID_ZOOM_LEVEL
ERROR_POINT_INVALID_FORMAT
ERROR_WORLD_DISABLED
HTTPD_DISABLED
HTTPD_START_ERROR
HTTPD_STARTED
HTTPD_STOP_ERROR
HTTPD_STOPPED
PREFIX_COMMAND
PROGRESS_ETA_UNKNOWN
UI_BLOCK_AND_BIOME_LANG_FILE
UI_BLOCKINFO_LABEL
UI_BLOCKINFO_UNKNOWN_BIOME
UI_BLOCKINFO_UNKNOWN_BLOCK
UI_BLOCKINFO_VALUE
UI_COORDS_LABEL
UI_COORDS_VALUE
UI_LAYER_PLAYERS
UI_LAYER_SPAWN
UI_LAYER_WORLDBORDER
UI_LAYERS_LABEL
UI_LAYERS_VALUE
UI_LINK_LABEL
UI_LINK_VALUE
UI_MARKERS_LABEL
UI_MARKERS_VALUE
UI_PLAYERS_LABEL
UI_PLAYERS_VALUE
UI_TITLE
UI_WORLDS_LABEL
UI_WORLDS_VALUE
static @NotNull net.kyori.adventure.text.Component
parse(@NotNull String msg, - @NotNull @NotNull net.kyori.adventure.text.minimessage.tag.resolver.TagResolver.Single... placeholders)
parse(@NotNull String msg, + @NotNull net.kyori.adventure.text.minimessage.tag.resolver.TagResolver.Single... placeholders)
static @NotNull String
strip(@NotNull String msg)
CSS
HIDE_SPECTATORS
ICON
PANE
PRIORITY
SHOW_CONTROLS
LIVE_UPDATE
TOOLTIP
UPDATE_INTERVAL
Z_INDEX
ENABLED
STROKE_COLOR
STROKE_DASH_OFFSET
STROKE_DASH_PATTERN
static Stroke.LineCapShape
STROKE_LINE_CAP_SHAPE
static Stroke.LineJoinShape
STROKE_LINE_JOIN_SHAPE
STROKE_WEIGHT
CENTER_Z
String
DISPLAY_NAME
RENDER_BIOME_BLEND
RENDER_HEIGHTMAP_TYPE
Map<@NotNull String,@NotNull String>
RENDER_RENDERERS
UI_ATTRIBUTION
UI_BLOCKINFO
UI_COORDS
UI_LINK
List<Area>
VISIBLE_AREAS
addToMap, get, getConfig, reload, save
getClassObject
getValue
setComment
get
callEvent()
abstract @NotNull List<@NotNull RegisteredHandler>
getHandlers()
RegisteredHandler(@NotNull EventListener listener, - @NotNull Method method)
equals(Object o)
execute(@NotNull Event event)
@NotNull EventListener
getListener()
@NotNull Method
getMethod()
InvocationTargetException
IllegalAccessException
@NotNull List<@NotNull RegisteredHandler>
callEvent
getHandlers
Event
callEvent, getHandlers
startServer()
LiveDataHandler
getLiveDataHandler()
stopServer()
apply(@NotNull io.undertow.server.handlers.sse.ServerSentEventConnection connection, + @Nullable String data, + @Nullable String event, + @Nullable String id, + @NotNull IOException exception)
connection
data
event
id
exception
apply(@NotNull io.undertow.server.handlers.sse.ServerSentEventConnection connection, + @Nullable String data, + @Nullable String event, + @Nullable String id)
static interface
LiveDataHandler.FailureCallback
LiveDataHandler.SuccessCallback
LiveDataHandler()
closeConnections()
io.undertow.server.handlers.sse.ServerSentEventHandler
get()
handle(io.undertow.server.HttpServerExchange exchange)
send(String data)
send(String event, + String data)
send(String event, + String data, + LiveDataHandler.SuccessCallback success)
send(String event, + String data, + LiveDataHandler.SuccessCallback success, + LiveDataHandler.FailureCallback failure)
success
failure
Exception
IconImage(@NotNull