Index
All Classes and Interfaces|All Packages|Serialized Form
A
- Actions<T> - Class in one.tranic.t.base.task
-
Represents a wrapper for executing tasks either synchronously or asynchronously.
- Actions(Supplier<T>) - Constructor for class one.tranic.t.base.task.Actions
-
Constructs a new
Actionsinstance with the specified task. - addTime(LocalDateTime, long) - Method in enum class one.tranic.t.base.parse.time.TimeUnit
-
Adds a specified amount of time to a given
LocalDateTimeobject. - ALPHA - Enum constant in enum class one.tranic.t.base.updater.schemas.modrinth.VersionType
- ARCHIVED - Enum constant in enum class one.tranic.t.base.updater.schemas.modrinth.RequestedStatus
- ARCHIVED - Enum constant in enum class one.tranic.t.base.updater.schemas.modrinth.Status
- argSize() - Method in interface one.tranic.t.base.command.source.CommandSource
-
Retrieves the number of arguments associated with the source.
- asPlayer() - Method in interface one.tranic.t.base.command.source.CommandSource
-
Attempts to retrieve the source as a
Player. - Asset() - Constructor for class one.tranic.t.base.updater.schemas.github.GithubLatestReleaseSource.Asset
- async() - Method in class one.tranic.t.base.task.Actions
-
Executes the encapsulated task asynchronously using a shared executor.
- AsyncScheduler<R> - Interface in one.tranic.t.base.scheduler
- Author() - Constructor for class one.tranic.t.base.updater.schemas.github.GithubLatestReleaseSource.Author
B
- BedrockPlayer - Class in one.tranic.t.base.player
- BedrockPlayer() - Constructor for class one.tranic.t.base.player.BedrockPlayer
- BETA - Enum constant in enum class one.tranic.t.base.updater.schemas.modrinth.VersionType
- BUKKIT - Enum constant in enum class one.tranic.t.base.updater.schemas.modrinth.Loaders
- BungeeCord - Enum constant in enum class one.tranic.t.util.Platform
-
Represents the BungeeCord platform.
- BUNGEECORD - Enum constant in enum class one.tranic.t.base.updater.schemas.modrinth.Loaders
C
- cancel() - Method in interface one.tranic.t.base.scheduler.Task
- Channel() - Constructor for class one.tranic.t.base.updater.schemas.hangar.CombinedResponse.VersionResult.Channel
- clean(String) - Static method in class one.tranic.t.base.parse.html.HTMLParser
-
Cleans the provided input string by removing HTML tags, normalizing line breaks, replacing consecutive spaces with a single space, and trimming leading and trailing whitespace.
- close() - Static method in class one.tranic.t.base.TBase
- close() - Method in class one.tranic.t.base.updater.FetchVersion
-
Closes the resources associated with the FetchVersion instance by stopping the update thread if it is alive.
- cmpVer(String, String) - Static method in class one.tranic.t.base.parse.version.VersionComparator
-
Compares two version strings and returns an integer indicating their relative order.
- Collections - Class in one.tranic.t.util
-
The Collections class provides utility methods for creating optimized data structures such as maps, sets, and lists.
- Collections() - Constructor for class one.tranic.t.util.Collections
- CombinedResponse - Class in one.tranic.t.base.updater.schemas.hangar
- CombinedResponse() - Constructor for class one.tranic.t.base.updater.schemas.hangar.CombinedResponse
- CombinedResponse.Pagination - Class in one.tranic.t.base.updater.schemas.hangar
- CombinedResponse.VersionResult - Class in one.tranic.t.base.updater.schemas.hangar
- CombinedResponse.VersionResult.Channel - Class in one.tranic.t.base.updater.schemas.hangar
- CombinedResponse.VersionResult.DownloadInfo - Class in one.tranic.t.base.updater.schemas.hangar
- CombinedResponse.VersionResult.FileInfo - Class in one.tranic.t.base.updater.schemas.hangar
- CombinedResponse.VersionResult.PluginDependency - Class in one.tranic.t.base.updater.schemas.hangar
- CombinedResponse.VersionResult.Stats - Class in one.tranic.t.base.updater.schemas.hangar
- CommandException - Exception in one.tranic.t.base.exception
-
A custom exception that represents errors occurring during the execution or processing of commands in the application.
- CommandException() - Constructor for exception one.tranic.t.base.exception.CommandException
- CommandException(Exception) - Constructor for exception one.tranic.t.base.exception.CommandException
- CommandException(String) - Constructor for exception one.tranic.t.base.exception.CommandException
- CommandSource<C,
R> - Interface in one.tranic.t.base.command.source -
Represents a source implementation that abstracts interactions with various platforms.
- console() - Static method in class one.tranic.t.base.TBase
- CONSOLE_SOURCE - Static variable in class one.tranic.t.base.TBase
D
- DATAPACK - Enum constant in enum class one.tranic.t.base.updater.schemas.modrinth.Loaders
- DAY - Enum constant in enum class one.tranic.t.base.parse.time.TimeUnit
- decodeAndStripHtml(String) - Static method in class one.tranic.t.base.parse.html.HTMLParser
-
Decodes a Base64 encoded string and removes any HTML tags from the decoded output.
- DEFAULT_KICK - Enum constant in enum class one.tranic.t.base.message.MessageExample
- Dependency() - Constructor for class one.tranic.t.base.updater.schemas.modrinth.ModrinthVersionSource.Dependency
- DependencyNotFoundException - Exception in one.tranic.t.base.exception
-
This exception is a subclass of
RuntimeExceptionand is typically used to signal scenarios where the required dependency for an operation or process cannot be found or resolved. - DependencyNotFoundException() - Constructor for exception one.tranic.t.base.exception.DependencyNotFoundException
- DependencyNotFoundException(String) - Constructor for exception one.tranic.t.base.exception.DependencyNotFoundException
- DownloadInfo() - Constructor for class one.tranic.t.base.updater.schemas.hangar.CombinedResponse.VersionResult.DownloadInfo
- DRAFT - Enum constant in enum class one.tranic.t.base.updater.schemas.modrinth.RequestedStatus
- DRAFT - Enum constant in enum class one.tranic.t.base.updater.schemas.modrinth.Status
E
- enabled() - Method in record class one.tranic.t.base.parse.proxy.RegistryReader.ProxySettings
-
Returns the value of the
enabledrecord component. - entryForEach(Map<K, V>, Consumer<? super Map.Entry<K, V>>) - Static method in class one.tranic.t.util.Collections
-
Iterates over each entry in the provided map and applies the given consumer action to each entry.
- equals(Object) - Method in record class one.tranic.t.base.command.Operator
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class one.tranic.t.base.message.MessageFormat
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class one.tranic.t.base.message.MessageFormatString
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class one.tranic.t.base.parse.mojang.schemas.ProfileLookup
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class one.tranic.t.base.parse.proxy.RegistryReader.ProxySettings
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class one.tranic.t.base.player.Location
-
Indicates whether some other object is "equal to" this one.
- escapeHtml(String) - Static method in class one.tranic.t.base.parse.html.HTMLParser
-
Escapes special HTML characters in a given string.
- execute(C) - Method in interface one.tranic.t.base.command.simple.SimpleCommandImpl
-
Executes the command for the provided source.
- executor - Static variable in class one.tranic.t.base.TBase
F
- FABRIC - Enum constant in enum class one.tranic.t.base.updater.schemas.modrinth.Loaders
- FetchVersion - Class in one.tranic.t.base.updater
-
The FetchVersion class is responsible for managing the fetching and updating of a plugin's version.
- FetchVersion(String, String, String) - Constructor for class one.tranic.t.base.updater.FetchVersion
-
Constructs a
FetchVersioninstance for version checking and updating purposes. - FetchVersion(String, String, String, String) - Constructor for class one.tranic.t.base.updater.FetchVersion
-
Constructs a new FetchVersion instance responsible for managing version fetching and updates.
- File() - Constructor for class one.tranic.t.base.updater.schemas.modrinth.ModrinthVersionSource.File
- FileInfo() - Constructor for class one.tranic.t.base.updater.schemas.hangar.CombinedResponse.VersionResult.FileInfo
- Folia - Enum constant in enum class one.tranic.t.util.Platform
-
Represents the Folia platform.
- FOLIA - Enum constant in enum class one.tranic.t.base.updater.schemas.modrinth.Loaders
- ForeverNonException - Exception in one.tranic.t.base.exception
-
A custom exception that serves as a warning that a "forever" check should have been performed earlier in the workflow.
- ForeverNonException() - Constructor for exception one.tranic.t.base.exception.ForeverNonException
- FORGE - Enum constant in enum class one.tranic.t.base.updater.schemas.modrinth.Loaders
- format(String) - Static method in class one.tranic.t.base.parse.uuid.UUIDParser
-
Formats a given string representation of a UUID into its canonical form with dashes.
- format(Object...) - Method in enum class one.tranic.t.base.message.MessageExample
-
Formats a message using the provided arguments and resolves placeholders.
- formatBungee(Object...) - Method in enum class one.tranic.t.base.message.MessageExample
-
Converts the given arguments into an array of BungeeCord BaseComponents using legacy text formatting, but only if the current platform is BungeeCord.
- formatString(Object...) - Method in enum class one.tranic.t.base.message.MessageExample
-
Formats a string representation of a message using specified arguments.
- fromProtocolVersion(int) - Static method in enum class one.tranic.t.util.ProtocolVersion
-
Returns the corresponding ProtocolVersion for the given protocol number.
- fromSuffix(String) - Static method in enum class one.tranic.t.base.parse.time.TimeUnit
-
Determines the
TimeUnitassociated with the specified string suffix.
G
- generateRandomId(int) - Static method in class one.tranic.t.util.Rand
-
Generates a random alphanumeric string of the specified length.
- get() - Static method in enum class one.tranic.t.util.Platform
-
Detects and returns the current platform.
- getAltPlayers(Player<?>) - Static method in class one.tranic.t.base.player.Players
-
Retrieves a list of alternative players who are connected to the same host as the specified player, excluding the player itself.
- getArgs() - Method in interface one.tranic.t.base.command.source.CommandSource
-
Retrieves the arguments associated with the source.
- getAssets() - Method in class one.tranic.t.base.updater.schemas.github.GithubLatestReleaseSource
- getAssetsUrl() - Method in class one.tranic.t.base.updater.schemas.github.GithubLatestReleaseSource
- getAuthor() - Method in class one.tranic.t.base.updater.schemas.github.GithubLatestReleaseSource
- getAuthor() - Method in class one.tranic.t.base.updater.schemas.hangar.CombinedResponse.VersionResult
- getAuthorId() - Method in class one.tranic.t.base.updater.schemas.modrinth.ModrinthVersionSource
- getAvatarUrl() - Method in class one.tranic.t.base.updater.schemas.github.GithubLatestReleaseSource.Asset.Uploader
- getAvatarUrl() - Method in class one.tranic.t.base.updater.schemas.github.GithubLatestReleaseSource.Author
- getBody() - Method in class one.tranic.t.base.updater.schemas.github.GithubLatestReleaseSource
- getBrowserDownloadUrl() - Method in class one.tranic.t.base.updater.schemas.github.GithubLatestReleaseSource.Asset
- getChangelog() - Method in class one.tranic.t.base.updater.schemas.modrinth.ModrinthVersionSource
- getChangelogUrl() - Method in class one.tranic.t.base.updater.schemas.modrinth.ModrinthVersionSource
- getChannel() - Method in class one.tranic.t.base.updater.schemas.hangar.CombinedResponse.VersionResult
- getClientBrand() - Method in interface one.tranic.t.base.player.Player
-
Retrieves the client brand name associated with the player.
- getColor() - Method in class one.tranic.t.base.updater.schemas.hangar.CombinedResponse.VersionResult.Channel
- getConnectedHost() - Method in interface one.tranic.t.base.player.Player
-
Retrieves the host address to which the player is connected.
- getConsoleSource() - Static method in class one.tranic.t.base.TBase
-
Retrieves the console as a
CommandSource, an abstraction representing the source of command execution or interaction. - getContentType() - Method in class one.tranic.t.base.updater.schemas.github.GithubLatestReleaseSource.Asset
- getCount() - Method in class one.tranic.t.base.updater.schemas.hangar.CombinedResponse.Pagination
- getCreatedAt() - Method in class one.tranic.t.base.updater.schemas.github.GithubLatestReleaseSource.Asset
- getCreatedAt() - Method in class one.tranic.t.base.updater.schemas.github.GithubLatestReleaseSource
- getCreatedAt() - Method in class one.tranic.t.base.updater.schemas.hangar.CombinedResponse.VersionResult.Channel
- getCreatedAt() - Method in class one.tranic.t.base.updater.schemas.hangar.CombinedResponse.VersionResult
- getCurrentJVMClassVersion() - Static method in class one.tranic.t.util.Sys
- getCurrentJVMVersion() - Static method in class one.tranic.t.util.Sys
- getCurrentRootPackage(Class<?>) - Static method in class one.tranic.t.base.TBase
-
Determines the root package for the given class by traversing up one level from the current package name.
- getDate() - Method in class one.tranic.t.base.updater.schemas.spiget.SpigetLatestUpdateSource
- getDateOf() - Method in class one.tranic.t.base.updater.schemas.spiget.SpigetLatestUpdateSource
- getDatePublished() - Method in class one.tranic.t.base.updater.schemas.modrinth.ModrinthVersionSource
- getDependencies() - Method in class one.tranic.t.base.updater.schemas.modrinth.ModrinthVersionSource
- getDependencyType() - Method in class one.tranic.t.base.updater.schemas.modrinth.ModrinthVersionSource.Dependency
- getDescription() - Method in class one.tranic.t.base.command.simple.SimpleCommand
-
Retrieves the description of the command.
- getDescription() - Method in class one.tranic.t.base.updater.schemas.hangar.CombinedResponse.VersionResult.Channel
- getDescription() - Method in class one.tranic.t.base.updater.schemas.hangar.CombinedResponse.VersionResult
- getDescription() - Method in class one.tranic.t.base.updater.schemas.spiget.SpigetLatestUpdateSource
- getDownloadCount() - Method in class one.tranic.t.base.updater.schemas.github.GithubLatestReleaseSource.Asset
- getDownloads() - Method in class one.tranic.t.base.updater.schemas.hangar.CombinedResponse.VersionResult
- getDownloads() - Method in class one.tranic.t.base.updater.schemas.modrinth.ModrinthVersionSource
- getDownloads() - Method in class one.tranic.t.base.updater.schemas.spiget.SpigetLatestVersionSource
- getDownloadUrl() - Method in class one.tranic.t.base.updater.schemas.hangar.CombinedResponse.VersionResult.DownloadInfo
- getError() - Method in class one.tranic.t.base.updater.schemas.spiget.SpigetErrorSource
- getEventsUrl() - Method in class one.tranic.t.base.updater.schemas.github.GithubLatestReleaseSource.Asset.Uploader
- getEventsUrl() - Method in class one.tranic.t.base.updater.schemas.github.GithubLatestReleaseSource.Author
- getExecutor() - Static method in class one.tranic.t.util.Threads
-
Provides an
ExecutorServicewith specific configuration by default. - getExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>) - Static method in class one.tranic.t.util.Threads
-
Creates and returns an
ExecutorServiceinstance. - getExternalUrl() - Method in class one.tranic.t.base.updater.schemas.hangar.CombinedResponse.VersionResult.DownloadInfo
- getExternalUrl() - Method in class one.tranic.t.base.updater.schemas.hangar.CombinedResponse.VersionResult.PluginDependency
- getFileInfo() - Method in class one.tranic.t.base.updater.schemas.hangar.CombinedResponse.VersionResult.DownloadInfo
- getFilename() - Method in class one.tranic.t.base.updater.schemas.modrinth.ModrinthVersionSource.File
- getFileName() - Method in class one.tranic.t.base.updater.schemas.modrinth.ModrinthVersionSource.Dependency
- getFiles() - Method in class one.tranic.t.base.updater.schemas.modrinth.ModrinthVersionSource
- getFileType() - Method in class one.tranic.t.base.updater.schemas.modrinth.ModrinthVersionSource.File
- getFlags() - Method in class one.tranic.t.base.updater.schemas.hangar.CombinedResponse.VersionResult.Channel
- getFollowersUrl() - Method in class one.tranic.t.base.updater.schemas.github.GithubLatestReleaseSource.Asset.Uploader
- getFollowersUrl() - Method in class one.tranic.t.base.updater.schemas.github.GithubLatestReleaseSource.Author
- getFollowingUrl() - Method in class one.tranic.t.base.updater.schemas.github.GithubLatestReleaseSource.Asset.Uploader
- getFollowingUrl() - Method in class one.tranic.t.base.updater.schemas.github.GithubLatestReleaseSource.Author
- getGameVersions() - Method in class one.tranic.t.base.updater.schemas.modrinth.ModrinthVersionSource
- getGistsUrl() - Method in class one.tranic.t.base.updater.schemas.github.GithubLatestReleaseSource.Asset.Uploader
- getGistsUrl() - Method in class one.tranic.t.base.updater.schemas.github.GithubLatestReleaseSource.Author
- getGravatarId() - Method in class one.tranic.t.base.updater.schemas.github.GithubLatestReleaseSource.Asset.Uploader
- getGravatarId() - Method in class one.tranic.t.base.updater.schemas.github.GithubLatestReleaseSource.Author
- getHashes() - Method in class one.tranic.t.base.updater.schemas.modrinth.ModrinthVersionSource.File
- getHtmlUrl() - Method in class one.tranic.t.base.updater.schemas.github.GithubLatestReleaseSource.Asset.Uploader
- getHtmlUrl() - Method in class one.tranic.t.base.updater.schemas.github.GithubLatestReleaseSource.Author
- getHtmlUrl() - Method in class one.tranic.t.base.updater.schemas.github.GithubLatestReleaseSource
- getId() - Method in class one.tranic.t.base.updater.schemas.github.GithubLatestReleaseSource.Asset
- getId() - Method in class one.tranic.t.base.updater.schemas.github.GithubLatestReleaseSource.Asset.Uploader
- getId() - Method in class one.tranic.t.base.updater.schemas.github.GithubLatestReleaseSource.Author
- getId() - Method in class one.tranic.t.base.updater.schemas.github.GithubLatestReleaseSource
- getId() - Method in class one.tranic.t.base.updater.schemas.modrinth.ModrinthVersionSource
- getId() - Method in class one.tranic.t.base.updater.schemas.spiget.SpigetLatestUpdateSource
- getId() - Method in class one.tranic.t.base.updater.schemas.spiget.SpigetLatestVersionSource
- getKey() - Method in enum class one.tranic.t.base.message.MessageExample
-
Retrieves the key associated with this
MessageExampleinstance. - getLabel() - Method in class one.tranic.t.base.updater.schemas.github.GithubLatestReleaseSource.Asset
- getLatestVersion() - Method in class one.tranic.t.base.updater.FetchVersion
-
Retrieves the latest version of the plugin or resource.
- getLikes() - Method in class one.tranic.t.base.updater.schemas.spiget.SpigetLatestUpdateSource
- getLimit() - Method in class one.tranic.t.base.updater.schemas.hangar.CombinedResponse.Pagination
- getLoaders() - Method in class one.tranic.t.base.updater.schemas.modrinth.ModrinthVersionSource
- getLoadersOf() - Method in class one.tranic.t.base.updater.schemas.modrinth.ModrinthVersionSource
- getLocale() - Method in interface one.tranic.t.base.command.source.CommandSource
-
Retrieves the locale associated with this source, identifying the language and regional preferences set for the source.
- getLocale() - Method in interface one.tranic.t.base.player.Player
-
Retrieves the locale associated with the player.
- getLocation() - Method in interface one.tranic.t.base.player.Player
-
Retrieves the location associated with the player.
- getLogin() - Method in class one.tranic.t.base.updater.schemas.github.GithubLatestReleaseSource.Asset.Uploader
- getLogin() - Method in class one.tranic.t.base.updater.schemas.github.GithubLatestReleaseSource.Author
- getMessage(Object) - Static method in class one.tranic.t.base.message.Message
-
Retrieves the message associated with the provided key from the internal messages map.
- getMessageImpl() - Static method in class one.tranic.t.base.message.Message
- getMessages() - Static method in class one.tranic.t.base.message.Message
-
Retrieves the map of messages associated with their respective keys.
- getName() - Method in class one.tranic.t.base.command.simple.SimpleCommand
-
Retrieves the name of the command.
- getName() - Method in class one.tranic.t.base.updater.schemas.github.GithubLatestReleaseSource.Asset
- getName() - Method in class one.tranic.t.base.updater.schemas.github.GithubLatestReleaseSource
- getName() - Method in class one.tranic.t.base.updater.schemas.hangar.CombinedResponse.VersionResult.Channel
- getName() - Method in class one.tranic.t.base.updater.schemas.hangar.CombinedResponse.VersionResult.FileInfo
- getName() - Method in class one.tranic.t.base.updater.schemas.hangar.CombinedResponse.VersionResult
- getName() - Method in class one.tranic.t.base.updater.schemas.hangar.CombinedResponse.VersionResult.PluginDependency
- getName() - Method in class one.tranic.t.base.updater.schemas.modrinth.ModrinthVersionSource
- getName() - Method in class one.tranic.t.base.updater.schemas.spiget.SpigetLatestVersionSource
- getNodeId() - Method in class one.tranic.t.base.updater.schemas.github.GithubLatestReleaseSource.Asset
- getNodeId() - Method in class one.tranic.t.base.updater.schemas.github.GithubLatestReleaseSource.Asset.Uploader
- getNodeId() - Method in class one.tranic.t.base.updater.schemas.github.GithubLatestReleaseSource.Author
- getNodeId() - Method in class one.tranic.t.base.updater.schemas.github.GithubLatestReleaseSource
- getNoUpdateMessage() - Method in class one.tranic.t.base.updater.FetchVersion
-
Builds and returns a message component indicating that no update is available.
- getOffset() - Method in class one.tranic.t.base.updater.schemas.hangar.CombinedResponse.Pagination
- getOnlinePlayers() - Static method in class one.tranic.t.base.player.Players
-
Retrieves a list of all online players currently connected to the server.
- getOnlinePlayersName() - Static method in class one.tranic.t.base.player.Players
-
Retrieves a list of the names of all online players currently connected to the server.
- getOperator() - Method in interface one.tranic.t.base.command.source.CommandSource
-
Retrieves the operator associated with this source implementation.
- getOrganizationsUrl() - Method in class one.tranic.t.base.updater.schemas.github.GithubLatestReleaseSource.Asset.Uploader
- getOrganizationsUrl() - Method in class one.tranic.t.base.updater.schemas.github.GithubLatestReleaseSource.Author
- getOwner() - Method in interface one.tranic.t.base.scheduler.Task
- getPagination() - Method in class one.tranic.t.base.updater.schemas.hangar.CombinedResponse
- getPermission() - Method in class one.tranic.t.base.command.simple.SimpleCommand
-
Retrieves the permission required to execute this command.
- getPing() - Method in interface one.tranic.t.base.player.Player
-
Retrieves the latency or ping value for the player in milliseconds.
- getPing(UUID) - Static method in class one.tranic.t.base.player.BedrockPlayer
-
Retrieves the ping of a player identified by their UUID.
- getPinnedStatus() - Method in class one.tranic.t.base.updater.schemas.hangar.CombinedResponse.VersionResult
- getPlatform() - Method in class one.tranic.t.base.updater.schemas.hangar.CombinedResponse.VersionResult.PluginDependency
- getPlatform(UUID) - Static method in class one.tranic.t.base.player.BedrockPlayer
-
Gets the platform of the player associated with the given UUID.
- getPlatformAltPlayers() - Static method in class one.tranic.t.base.player.Players
-
Retrieves a list of alternate players specific to the platform.
- getPlatformDependencies() - Method in class one.tranic.t.base.updater.schemas.hangar.CombinedResponse.VersionResult
- getPlatformDependenciesFormatted() - Method in class one.tranic.t.base.updater.schemas.hangar.CombinedResponse.VersionResult
- getPlatformDownloads() - Method in class one.tranic.t.base.updater.schemas.hangar.CombinedResponse.VersionResult.Stats
- getPlatformOnlinePlayers() - Static method in class one.tranic.t.base.player.Players
-
Retrieves a list of all online players currently connected to the platform.
- getPlayer(String) - Static method in interface one.tranic.t.base.player.Player
- getPlayer(String) - Static method in class one.tranic.t.base.player.Players
-
Retrieves a player instance based on their player name.
- getPlayer(UUID) - Static method in interface one.tranic.t.base.player.Player
- getPlayer(UUID) - Static method in class one.tranic.t.base.player.Players
-
Retrieves a player using their unique identifier (UUID).
- getPlayerProtocolVersion() - Method in interface one.tranic.t.base.player.Player
-
Retrieves the protocol version of the player.
- getPlayerVersion() - Method in interface one.tranic.t.base.player.Player
-
Retrieves the protocol version of the player.
- getPluginDependencies() - Method in class one.tranic.t.base.updater.schemas.hangar.CombinedResponse.VersionResult
- getProjectId() - Method in class one.tranic.t.base.updater.schemas.modrinth.ModrinthVersionSource.Dependency
- getProjectId() - Method in class one.tranic.t.base.updater.schemas.modrinth.ModrinthVersionSource
- getProtocolVersion() - Method in enum class one.tranic.t.util.ProtocolVersion
-
Returns the protocol number for this ProtocolVersion.
- getProxy() - Static method in class one.tranic.t.base.parse.proxy.ProxyConfigReader
-
Retrieves the active proxy configuration and returns a corresponding
Proxyobject. - getProxy(Proxy) - Static method in class one.tranic.t.base.parse.proxy.ProxyConfigReader
-
Returns a Proxy object based on the provided proxy parameter.
- getProxyConfig() - Static method in class one.tranic.t.base.parse.proxy.ProxyConfigReader
-
Retrieves the proxy configuration for the current operating system.
- getPublishedAt() - Method in class one.tranic.t.base.updater.schemas.github.GithubLatestReleaseSource
- getPureExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>) - Static method in class one.tranic.t.util.Threads
-
Creates and returns an
ExecutorServiceusing the specified parameters. - getRating() - Method in class one.tranic.t.base.updater.schemas.spiget.SpigetLatestVersionSource
- getReceivedEventsUrl() - Method in class one.tranic.t.base.updater.schemas.github.GithubLatestReleaseSource.Asset.Uploader
- getReceivedEventsUrl() - Method in class one.tranic.t.base.updater.schemas.github.GithubLatestReleaseSource.Author
- getReleaseDate() - Method in class one.tranic.t.base.updater.schemas.spiget.SpigetLatestVersionSource
- getReleaseDateOf() - Method in class one.tranic.t.base.updater.schemas.spiget.SpigetLatestVersionSource
- getReposUrl() - Method in class one.tranic.t.base.updater.schemas.github.GithubLatestReleaseSource.Asset.Uploader
- getReposUrl() - Method in class one.tranic.t.base.updater.schemas.github.GithubLatestReleaseSource.Author
- getRequestedStatus() - Method in class one.tranic.t.base.updater.schemas.modrinth.ModrinthVersionSource
- getResource() - Method in class one.tranic.t.base.updater.schemas.spiget.SpigetLatestUpdateSource
- getResource() - Method in class one.tranic.t.base.updater.schemas.spiget.SpigetLatestVersionSource
- getResourceURL() - Method in class one.tranic.t.base.updater.FetchVersion
-
Retrieves the URL of the resource associated with this object.
- getResult() - Method in class one.tranic.t.base.updater.schemas.hangar.CombinedResponse
- getReviewState() - Method in class one.tranic.t.base.updater.schemas.hangar.CombinedResponse.VersionResult
- getRootPath() - Static method in class one.tranic.t.base.TBase
-
Retrieves the root path of the current package structure.
- getSha1() - Method in class one.tranic.t.base.updater.schemas.modrinth.ModrinthVersionSource.Hashes
- getSha256Hash() - Method in class one.tranic.t.base.updater.schemas.hangar.CombinedResponse.VersionResult.FileInfo
- getSha512() - Method in class one.tranic.t.base.updater.schemas.modrinth.ModrinthVersionSource.Hashes
- getSize() - Method in class one.tranic.t.base.updater.schemas.github.GithubLatestReleaseSource.Asset
- getSize() - Method in class one.tranic.t.base.updater.schemas.modrinth.ModrinthVersionSource.File
- getSizeBytes() - Method in class one.tranic.t.base.updater.schemas.hangar.CombinedResponse.VersionResult.FileInfo
- getSource() - Method in interface one.tranic.t.base.command.source.CommandSource
-
Retrieves the source entity that this implementation represents.
- getSourcePlayer() - Method in interface one.tranic.t.base.player.Player
-
Retrieves the underlying source object associated with this player.
- getStarredUrl() - Method in class one.tranic.t.base.updater.schemas.github.GithubLatestReleaseSource.Asset.Uploader
- getStarredUrl() - Method in class one.tranic.t.base.updater.schemas.github.GithubLatestReleaseSource.Author
- getState() - Method in class one.tranic.t.base.updater.schemas.github.GithubLatestReleaseSource.Asset
- getStats() - Method in class one.tranic.t.base.updater.schemas.hangar.CombinedResponse.VersionResult
- getStatus() - Method in class one.tranic.t.base.updater.schemas.modrinth.ModrinthVersionSource
- getSubscriptionsUrl() - Method in class one.tranic.t.base.updater.schemas.github.GithubLatestReleaseSource.Asset.Uploader
- getSubscriptionsUrl() - Method in class one.tranic.t.base.updater.schemas.github.GithubLatestReleaseSource.Author
- getSuffix() - Method in enum class one.tranic.t.base.parse.time.TimeUnit
-
Retrieves the string suffix associated with the current time unit.
- getSupportedLocales() - Static method in class one.tranic.t.base.message.Message
-
Retrieves a list of supported locales.
- getTagName() - Method in class one.tranic.t.base.updater.schemas.github.GithubLatestReleaseSource
- getTarballUrl() - Method in class one.tranic.t.base.updater.schemas.github.GithubLatestReleaseSource
- getTargetCommitish() - Method in class one.tranic.t.base.updater.schemas.github.GithubLatestReleaseSource
- getTitle() - Method in class one.tranic.t.base.updater.schemas.spiget.SpigetLatestUpdateSource
- getTotalDownloads() - Method in class one.tranic.t.base.updater.schemas.hangar.CombinedResponse.VersionResult.Stats
- getType() - Method in class one.tranic.t.base.updater.schemas.github.GithubLatestReleaseSource.Asset.Uploader
- getType() - Method in class one.tranic.t.base.updater.schemas.github.GithubLatestReleaseSource.Author
- getUniqueId() - Method in interface one.tranic.t.base.player.Player
-
Retrieves the unique identifier (UUID) of the player.
- getUpdatedAt() - Method in class one.tranic.t.base.updater.schemas.github.GithubLatestReleaseSource.Asset
- getUpdateMessage() - Method in class one.tranic.t.base.updater.FetchVersion
-
Generates and returns an update notification message in a formatted style.
- getUploader() - Method in class one.tranic.t.base.updater.schemas.github.GithubLatestReleaseSource.Asset
- getUploadUrl() - Method in class one.tranic.t.base.updater.schemas.github.GithubLatestReleaseSource
- getUrl() - Method in class one.tranic.t.base.updater.schemas.github.GithubLatestReleaseSource.Asset
- getUrl() - Method in class one.tranic.t.base.updater.schemas.github.GithubLatestReleaseSource.Asset.Uploader
- getUrl() - Method in class one.tranic.t.base.updater.schemas.github.GithubLatestReleaseSource.Author
- getUrl() - Method in class one.tranic.t.base.updater.schemas.github.GithubLatestReleaseSource
- getUrl() - Method in class one.tranic.t.base.updater.schemas.modrinth.ModrinthVersionSource.File
- getUsage() - Method in class one.tranic.t.base.command.simple.SimpleCommand
-
Retrieves the usage string for the command.
- getUsername() - Method in interface one.tranic.t.base.player.Player
-
Retrieves the username of the player.
- getUuid() - Method in class one.tranic.t.base.updater.schemas.spiget.SpigetLatestVersionSource
- getUuidOf() - Method in class one.tranic.t.base.updater.schemas.spiget.SpigetLatestVersionSource
- getValue() - Method in enum class one.tranic.t.base.message.MessageExample
-
Retrieves the message string associated with this enum constant.
- getVersion(Object) - Static method in class one.tranic.t.base.player.ViaPlayer
-
Retrieves the protocol version of the specified player.
- getVersion(UUID) - Static method in class one.tranic.t.base.player.ViaPlayer
-
Retrieves the protocol version of a player identified by their unique identifier (UUID).
- getVersionId() - Method in class one.tranic.t.base.updater.schemas.modrinth.ModrinthVersionSource.Dependency
- getVersionNumber() - Method in class one.tranic.t.base.updater.schemas.modrinth.ModrinthVersionSource
- getVersionType() - Method in class one.tranic.t.base.updater.schemas.modrinth.ModrinthVersionSource
- getVisibility() - Method in class one.tranic.t.base.updater.schemas.hangar.CombinedResponse.VersionResult
- getXUID() - Method in interface one.tranic.t.base.player.Player
-
Retrieves the Xbox Unique Identifier (XUID) for the player if the player is a Bedrock player.
- getXUID(UUID) - Static method in class one.tranic.t.base.player.BedrockPlayer
-
Retrieves the XUID (Xbox Unique Identifier) of a player identified by their UUID.
- getZipballUrl() - Method in class one.tranic.t.base.updater.schemas.github.GithubLatestReleaseSource
- GithubLatestReleaseSource - Class in one.tranic.t.base.updater.schemas.github
- GithubLatestReleaseSource() - Constructor for class one.tranic.t.base.updater.schemas.github.GithubLatestReleaseSource
- GithubLatestReleaseSource.Asset - Class in one.tranic.t.base.updater.schemas.github
- GithubLatestReleaseSource.Asset.Uploader - Class in one.tranic.t.base.updater.schemas.github
- GithubLatestReleaseSource.Author - Class in one.tranic.t.base.updater.schemas.github
H
- hasFloodgate() - Method in class one.tranic.t.base.player.BedrockPlayer
-
Checks if the player has Floodgate integration enabled.
- hasGeyser() - Method in class one.tranic.t.base.player.BedrockPlayer
-
Determines if the player has access to the Geyser platform compatibility integration.
- hashCode() - Method in record class one.tranic.t.base.command.Operator
-
Returns a hash code value for this object.
- hashCode() - Method in record class one.tranic.t.base.message.MessageFormat
-
Returns a hash code value for this object.
- hashCode() - Method in record class one.tranic.t.base.message.MessageFormatString
-
Returns a hash code value for this object.
- hashCode() - Method in record class one.tranic.t.base.parse.mojang.schemas.ProfileLookup
-
Returns a hash code value for this object.
- hashCode() - Method in record class one.tranic.t.base.parse.proxy.RegistryReader.ProxySettings
-
Returns a hash code value for this object.
- hashCode() - Method in record class one.tranic.t.base.player.Location
-
Returns a hash code value for this object.
- Hashes() - Constructor for class one.tranic.t.base.updater.schemas.modrinth.ModrinthVersionSource.Hashes
- hasPermission(C) - Method in class one.tranic.t.base.command.simple.SimpleCommand
- hasPermission(C) - Method in interface one.tranic.t.base.command.simple.SimpleCommandImpl
-
Checks if the given source has the required permissions to execute a command or perform an action.
- hasPermission(String) - Method in interface one.tranic.t.base.command.source.CommandSource
-
Checks if the entity associated with this source has the specified permission.
- hasUpdate() - Method in class one.tranic.t.base.updater.FetchVersion
-
Determines whether there is an update available for the current version of the associated plugin or resource.
- HOUR - Enum constant in enum class one.tranic.t.base.parse.time.TimeUnit
- HTMLParser - Class in one.tranic.t.base.parse.html
- HTMLParser() - Constructor for class one.tranic.t.base.parse.html.HTMLParser
I
- id() - Method in record class one.tranic.t.base.parse.mojang.schemas.ProfileLookup
-
Returns the value of the
idrecord component. - isAutomaticActive - Variable in class one.tranic.t.base.parse.proxy.ProxyConfigReader.ProxyConfig
- isBedrockPlayer() - Method in interface one.tranic.t.base.command.source.CommandSource
-
Determines if the entity associated with this source is a Bedrock player.
- isBedrockPlayer() - Method in interface one.tranic.t.base.player.Player
-
Determines whether the player associated with this instance is a Bedrock player.
- isBedrockPlayer(UUID) - Static method in class one.tranic.t.base.player.BedrockPlayer
-
Determines if a player, identified by their UUID, is a Bedrock player.
- isBukkit() - Static method in enum class one.tranic.t.util.Platform
-
Determines whether the current platform is a Bukkit-based platform.
- isCancelled() - Method in interface one.tranic.t.base.scheduler.Task
- isDraft() - Method in class one.tranic.t.base.updater.schemas.github.GithubLatestReleaseSource
- isEnabled() - Static method in class one.tranic.t.base.player.ViaPlayer
-
Determines if the ViaVersion plugin is enabled.
- isExpired() - Method in class one.tranic.t.base.updater.FetchVersion
-
Determines whether the cached data has expired based on the time elapsed since the last update compared to the predefined cache expiry threshold.
- isFeatured() - Method in class one.tranic.t.base.updater.schemas.modrinth.ModrinthVersionSource
- isFloodgatePlayer(String) - Static method in class one.tranic.t.base.player.BedrockPlayer
-
Determines whether the provided UUID string corresponds to a Floodgate player.
- isFloodgatePlayer(UUID) - Static method in class one.tranic.t.base.player.BedrockPlayer
-
Determines whether the player associated with the given UUID is a Floodgate player.
- isNatRange(InetAddress) - Static method in class one.tranic.t.base.parse.network.NetworkParser
-
Helper method to detect extended NAT internal ranges.
- isOnline() - Method in interface one.tranic.t.base.player.Player
-
Checks whether the player is currently online.
- isPlayer() - Method in interface one.tranic.t.base.command.source.CommandSource
-
Determines if the entity represented by this source is a player.
- isPrerelease() - Method in class one.tranic.t.base.updater.schemas.github.GithubLatestReleaseSource
- isPrimary() - Method in class one.tranic.t.base.updater.schemas.modrinth.ModrinthVersionSource.File
- isPrivateIp(String) - Static method in class one.tranic.t.base.parse.network.NetworkParser
-
Checks if a given IP address in String format is a private IP address.
- isPrivateIp(InetAddress) - Static method in class one.tranic.t.base.parse.network.NetworkParser
-
Checks if an InetAddress is a private IP address.
- isRepeatingTask() - Method in interface one.tranic.t.base.scheduler.Task
-
Returns whether this task executes on a fixed period, as opposed to executing only once.
- isRequired() - Method in class one.tranic.t.base.updater.schemas.hangar.CombinedResponse.VersionResult.PluginDependency
- isSiteAdmin() - Method in class one.tranic.t.base.updater.schemas.github.GithubLatestReleaseSource.Asset.Uploader
- isSiteAdmin() - Method in class one.tranic.t.base.updater.schemas.github.GithubLatestReleaseSource.Author
- isStaticActive - Variable in class one.tranic.t.base.parse.proxy.ProxyConfigReader.ProxyConfig
- isSupportedLocale(Locale) - Method in class one.tranic.t.base.message.Message
-
Checks if the specified locale is supported.
- isSynchronized() - Method in interface one.tranic.t.base.scheduler.Task
-
Returns true if the Task is a sync task.
- isTimeInPast(LocalDateTime) - Static method in class one.tranic.t.base.parse.time.TimeParser
-
Checks if the given LocalDateTime is earlier than the current time.
K
- key() - Method in record class one.tranic.t.base.message.MessageFormat
-
Returns the value of the
keyrecord component. - key() - Method in record class one.tranic.t.base.message.MessageFormatString
-
Returns the value of the
keyrecord component. - kick() - Method in interface one.tranic.t.base.player.Player
-
Removes the player from the server or disconnects the player for an unspecified reason.
- kick(Component) - Method in interface one.tranic.t.base.player.Player
-
Disconnects the player from the server with the specified reason.
- kick(String) - Method in interface one.tranic.t.base.player.Player
-
Kicks the player from the game or server with a specified reason.
- KICK_MESSAGE - Enum constant in enum class one.tranic.t.base.message.MessageExample
L
- LISTED - Enum constant in enum class one.tranic.t.base.updater.schemas.modrinth.RequestedStatus
- LISTED - Enum constant in enum class one.tranic.t.base.updater.schemas.modrinth.Status
- LITELOADER - Enum constant in enum class one.tranic.t.base.updater.schemas.modrinth.Loaders
- loadAllMessage(Object) - Static method in class one.tranic.t.base.message.Message
- loadAllMessage(Object) - Method in interface one.tranic.t.base.message.MessageImpl
- Loaders - Enum Class in one.tranic.t.base.updater.schemas.modrinth
- Location - Record Class in one.tranic.t.base.player
-
Represents a location in a specific world with precise x, y, and z coordinates.
- Location(String, double, double, double, float, float) - Constructor for record class one.tranic.t.base.player.Location
-
Creates an instance of a
Locationrecord class. - lookupProfile(String) - Static method in class one.tranic.t.base.parse.mojang.MojangAPIParser
-
Looks up a Minecraft profile by its username using the Mojang API.
- lookupProfile(String...) - Static method in class one.tranic.t.base.parse.mojang.MojangAPIParser
-
Retrieves a list of Minecraft profiles by performing a bulk lookup using an array of usernames.
- lookupProfile(UUID) - Static method in class one.tranic.t.base.parse.mojang.MojangAPIParser
-
Retrieves the Minecraft profile associated with the given UUID by performing a lookup request to the Mojang API.
M
- Message - Class in one.tranic.t.base.message
- Message() - Constructor for class one.tranic.t.base.message.Message
- MessageExample - Enum Class in one.tranic.t.base.message
-
The
MessageExampleenum defines a set of predefined message keys used for retrieving and formatting text-based messages. - MessageFormat - Record Class in one.tranic.t.base.message
-
Record representing a formatted message with a key and a value.
- MessageFormat(String, Component) - Constructor for record class one.tranic.t.base.message.MessageFormat
-
Creates an instance of a
MessageFormatrecord class. - MessageFormatString - Record Class in one.tranic.t.base.message
-
Record representing a message with a key and a string value.
- MessageFormatString(String, String) - Constructor for record class one.tranic.t.base.message.MessageFormatString
-
Creates an instance of a
MessageFormatStringrecord class. - MessageImpl - Interface in one.tranic.t.base.message
- MINUTE - Enum constant in enum class one.tranic.t.base.parse.time.TimeUnit
- ModrinthVersionSource - Class in one.tranic.t.base.updater.schemas.modrinth
- ModrinthVersionSource() - Constructor for class one.tranic.t.base.updater.schemas.modrinth.ModrinthVersionSource
- ModrinthVersionSource.Dependency - Class in one.tranic.t.base.updater.schemas.modrinth
- ModrinthVersionSource.File - Class in one.tranic.t.base.updater.schemas.modrinth
- ModrinthVersionSource.Hashes - Class in one.tranic.t.base.updater.schemas.modrinth
- MojangAPIParser - Class in one.tranic.t.base.parse.mojang
-
MojangAPIParser is a utility class for interacting with the Mojang API to perform profile lookups.
- MojangAPIParser() - Constructor for class one.tranic.t.base.parse.mojang.MojangAPIParser
- MONTH - Enum constant in enum class one.tranic.t.base.parse.time.TimeUnit
N
- name() - Method in record class one.tranic.t.base.command.Operator
-
Returns the value of the
namerecord component. - name() - Method in record class one.tranic.t.base.parse.mojang.schemas.ProfileLookup
-
Returns the value of the
namerecord component. - NAME - Enum constant in enum class one.tranic.t.base.message.MessageExample
- NEOFORGE - Enum constant in enum class one.tranic.t.base.updater.schemas.modrinth.Loaders
- NetworkParser - Class in one.tranic.t.base.parse.network
- NetworkParser() - Constructor for class one.tranic.t.base.parse.network.NetworkParser
- newArrayList() - Static method in class one.tranic.t.util.Collections
-
Creates a new empty list instance.
- newArrayList(int) - Static method in class one.tranic.t.util.Collections
-
Creates a new
Listinstance with the specified initial size. - newArrayList(Collection<? extends T>) - Static method in class one.tranic.t.util.Collections
-
Creates a new list containing the elements from the specified collection.
- newArrayList(T...) - Static method in class one.tranic.t.util.Collections
-
Creates a new array-backed
Listcontaining the provided elements. - newBooleanHashMap() - Static method in class one.tranic.t.util.Collections
-
Creates and returns a new Map instance where the values are of type Boolean.
- newBooleanHashMap(int) - Static method in class one.tranic.t.util.Collections
-
Creates a new
Mapinstance with keys of typeKand boolean values. - newDoubleHashMap() - Static method in class one.tranic.t.util.Collections
-
Creates a new map with generic keys and double values.
- newDoubleHashMap(int) - Static method in class one.tranic.t.util.Collections
-
Creates a new hash map with keys of type
Kand values of typeDouble. - newFloatHashMap() - Static method in class one.tranic.t.util.Collections
-
Creates a new map with keys of type
Kand values of typeFloat. - newFloatHashMap(int) - Static method in class one.tranic.t.util.Collections
-
Creates a new map with keys of generic type
Kandfloatvalues. - newHashMap() - Static method in class one.tranic.t.util.Collections
-
Creates and returns a new hash map with default settings.
- newHashMap(int) - Static method in class one.tranic.t.util.Collections
-
Creates a new hash map with the specified initial capacity.
- newHashMap(Map<K, V>) - Static method in class one.tranic.t.util.Collections
-
Creates a new HashMap instance and populates it with the entries from the provided map.
- newHashSet() - Static method in class one.tranic.t.util.Collections
-
Creates a new empty HashSet instance.
- newHashSet(int) - Static method in class one.tranic.t.util.Collections
-
Creates a new hash set with the specified initial capacity.
- newIntHashMap() - Static method in class one.tranic.t.util.Collections
-
Creates a new hash map that maps keys of type
Kto integer values. - newIntHashMap(int) - Static method in class one.tranic.t.util.Collections
-
Creates a new hash map where keys are of type K and values are of type Integer.
- newLinkedHashMap() - Static method in class one.tranic.t.util.Collections
-
Creates and returns a new instance of a LinkedHashMap or a fastutil-based Object2ObjectLinkedOpenHashMap based on the value of the 'fastutil' flag.
- newLinkedHashMap(int) - Static method in class one.tranic.t.util.Collections
-
Creates a new LinkedHashMap with the specified initial capacity.
- newLinkedHashMap(Map<K, V>) - Static method in class one.tranic.t.util.Collections
-
Creates a new LinkedHashMap or a fastutil Object2ObjectLinkedOpenHashMap based on the specified map.
- newLongHashMap() - Static method in class one.tranic.t.util.Collections
-
Creates and returns a new map instance where the keys are of generic type K, and the values are of type Long.
- newLongHashMap(int) - Static method in class one.tranic.t.util.Collections
-
Creates a new hash map with keys of type
Kand values of typeLong. - newTreeSet(Collection<? extends T>) - Static method in class one.tranic.t.util.Collections
-
Creates a new TreeSet with the elements provided in the specified collection.
- newTreeSetRB(Collection<? extends T>) - Static method in class one.tranic.t.util.Collections
-
Creates a new TreeSet instance with the elements provided in the specified collection.
- newUnmodifiableHashSet() - Static method in class one.tranic.t.util.Collections
-
Creates a new unmodifiable empty set.
- newUnmodifiableHashSet(Set<T>) - Static method in class one.tranic.t.util.Collections
-
Creates a new unmodifiable hash set containing the elements of the provided set.
- newUnmodifiableHashSet(T...) - Static method in class one.tranic.t.util.Collections
-
Creates a new unmodifiable
Setthat contains the specified elements. - newUnmodifiableList() - Static method in class one.tranic.t.util.Collections
-
Creates a new unmodifiable list.
- newUnmodifiableList(List<T>) - Static method in class one.tranic.t.util.Collections
-
Creates a new unmodifiable list from the provided list.
- newUnmodifiableList(T...) - Static method in class one.tranic.t.util.Collections
-
Creates a new unmodifiable list containing the specified elements.
- newVirtualThreadFactoryOrDefault() - Static method in class one.tranic.t.util.Threads
-
Creates a new virtual thread factory if supported by the current JVM; otherwise, falls back to the default thread factory implementation.
- newVirtualThreadPerTaskExecutor() - Static method in class one.tranic.t.util.Threads
-
Creates a new
ExecutorServicethat assigns a virtual thread to each submitted task. - newVirtualThreadPerTaskExecutorOrProvided(ExecutorService) - Static method in class one.tranic.t.util.Threads
-
Creates a new virtual thread-per-task executor if supported by the runtime environment, otherwise returns the provided fallback executor.
- noProxy - Variable in class one.tranic.t.base.parse.proxy.ProxyConfigReader.ProxyConfig
O
- of(String) - Static method in enum class one.tranic.t.base.updater.schemas.modrinth.Loaders
- of(String) - Static method in enum class one.tranic.t.base.updater.schemas.modrinth.Status
- of(String) - Method in enum class one.tranic.t.base.updater.schemas.modrinth.VersionType
- of(String) - Static method in enum class one.tranic.t.util.Platform
-
Returns the
Platformcorresponding to the provided platform name. - of(String) - Static method in enum class one.tranic.t.base.updater.schemas.modrinth.RequestedStatus
- one.tranic.t.base - package one.tranic.t.base
- one.tranic.t.base.command - package one.tranic.t.base.command
- one.tranic.t.base.command.simple - package one.tranic.t.base.command.simple
- one.tranic.t.base.command.source - package one.tranic.t.base.command.source
- one.tranic.t.base.exception - package one.tranic.t.base.exception
- one.tranic.t.base.message - package one.tranic.t.base.message
- one.tranic.t.base.parse.html - package one.tranic.t.base.parse.html
- one.tranic.t.base.parse.mojang - package one.tranic.t.base.parse.mojang
- one.tranic.t.base.parse.mojang.schemas - package one.tranic.t.base.parse.mojang.schemas
- one.tranic.t.base.parse.network - package one.tranic.t.base.parse.network
- one.tranic.t.base.parse.proxy - package one.tranic.t.base.parse.proxy
- one.tranic.t.base.parse.time - package one.tranic.t.base.parse.time
- one.tranic.t.base.parse.uuid - package one.tranic.t.base.parse.uuid
- one.tranic.t.base.parse.version - package one.tranic.t.base.parse.version
- one.tranic.t.base.player - package one.tranic.t.base.player
- one.tranic.t.base.scheduler - package one.tranic.t.base.scheduler
- one.tranic.t.base.task - package one.tranic.t.base.task
- one.tranic.t.base.updater - package one.tranic.t.base.updater
- one.tranic.t.base.updater.schemas.github - package one.tranic.t.base.updater.schemas.github
- one.tranic.t.base.updater.schemas.hangar - package one.tranic.t.base.updater.schemas.hangar
- one.tranic.t.base.updater.schemas.modrinth - package one.tranic.t.base.updater.schemas.modrinth
- one.tranic.t.base.updater.schemas.spiget - package one.tranic.t.base.updater.schemas.spiget
- one.tranic.t.util - package one.tranic.t.util
- openConnection(String) - Static method in class one.tranic.t.base.parse.proxy.RequestWithProxyParser
-
Opens a connection to the specified URL string with proxy settings applied.
- openConnection(URL) - Static method in class one.tranic.t.base.parse.proxy.RequestWithProxyParser
-
Opens a connection to the specified URL using the proxy configuration retrieved from the system or environment settings.
- openConnectionAsync(String) - Static method in class one.tranic.t.base.parse.proxy.RequestWithProxyParser
-
Establishes an asynchronous connection to the specified URL.
- openConnectionAsync(URL) - Static method in class one.tranic.t.base.parse.proxy.RequestWithProxyParser
-
Opens a connection to the specified URL asynchronously and returns a Future with the result.
- openStream(String) - Static method in class one.tranic.t.base.parse.proxy.RequestWithProxyParser
-
Opens an input stream to the resource referenced by the specified URL string.
- openStream(URL) - Static method in class one.tranic.t.base.parse.proxy.RequestWithProxyParser
-
Opens a stream for reading from the specified
URL, using a proxy configuration retrieved viaProxyConfigReader.getProxy(). - openStreamAsync(String) - Static method in class one.tranic.t.base.parse.proxy.RequestWithProxyParser
-
Asynchronously opens an input stream to the specified URL string.
- openStreamAsync(URL) - Static method in class one.tranic.t.base.parse.proxy.RequestWithProxyParser
-
Opens a stream to a given URL asynchronously using an executor service.
- Operator - Record Class in one.tranic.t.base.command
- Operator(String, UUID) - Constructor for record class one.tranic.t.base.command.Operator
-
Creates an instance of a
Operatorrecord class. - override() - Method in record class one.tranic.t.base.parse.proxy.RegistryReader.ProxySettings
-
Returns the value of the
overriderecord component.
P
- Pagination() - Constructor for class one.tranic.t.base.updater.schemas.hangar.CombinedResponse.Pagination
- Paper - Enum constant in enum class one.tranic.t.util.Platform
-
Represents the Paper platform.
- PAPER - Enum constant in enum class one.tranic.t.base.updater.schemas.modrinth.Loaders
- parse(String) - Static method in class one.tranic.t.base.parse.time.TimeParser
-
Parses a time argument string and returns the formatted future time or a special value such as "forever".
- ParseException - Exception in one.tranic.t.base.exception
-
A custom exception that indicates a parsing error in the application.
- ParseException() - Constructor for exception one.tranic.t.base.exception.ParseException
-
Constructs a new
ParseExceptionwith no detail message. - ParseException(Exception) - Constructor for exception one.tranic.t.base.exception.ParseException
- ParseException(String) - Constructor for exception one.tranic.t.base.exception.ParseException
-
Constructs a new ParseException with the specified detail message.
- parseStringTime(String) - Static method in class one.tranic.t.base.parse.time.TimeParser
-
Parses a string representation of a time into a
LocalDateTimeobject. - pitch() - Method in record class one.tranic.t.base.player.Location
-
Returns the value of the
pitchrecord component. - Platform - Enum Class in one.tranic.t.util
-
Enum representing various Minecraft server platforms.
- PLAY_1_10 - Enum constant in enum class one.tranic.t.util.ProtocolVersion
- PLAY_1_11 - Enum constant in enum class one.tranic.t.util.ProtocolVersion
- PLAY_1_11_1 - Enum constant in enum class one.tranic.t.util.ProtocolVersion
- PLAY_1_12 - Enum constant in enum class one.tranic.t.util.ProtocolVersion
- PLAY_1_12_1 - Enum constant in enum class one.tranic.t.util.ProtocolVersion
- PLAY_1_12_2 - Enum constant in enum class one.tranic.t.util.ProtocolVersion
- PLAY_1_13 - Enum constant in enum class one.tranic.t.util.ProtocolVersion
- PLAY_1_13_1 - Enum constant in enum class one.tranic.t.util.ProtocolVersion
- PLAY_1_13_2 - Enum constant in enum class one.tranic.t.util.ProtocolVersion
- PLAY_1_14 - Enum constant in enum class one.tranic.t.util.ProtocolVersion
- PLAY_1_14_1 - Enum constant in enum class one.tranic.t.util.ProtocolVersion
- PLAY_1_14_2 - Enum constant in enum class one.tranic.t.util.ProtocolVersion
- PLAY_1_14_3 - Enum constant in enum class one.tranic.t.util.ProtocolVersion
- PLAY_1_14_4 - Enum constant in enum class one.tranic.t.util.ProtocolVersion
- PLAY_1_15 - Enum constant in enum class one.tranic.t.util.ProtocolVersion
- PLAY_1_15_1 - Enum constant in enum class one.tranic.t.util.ProtocolVersion
- PLAY_1_15_2 - Enum constant in enum class one.tranic.t.util.ProtocolVersion
- PLAY_1_16 - Enum constant in enum class one.tranic.t.util.ProtocolVersion
- PLAY_1_16_1 - Enum constant in enum class one.tranic.t.util.ProtocolVersion
- PLAY_1_16_2 - Enum constant in enum class one.tranic.t.util.ProtocolVersion
- PLAY_1_16_3 - Enum constant in enum class one.tranic.t.util.ProtocolVersion
- PLAY_1_16_4 - Enum constant in enum class one.tranic.t.util.ProtocolVersion
- PLAY_1_17 - Enum constant in enum class one.tranic.t.util.ProtocolVersion
- PLAY_1_17_1 - Enum constant in enum class one.tranic.t.util.ProtocolVersion
- PLAY_1_18 - Enum constant in enum class one.tranic.t.util.ProtocolVersion
- PLAY_1_18_2 - Enum constant in enum class one.tranic.t.util.ProtocolVersion
- PLAY_1_19 - Enum constant in enum class one.tranic.t.util.ProtocolVersion
- PLAY_1_19_1 - Enum constant in enum class one.tranic.t.util.ProtocolVersion
- PLAY_1_19_3 - Enum constant in enum class one.tranic.t.util.ProtocolVersion
- PLAY_1_19_4 - Enum constant in enum class one.tranic.t.util.ProtocolVersion
- PLAY_1_20 - Enum constant in enum class one.tranic.t.util.ProtocolVersion
- PLAY_1_20_2 - Enum constant in enum class one.tranic.t.util.ProtocolVersion
- PLAY_1_20_3 - Enum constant in enum class one.tranic.t.util.ProtocolVersion
- PLAY_1_20_5 - Enum constant in enum class one.tranic.t.util.ProtocolVersion
- PLAY_1_21 - Enum constant in enum class one.tranic.t.util.ProtocolVersion
- PLAY_1_21_2 - Enum constant in enum class one.tranic.t.util.ProtocolVersion
- PLAY_1_21_4 - Enum constant in enum class one.tranic.t.util.ProtocolVersion
- PLAY_1_21_5 - Enum constant in enum class one.tranic.t.util.ProtocolVersion
- PLAY_1_7 - Enum constant in enum class one.tranic.t.util.ProtocolVersion
- PLAY_1_7_2 - Enum constant in enum class one.tranic.t.util.ProtocolVersion
- PLAY_1_7_6 - Enum constant in enum class one.tranic.t.util.ProtocolVersion
- PLAY_1_8 - Enum constant in enum class one.tranic.t.util.ProtocolVersion
- PLAY_1_9 - Enum constant in enum class one.tranic.t.util.ProtocolVersion
- PLAY_1_9_1 - Enum constant in enum class one.tranic.t.util.ProtocolVersion
- PLAY_1_9_2 - Enum constant in enum class one.tranic.t.util.ProtocolVersion
- PLAY_1_9_3 - Enum constant in enum class one.tranic.t.util.ProtocolVersion
- Player<C> - Interface in one.tranic.t.base.player
- Players - Class in one.tranic.t.base.player
- Players() - Constructor for class one.tranic.t.base.player.Players
- PluginDependency() - Constructor for class one.tranic.t.base.updater.schemas.hangar.CombinedResponse.VersionResult.PluginDependency
- preConfiguredURL - Variable in class one.tranic.t.base.parse.proxy.ProxyConfigReader.ProxyConfig
- ProfileLookup - Record Class in one.tranic.t.base.parse.mojang.schemas
- ProfileLookup(String, String) - Constructor for record class one.tranic.t.base.parse.mojang.schemas.ProfileLookup
-
Creates an instance of a
ProfileLookuprecord class. - protocols - Variable in class one.tranic.t.base.parse.proxy.ProxyConfigReader.ProxyConfig
- ProtocolVersion - Enum Class in one.tranic.t.util
-
Represents the Minecraft Java Edition protocol version mapping table.
- ProxyConfig() - Constructor for class one.tranic.t.base.parse.proxy.ProxyConfigReader.ProxyConfig
- ProxyConfigReader - Class in one.tranic.t.base.parse.proxy
-
A utility class for reading and configuring proxy settings based on the system's environment or operating system-specific configurations.
- ProxyConfigReader() - Constructor for class one.tranic.t.base.parse.proxy.ProxyConfigReader
- ProxyConfigReader.ProxyConfig - Class in one.tranic.t.base.parse.proxy
- ProxySettings(String, String, boolean) - Constructor for record class one.tranic.t.base.parse.proxy.RegistryReader.ProxySettings
-
Creates an instance of a
ProxySettingsrecord class. - PURPUR - Enum constant in enum class one.tranic.t.base.updater.schemas.modrinth.Loaders
Q
R
- Rand - Class in one.tranic.t.util
- Rand() - Constructor for class one.tranic.t.util.Rand
- Rating() - Constructor for class one.tranic.t.base.updater.schemas.spiget.SpigetLatestVersionSource.Rating
- readWindowsProxySettings() - Static method in class one.tranic.t.base.parse.proxy.RegistryReader
-
Reads proxy settings from the Windows registry and returns them as a ProxySettings object.
- refreshProxy() - Static method in class one.tranic.t.base.parse.proxy.RequestWithProxyParser
-
Refreshes the proxy configuration used by the application.
- registerLocale(Locale) - Method in class one.tranic.t.base.message.Message
-
Registers a new locale to the list of supported locales.
- RegistryReader - Class in one.tranic.t.base.parse.proxy
-
A utility class for reading Windows registry values to retrieve proxy settings.
- RegistryReader() - Constructor for class one.tranic.t.base.parse.proxy.RegistryReader
- RegistryReader.ProxySettings - Record Class in one.tranic.t.base.parse.proxy
-
A record class representing proxy settings.
- RELEASE - Enum constant in enum class one.tranic.t.base.updater.schemas.modrinth.VersionType
- reloadMessages() - Static method in class one.tranic.t.base.message.Message
- reloadMessages() - Method in interface one.tranic.t.base.message.MessageImpl
- removeDashes(String) - Static method in class one.tranic.t.base.parse.uuid.UUIDParser
-
Removes all dashes from the given UUID string and converts it to lowercase.
- removeDashes(UUID) - Static method in class one.tranic.t.base.parse.uuid.UUIDParser
-
Removes all dashes from the string representation of the given UUID.
- removeIf(Map<K, V>, Predicate<? super Map.Entry<K, V>>) - Static method in class one.tranic.t.util.Collections
-
Removes all entries from the specified map that satisfy the provided predicate.
- RequestedStatus - Enum Class in one.tranic.t.base.updater.schemas.modrinth
- RequestWithProxyParser - Class in one.tranic.t.base.parse.proxy
-
A utility class for handling HTTP connections and streams with support for proxy configurations and asynchronous operations.
- RequestWithProxyParser() - Constructor for class one.tranic.t.base.parse.proxy.RequestWithProxyParser
- resetMessages() - Method in class one.tranic.t.base.message.Message
-
Clears all the messages stored in the internal messages map.
- resetSupportedLocales() - Method in class one.tranic.t.base.message.Message
-
Clears all currently supported locales from the list of registered locales.
- resource(String) - Static method in class one.tranic.t.base.parse.network.NetworkParser
-
Retrieves an InputStream for a specified resource file by its filename.
- RIFT - Enum constant in enum class one.tranic.t.base.updater.schemas.modrinth.Loaders
- RISUGAMIMODLOADER - Enum constant in enum class one.tranic.t.base.updater.schemas.modrinth.Loaders
- run() - Method in class one.tranic.t.base.updater.FetchVersion
-
Initiates an asynchronous version check process by scheduling a task through an executor.
- runAsync(Runnable) - Static method in class one.tranic.t.base.TBase
-
Executes the given
Runnableasynchronously using a pre-configured executor. - runAsync(Supplier<T>) - Static method in class one.tranic.t.base.TBase
-
Executes the given supplier asynchronously using a pre-configured executor.
- runTask(Runnable) - Method in interface one.tranic.t.base.scheduler.AsyncScheduler
- runTask(Runnable) - Method in interface one.tranic.t.base.scheduler.SyncScheduler
S
- SCHEDULED - Enum constant in enum class one.tranic.t.base.updater.schemas.modrinth.Status
- SECOND - Enum constant in enum class one.tranic.t.base.parse.time.TimeUnit
- sendForm(Form) - Method in interface one.tranic.t.base.player.Player
-
Sends a form to the player associated with the current instance.
- sendForm(UUID, Form) - Static method in class one.tranic.t.base.player.BedrockPlayer
-
Sends a form to a player identified by their UUID.
- sendFormAsync(Form) - Method in interface one.tranic.t.base.player.Player
- sendMessage(String) - Method in interface one.tranic.t.base.player.Player
-
Sends a text message to the player.
- sendMessage(Component) - Method in interface one.tranic.t.base.command.source.CommandSource
-
Sends a message to the source.
- sendMessage(Component) - Method in interface one.tranic.t.base.player.Player
-
Sends a message to the player represented by this instance.
- sendMessage(String) - Method in interface one.tranic.t.base.command.source.CommandSource
-
Sends a message to the source.
- sendResult(C, String) - Method in class one.tranic.t.base.command.simple.SimpleCommand
-
Sends a message result to a specified source.
- sendResult(C, String, boolean) - Method in class one.tranic.t.base.command.simple.SimpleCommand
-
Sends a result message to the specified source and optionally to the console.
- sendResult(C, Component) - Method in class one.tranic.t.base.command.simple.SimpleCommand
-
Sends a result message to a specified source.
- sendResult(C, Component, boolean) - Method in class one.tranic.t.base.command.simple.SimpleCommand
-
Sends a message result to a given source, taking into account whether the source is a Bedrock player, a standard player, or whether the message should also be sent to the console.
- server() - Method in record class one.tranic.t.base.parse.proxy.RegistryReader.ProxySettings
-
Returns the value of the
serverrecord component. - setCustomProxy(Proxy) - Static method in class one.tranic.t.base.parse.proxy.RequestWithProxyParser
-
Sets a custom proxy for the RequestWithProxyParser class.
- setDescription(String) - Method in class one.tranic.t.base.command.simple.SimpleCommand
-
Sets the description for this command.
- setMessage(Object, String) - Static method in class one.tranic.t.base.message.Message
-
Sets a message for the given key.
- setMessageImpl(MessageImpl) - Static method in class one.tranic.t.base.message.Message
- setName(String) - Method in class one.tranic.t.base.command.simple.SimpleCommand
-
Sets the name of the command, prefixing it with platform-specific identifiers.
- setPermission(String) - Method in class one.tranic.t.base.command.simple.SimpleCommand
-
Sets the permission for the command with platform-specific modifications.
- setUsage(String) - Method in class one.tranic.t.base.command.simple.SimpleCommand
-
Sets the usage description for this command.
- ShreddedPaper - Enum constant in enum class one.tranic.t.util.Platform
-
Represents the ShreddedPaper platform.
- SimpleCommand<C extends CommandSource<?,
?>> - Class in one.tranic.t.base.command.simple -
Abstract base class representing a command in a multi-platform environment.
- SimpleCommand() - Constructor for class one.tranic.t.base.command.simple.SimpleCommand
- SimpleCommandImpl<C extends CommandSource<?,
?>> - Interface in one.tranic.t.base.command.simple -
Represents a command implementation designed to be executed by or for a specific source type.
- SpigetErrorSource - Class in one.tranic.t.base.updater.schemas.spiget
- SpigetErrorSource() - Constructor for class one.tranic.t.base.updater.schemas.spiget.SpigetErrorSource
- SpigetLatestUpdateSource - Class in one.tranic.t.base.updater.schemas.spiget
- SpigetLatestUpdateSource() - Constructor for class one.tranic.t.base.updater.schemas.spiget.SpigetLatestUpdateSource
- SpigetLatestVersionSource - Class in one.tranic.t.base.updater.schemas.spiget
- SpigetLatestVersionSource() - Constructor for class one.tranic.t.base.updater.schemas.spiget.SpigetLatestVersionSource
- SpigetLatestVersionSource.Rating - Class in one.tranic.t.base.updater.schemas.spiget
- Spigot - Enum constant in enum class one.tranic.t.util.Platform
-
Represents the Spigot platform.
- SPIGOT - Enum constant in enum class one.tranic.t.base.updater.schemas.modrinth.Loaders
- SPONGE - Enum constant in enum class one.tranic.t.base.updater.schemas.modrinth.Loaders
- start() - Method in class one.tranic.t.base.updater.FetchVersion
- Stats() - Constructor for class one.tranic.t.base.updater.schemas.hangar.CombinedResponse.VersionResult.Stats
- Status - Enum Class in one.tranic.t.base.updater.schemas.modrinth
- suggest(C) - Method in interface one.tranic.t.base.command.simple.SimpleCommandImpl
-
Provides a list of suggestions based on the given source context.
- sync() - Method in class one.tranic.t.base.task.Actions
-
Executes the encapsulated task synchronously and returns its result.
- SyncScheduler<R> - Interface in one.tranic.t.base.scheduler
- Sys - Class in one.tranic.t.util
- Sys() - Constructor for class one.tranic.t.util.Sys
T
- Task<C> - Interface in one.tranic.t.base.scheduler
- TBase - Class in one.tranic.t.base
- TBase() - Constructor for class one.tranic.t.base.TBase
- Threads - Class in one.tranic.t.util
-
Provides utility methods for working with threads, including creating virtual threads, thread factories, and executors.
- Threads() - Constructor for class one.tranic.t.util.Threads
- TimeParser - Class in one.tranic.t.base.parse.time
-
The TimeParser class provides functionality for parsing time-related string inputs and performing operations such as calculating future times, validating time formats, and checking time conditions.
- TimeParser() - Constructor for class one.tranic.t.base.parse.time.TimeParser
- TimeUnit - Enum Class in one.tranic.t.base.parse.time
-
The TimeUnit enum represents various units of time, each of which can be used to perform time-based calculations on a
LocalDateTimeobject. - toBaseComponent(String) - Static method in class one.tranic.t.base.message.Message
-
Converts a legacy text string into an array of BaseComponent objects.
- toBaseComponent(Component) - Static method in class one.tranic.t.base.message.Message
-
Converts a
Componentto an array ofBaseComponent. - toRawString() - Method in enum class one.tranic.t.util.Platform
- toString() - Method in record class one.tranic.t.base.command.Operator
-
Returns a string representation of this record class.
- toString() - Method in record class one.tranic.t.base.message.MessageFormat
-
Returns a string representation of this record class.
- toString() - Method in record class one.tranic.t.base.message.MessageFormatString
-
Returns a string representation of this record class.
- toString() - Method in record class one.tranic.t.base.parse.mojang.schemas.ProfileLookup
-
Returns a string representation of this record class.
- toString() - Method in class one.tranic.t.base.parse.proxy.ProxyConfigReader.ProxyConfig
- toString() - Method in record class one.tranic.t.base.parse.proxy.RegistryReader.ProxySettings
-
Returns a string representation of this record class.
- toString() - Method in record class one.tranic.t.base.player.Location
-
Returns a string representation of this record class.
- toString() - Method in enum class one.tranic.t.base.updater.schemas.modrinth.Loaders
- toString() - Method in enum class one.tranic.t.base.updater.schemas.modrinth.RequestedStatus
- toString() - Method in enum class one.tranic.t.base.updater.schemas.modrinth.Status
- toString() - Method in enum class one.tranic.t.base.updater.schemas.modrinth.VersionType
- toString() - Method in enum class one.tranic.t.util.Platform
-
Returns the lowercase string representation of the platform.
- toString(Component) - Static method in class one.tranic.t.base.message.Message
-
Converts a
Componentinto its string representation using the legacy section serialization format.
U
- unescapeHtml(String) - Static method in class one.tranic.t.base.parse.html.HTMLParser
-
Unescapes special HTML characters in a given string.
- UNKNOWN - Enum constant in enum class one.tranic.t.base.updater.schemas.modrinth.Status
- UNKNOWN - Enum constant in enum class one.tranic.t.util.ProtocolVersion
- UNLISTED - Enum constant in enum class one.tranic.t.base.updater.schemas.modrinth.RequestedStatus
- UNLISTED - Enum constant in enum class one.tranic.t.base.updater.schemas.modrinth.Status
- UnsupportedTypeException - Exception in one.tranic.t.base.exception
-
A custom exception that indicates an operation involving an unsupported or invalid type.
- UnsupportedTypeException() - Constructor for exception one.tranic.t.base.exception.UnsupportedTypeException
-
Constructs a new
UnsupportedTypeExceptionwith no detail message. - UnsupportedTypeException(Exception) - Constructor for exception one.tranic.t.base.exception.UnsupportedTypeException
-
Constructs a new
UnsupportedTypeExceptionwith the specified exception as the cause. - UnsupportedTypeException(Object) - Constructor for exception one.tranic.t.base.exception.UnsupportedTypeException
-
Constructs a new
UnsupportedTypeExceptionwith a detail message that includes the class name of the unsupported object's type. - UnsupportedTypeException(String) - Constructor for exception one.tranic.t.base.exception.UnsupportedTypeException
-
Constructs a new UnsupportedTypeException with the specified detail message.
- UnsupportedVersionException - Exception in one.tranic.t.base.exception
-
This exception is a subclass of
RuntimeExceptionand is typically used to signal scenarios where a particular version of a component, resource, or specification cannot be processed or is not supported by the system. - UnsupportedVersionException() - Constructor for exception one.tranic.t.base.exception.UnsupportedVersionException
- UnsupportedVersionException(String) - Constructor for exception one.tranic.t.base.exception.UnsupportedVersionException
- Uploader() - Constructor for class one.tranic.t.base.updater.schemas.github.GithubLatestReleaseSource.Asset.Uploader
- uuid() - Method in record class one.tranic.t.base.command.Operator
-
Returns the value of the
uuidrecord component. - UUIDParser - Class in one.tranic.t.base.parse.uuid
- UUIDParser() - Constructor for class one.tranic.t.base.parse.uuid.UUIDParser
V
- value() - Method in record class one.tranic.t.base.message.MessageFormat
-
Returns the value of the
valuerecord component. - value() - Method in record class one.tranic.t.base.message.MessageFormatString
-
Returns the value of the
valuerecord component. - valueOf(String) - Static method in enum class one.tranic.t.base.message.MessageExample
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class one.tranic.t.base.parse.time.TimeUnit
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class one.tranic.t.base.updater.schemas.modrinth.Loaders
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class one.tranic.t.base.updater.schemas.modrinth.RequestedStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class one.tranic.t.base.updater.schemas.modrinth.Status
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class one.tranic.t.base.updater.schemas.modrinth.VersionType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class one.tranic.t.util.Platform
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class one.tranic.t.util.ProtocolVersion
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class one.tranic.t.base.message.MessageExample
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class one.tranic.t.base.parse.time.TimeUnit
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class one.tranic.t.base.updater.schemas.modrinth.Loaders
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class one.tranic.t.base.updater.schemas.modrinth.RequestedStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class one.tranic.t.base.updater.schemas.modrinth.Status
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class one.tranic.t.base.updater.schemas.modrinth.VersionType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class one.tranic.t.util.Platform
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class one.tranic.t.util.ProtocolVersion
-
Returns an array containing the constants of this enum class, in the order they are declared.
- Velocity - Enum constant in enum class one.tranic.t.util.Platform
-
Represents the Velocity platform.
- VELOCITY - Enum constant in enum class one.tranic.t.base.updater.schemas.modrinth.Loaders
- VersionComparator - Class in one.tranic.t.base.parse.version
-
The VersionComparator class provides utility methods for comparing software version strings.
- VersionComparator() - Constructor for class one.tranic.t.base.parse.version.VersionComparator
- VersionResult() - Constructor for class one.tranic.t.base.updater.schemas.hangar.CombinedResponse.VersionResult
- VersionType - Enum Class in one.tranic.t.base.updater.schemas.modrinth
- ViaPlayer - Class in one.tranic.t.base.player
- ViaPlayer() - Constructor for class one.tranic.t.base.player.ViaPlayer
W
- WATERFALL - Enum constant in enum class one.tranic.t.base.updater.schemas.modrinth.Loaders
- world() - Method in record class one.tranic.t.base.player.Location
-
Returns the value of the
worldrecord component.
X
- x() - Method in record class one.tranic.t.base.player.Location
-
Returns the value of the
xrecord component.
Y
- y() - Method in record class one.tranic.t.base.player.Location
-
Returns the value of the
yrecord component. - yaw() - Method in record class one.tranic.t.base.player.Location
-
Returns the value of the
yawrecord component. - YEAR - Enum constant in enum class one.tranic.t.base.parse.time.TimeUnit
Z
- z() - Method in record class one.tranic.t.base.player.Location
-
Returns the value of the
zrecord component.
All Classes and Interfaces|All Packages|Serialized Form