Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
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 Actions instance 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 LocalDateTime object.
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.
argSize() - Method in class one.tranic.t.base.command.source.SystemCommandSource
 
asPlayer() - Method in interface one.tranic.t.base.command.source.CommandSource
Attempts to retrieve the source as a Player.
asPlayer() - Method in class one.tranic.t.base.command.source.SystemCommandSource
 
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
 
broadcastMessage(String) - Method in class one.tranic.t.base.command.source.SystemCommandSource
 
broadcastMessage(Component) - Method in class one.tranic.t.base.command.source.SystemCommandSource
 
BUKKIT - Enum constant in enum class one.tranic.t.base.updater.schemas.modrinth.Loaders
 
BUNGEECORD - Enum constant in enum class one.tranic.t.base.updater.schemas.modrinth.Loaders
 

C

Cache - Interface in one.tranic.t.base.cache
Represents a generic cache interface that provides access to the underlying CacheService implementation.
CacheService - Interface in one.tranic.t.base.cache
 
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.
clearBossBars() - Method in interface one.tranic.t.base.command.source.CommandSource
Clears all boss bars currently shown to the source.
clearBossBars() - Method in class one.tranic.t.base.command.source.SystemCommandSource
 
clearTitle() - Method in interface one.tranic.t.base.command.source.CommandSource
Clears any currently displayed title for the associated entity or source.
clearTitle() - Method in class one.tranic.t.base.command.source.SystemCommandSource
 
close() - Static method in class one.tranic.t.base.TBase
 
close() - Method in class one.tranic.t.base.updater.VersionFetcher
Closes the resources associated with the FetchVersion instance by stopping the update thread if it is alive.
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.
compareVersions(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.
ConnectionTestFailedException - Exception in one.tranic.t.base.exception
 
ConnectionTestFailedException() - Constructor for exception one.tranic.t.base.exception.ConnectionTestFailedException
 
ConnectionTestFailedException(String) - Constructor for exception one.tranic.t.base.exception.ConnectionTestFailedException
 
ConnectionTestFailedException(String, Throwable) - Constructor for exception one.tranic.t.base.exception.ConnectionTestFailedException
 
console() - Static method 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 RuntimeException and 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

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.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
 
fetchLatestVersion() - Method in class one.tranic.t.base.updater.ModrinthVersionFetcher
 
fetchLatestVersion() - Method in class one.tranic.t.base.updater.VersionFetcher
Fetches the latest version of the associated plugin or resource from the update server.
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.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.
fromJson(Reader, Class<T>) - Static method in class one.tranic.t.base.parse.json.JsonParser
Parses the JSON content from the provided Reader into an object of the specified type.
fromSuffix(String) - Static method in enum class one.tranic.t.base.parse.time.TimeUnit
Determines the TimeUnit associated with the specified string suffix.

G

get(String) - Method in interface one.tranic.t.base.cache.CacheService
 
get(String, Class<T>) - Method in interface one.tranic.t.base.cache.CacheService
 
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.
getArgs() - Method in class one.tranic.t.base.command.source.SystemCommandSource
 
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 SystemCommandSource, 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
 
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
 
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 MessageExample instance.
getLabel() - Method in class one.tranic.t.base.updater.schemas.github.GithubLatestReleaseSource.Asset
 
getLatestVersion() - Method in class one.tranic.t.base.updater.VersionFetcher
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 class one.tranic.t.base.command.source.SystemCommandSource
 
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.VersionFetcher
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.
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
 
getPublishedAt() - Method in class one.tranic.t.base.updater.schemas.github.GithubLatestReleaseSource
 
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.VersionFetcher
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.
getService() - Method in interface one.tranic.t.base.cache.Cache
Retrieves the underlying CacheService instance associated with the current Cache implementation.
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.VersionFetcher
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
 
gson() - Static method in class one.tranic.t.base.parse.json.JsonParser
 

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.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.
hasPermission(String) - Method in class one.tranic.t.base.command.source.SystemCommandSource
 
hasUpdate() - Method in class one.tranic.t.base.updater.VersionFetcher
Determines whether there is an update available for the current version of the associated plugin or resource.
hideBossBar(BossBar) - Method in interface one.tranic.t.base.command.source.CommandSource
Hides the specified boss bar from the associated source.
hideBossBar(BossBar) - Method in class one.tranic.t.base.command.source.SystemCommandSource
 
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 id record component.
invalidate(String) - Method in interface one.tranic.t.base.cache.CacheService
 
invalidateAll() - Method in interface one.tranic.t.base.cache.CacheService
 
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 class one.tranic.t.base.command.source.SystemCommandSource
 
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.
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.VersionFetcher
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.
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.
isPlayer() - Method in class one.tranic.t.base.command.source.SystemCommandSource
 
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
 
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
 
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.

J

JsonParser - Class in one.tranic.t.base.parse.json
 
JsonParser() - Constructor for class one.tranic.t.base.parse.json.JsonParser
 

K

key() - Method in record class one.tranic.t.base.message.MessageFormat
Returns the value of the key record component.
key() - Method in record class one.tranic.t.base.message.MessageFormatString
Returns the value of the key record 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 Location record class.
lookupProfile(boolean, String) - Static method in class one.tranic.t.base.parse.mojang.MojangAPIParser
Looks up profile information for a given username from a remote server.
lookupProfile(boolean, UUID) - Static method in class one.tranic.t.base.parse.mojang.MojangAPIParser
Looks up a profile from the Mojang API using the specified UUID.
lookupProfile(String) - Static method in class one.tranic.t.base.parse.mojang.MojangAPIParser
Retrieves the profile information for a user based on their username.
lookupProfile(UUID) - Static method in class one.tranic.t.base.parse.mojang.MojangAPIParser
Retrieves the profile information associated with the specified UUID.
lookupProfiles(boolean, String...) - Static method in class one.tranic.t.base.parse.mojang.MojangAPIParser
Looks up profiles for the given list of names by sending an HTTP request to the Mojang API.
lookupProfiles(String...) - Static method in class one.tranic.t.base.parse.mojang.MojangAPIParser
Retrieves a list of profile lookups for the given player names.

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 MessageExample enum 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 MessageFormat record 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 MessageFormatString record class.
MessageImpl - Interface in one.tranic.t.base.message
 
MINUTE - Enum constant in enum class one.tranic.t.base.parse.time.TimeUnit
 
ModrinthVersionFetcher - Class in one.tranic.t.base.updater
 
ModrinthVersionFetcher(String, String, String, Loaders) - Constructor for class one.tranic.t.base.updater.ModrinthVersionFetcher
 
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 name record component.
name() - Method in record class one.tranic.t.base.parse.mojang.schemas.ProfileLookup
Returns the value of the name record 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
 

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.base.updater.schemas.modrinth.RequestedStatus
 
one.tranic.t.base - package one.tranic.t.base
 
one.tranic.t.base.cache - package one.tranic.t.base.cache
 
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.json - package one.tranic.t.base.parse.json
 
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.resource - package one.tranic.t.base.parse.resource
 
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
 
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 Operator record class.

P

Pagination() - Constructor for class one.tranic.t.base.updater.schemas.hangar.CombinedResponse.Pagination
 
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 ParseException with 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 LocalDateTime object.
pitch() - Method in record class one.tranic.t.base.player.Location
Returns the value of the pitch record component.
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
 
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 ProfileLookup record class.
PURPUR - Enum constant in enum class one.tranic.t.base.updater.schemas.modrinth.Loaders
 
put(String, Object, long) - Method in interface one.tranic.t.base.cache.CacheService
 

Q

QUILT - Enum constant in enum class one.tranic.t.base.updater.schemas.modrinth.Loaders
 

R

Rating() - Constructor for class one.tranic.t.base.updater.schemas.spiget.SpigetLatestVersionSource.Rating
 
registerLocale(Locale) - Method in class one.tranic.t.base.message.Message
Registers a new locale to the list of supported locales.
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.
requestAndParse(HttpURLConnection, Class<T>) - Static method in class one.tranic.t.base.parse.json.JsonParser
Sends a request using the given HttpURLConnection and parses the response into the specified class type.
requestAndParse(HttpURLConnection, Type) - Static method in class one.tranic.t.base.parse.json.JsonParser
Sends an HTTP request using the provided connection, reads the response stream, and parses it into an object of the specified type.
RequestedStatus - Enum Class in one.tranic.t.base.updater.schemas.modrinth
 
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.resource.ResourceParser
Retrieves an InputStream for a specified resource file by its filename.
ResourceParser - Class in one.tranic.t.base.parse.resource
 
ResourceParser() - Constructor for class one.tranic.t.base.parse.resource.ResourceParser
 
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.VersionFetcher
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 Runnable asynchronously 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.
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.
showBossBar(BossBar) - Method in interface one.tranic.t.base.command.source.CommandSource
Displays the specified BossBar to the source.
showBossBar(BossBar) - Method in class one.tranic.t.base.command.source.SystemCommandSource
 
showTitle(Title) - Method in interface one.tranic.t.base.command.source.CommandSource
Displays the specified title to the command source.
showTitle(Title) - Method in class one.tranic.t.base.command.source.SystemCommandSource
 
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.base.updater.schemas.modrinth.Loaders
 
SpigotVersionFetcher - Class in one.tranic.t.base.updater
The FetchVersion class is responsible for managing the fetching and updating of a plugin's version.
SpigotVersionFetcher(String, String, String) - Constructor for class one.tranic.t.base.updater.SpigotVersionFetcher
Constructs a FetchVersion instance for version checking and updating purposes.
SpigotVersionFetcher(String, String, String, String) - Constructor for class one.tranic.t.base.updater.SpigotVersionFetcher
Constructs a new FetchVersion instance responsible for managing version fetching and updates.
SPONGE - Enum constant in enum class one.tranic.t.base.updater.schemas.modrinth.Loaders
 
start() - Method in class one.tranic.t.base.updater.VersionFetcher
 
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
 
SystemCommandSource<C,R> - Class in one.tranic.t.base.command.source
 
SystemCommandSource() - Constructor for class one.tranic.t.base.command.source.SystemCommandSource
 

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
 
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 LocalDateTime object.
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 Component to an array of BaseComponent.
toJson(Object) - Static method in class one.tranic.t.base.parse.json.JsonParser
Converts the given object into its JSON representation.
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 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(Component) - Static method in class one.tranic.t.base.message.Message
Converts a Component into 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
 
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 UnsupportedTypeException with no detail message.
UnsupportedTypeException(Exception) - Constructor for exception one.tranic.t.base.exception.UnsupportedTypeException
Constructs a new UnsupportedTypeException with the specified exception as the cause.
UnsupportedTypeException(Object) - Constructor for exception one.tranic.t.base.exception.UnsupportedTypeException
Constructs a new UnsupportedTypeException with 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 RuntimeException and 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
 
updateResourceURL(String) - Method in class one.tranic.t.base.updater.VersionFetcher
Updates the resource URL for the current instance.
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 uuid record 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 value record component.
value() - Method in record class one.tranic.t.base.message.MessageFormatString
Returns the value of the value record 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.
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.
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
 
VersionFetcher - Class in one.tranic.t.base.updater
usage:
VersionFetcher(String, String, String) - Constructor for class one.tranic.t.base.updater.VersionFetcher
Constructs an instance of the VersionFetcher class.
VersionFetcher(String, String, String, String) - Constructor for class one.tranic.t.base.updater.VersionFetcher
Constructs an instance of the VersionFetcher class.
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 world record component.

X

x() - Method in record class one.tranic.t.base.player.Location
Returns the value of the x record component.

Y

y() - Method in record class one.tranic.t.base.player.Location
Returns the value of the y record component.
yaw() - Method in record class one.tranic.t.base.player.Location
Returns the value of the yaw record 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 z record component.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Serialized Form