Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- accept(String, Throwable) - Method in interface top.offsetmonkey538.monkeylib538.common.api.log.MonkeyLibLogger.LogListener
-
Accept the message and optionally a
Throwablethat was logged. - addListener(MonkeyLibLogger.LogLevel, MonkeyLibLogger.LogListener) - Method in interface top.offsetmonkey538.monkeylib538.common.api.log.MonkeyLibLogger
-
Adds a
MonkeyLibLogger.LogListenerto this logger. - addListener(MonkeyLibLogger.LogLevel, MonkeyLibLogger.LogListener) - Method in class top.offsetmonkey538.monkeylib538.modded.impl.log.MonkeyLibLoggerImpl
- append(MonkeyLibText) - Method in interface top.offsetmonkey538.monkeylib538.common.api.text.MonkeyLibText
-
Appends another text to this one.
- append(MonkeyLibText) - Method in class top.offsetmonkey538.monkeylib538.modded.impl.text.MonkeyLibTextImpl
- applyStyle(UnaryOperator<MonkeyLibStyle>) - Method in interface top.offsetmonkey538.monkeylib538.common.api.text.MonkeyLibText
-
Applies the provided operations to this text's style.
- AQUA - Static variable in class top.offsetmonkey538.monkeylib538.common.api.text.MonkeyLibStyle.Color
- argument(String, ArgumentType<T>) - Static method in interface top.offsetmonkey538.monkeylib538.common.api.command.CommandAbstractionApi
-
Creates a
RequiredArgumentBuilderfor the current platform specific command source and providedArgumentType. - argumentImpl(String, ArgumentType<T>) - Method in interface top.offsetmonkey538.monkeylib538.common.api.command.CommandAbstractionApi
- argumentImpl(String, ArgumentType<T>) - Method in class top.offsetmonkey538.monkeylib538.modded.impl.command.CommandAbstractionImpl
B
- BLACK - Static variable in class top.offsetmonkey538.monkeylib538.common.api.text.MonkeyLibStyle.Color
- BLUE - Static variable in class top.offsetmonkey538.monkeylib538.common.api.text.MonkeyLibStyle.Color
C
- ClientBrandGetterImpl - Class in top.offsetmonkey538.monkeylib538.modded.impl.client.platform
- ClientBrandGetterImpl() - Constructor for class top.offsetmonkey538.monkeylib538.modded.impl.client.platform.ClientBrandGetterImpl
- ClientLifecycleApi - Interface in top.offsetmonkey538.monkeylib538.common.api.lifecycle
- ClientLifecycleApiImpl - Class in top.offsetmonkey538.monkeylib538.modded.impl.lifecycle
- ClientLifecycleApiImpl() - Constructor for class top.offsetmonkey538.monkeylib538.modded.impl.lifecycle.ClientLifecycleApiImpl
- CODEC - Static variable in interface top.offsetmonkey538.monkeylib538.common.api.wrapper.Identifier
- CodecProviderImpl() - Constructor for class top.offsetmonkey538.monkeylib538.modded.v1201.impl.wrapper.IdentifierWrapper.CodecProviderImpl
- Color() - Constructor for class top.offsetmonkey538.monkeylib538.common.api.text.MonkeyLibStyle.Color
- CommandAbstractionApi - Interface in top.offsetmonkey538.monkeylib538.common.api.command
-
Provides some abstractions for dealing with commands.
- CommandAbstractionImpl - Class in top.offsetmonkey538.monkeylib538.modded.impl.command
- CommandAbstractionImpl() - Constructor for class top.offsetmonkey538.monkeylib538.modded.impl.command.CommandAbstractionImpl
- CommandRegistrationApi - Interface in top.offsetmonkey538.monkeylib538.common.api.command
-
Provides a method to register a
commandat startup. - CommandRegistrationImpl - Class in top.offsetmonkey538.monkeylib538.modded.impl.command
- CommandRegistrationImpl() - Constructor for class top.offsetmonkey538.monkeylib538.modded.impl.command.CommandRegistrationImpl
- commands - Static variable in class top.offsetmonkey538.monkeylib538.modded.impl.command.CommandRegistrationImpl
- ConfigCommandApi - Interface in top.offsetmonkey538.monkeylib538.common.api.command
-
Provides methods for creating and registering config commands using
ConfigHolders. - ConfigCommandImpl - Class in top.offsetmonkey538.monkeylib538.common.impl.command
- ConfigCommandImpl() - Constructor for class top.offsetmonkey538.monkeylib538.common.impl.command.ConfigCommandImpl
- copyEventsFrom(MonkeyLibStyle) - Method in interface top.offsetmonkey538.monkeylib538.common.api.text.MonkeyLibStyle
- copyEventsFrom(MonkeyLibStyle) - Method in record class top.offsetmonkey538.monkeylib538.modded.impl.text.MonkeyLibStyleImpl
- create(String) - Static method in interface top.offsetmonkey538.monkeylib538.common.api.log.MonkeyLibLogger
-
Creates a logger for the provided id
Must equal either the modid on fabric and neoforge or the plugin name or logger prefix on paper! - create(String) - Method in interface top.offsetmonkey538.monkeylib538.common.api.log.MonkeyLibLogger.Provider
- create(String) - Method in class top.offsetmonkey538.monkeylib538.modded.impl.log.MonkeyLibLoggerImpl.ProviderImpl
- create(ResourceKey<? extends Registry<T>>, Identifier) - Static method in interface top.offsetmonkey538.monkeylib538.modded.api.resource.ResourceKeyApi
- createConfigCommand(String, ConfigHolder<?>) - Static method in interface top.offsetmonkey538.monkeylib538.common.api.command.ConfigCommandApi
-
Creates a config command using the provided name and
ConfigHolder. - createConfigCommand(String, ConfigHolder<?>, Runnable) - Static method in interface top.offsetmonkey538.monkeylib538.common.api.command.ConfigCommandApi
-
Creates a config command using the provided name and
ConfigHolder. - createConfigCommand(String, ConfigHolder<?>, Runnable, Runnable) - Static method in interface top.offsetmonkey538.monkeylib538.common.api.command.ConfigCommandApi
-
Creates a config command using the provided name and
ConfigHolder. - createConfigCommandImpl(String, ConfigHolder<?>, Runnable, Runnable) - Method in interface top.offsetmonkey538.monkeylib538.common.api.command.ConfigCommandApi
- createConfigCommandImpl(String, ConfigHolder<?>, Runnable, Runnable) - Method in class top.offsetmonkey538.monkeylib538.common.impl.command.ConfigCommandImpl
- createCopyToClipboard(String) - Static method in interface top.offsetmonkey538.monkeylib538.modded.api.text.ModdedTextApi
- createCopyToClipboardImpl(String) - Method in interface top.offsetmonkey538.monkeylib538.modded.api.text.ModdedTextApi
- createCopyToClipboardImpl(String) - Method in class top.offsetmonkey538.monkeylib538.modded.v1201.impl.text.ModdedTextApiImpl
- createImpl(ResourceKey<? extends Registry<T>>, Identifier) - Method in interface top.offsetmonkey538.monkeylib538.modded.api.resource.ResourceKeyApi
- createImpl(ResourceKey<? extends Registry<T>>, Identifier) - Method in class top.offsetmonkey538.monkeylib538.modded.v1201.impl.resource.ResourceKeyApiImpl
- createOpenFile(Path) - Static method in interface top.offsetmonkey538.monkeylib538.modded.api.text.ModdedTextApi
- createOpenFileImpl(Path) - Method in interface top.offsetmonkey538.monkeylib538.modded.api.text.ModdedTextApi
- createOpenFileImpl(Path) - Method in class top.offsetmonkey538.monkeylib538.modded.v1201.impl.text.ModdedTextApiImpl
- createOpenUrl(URI) - Static method in interface top.offsetmonkey538.monkeylib538.modded.api.text.ModdedTextApi
- createOpenUrlImpl(URI) - Method in interface top.offsetmonkey538.monkeylib538.modded.api.text.ModdedTextApi
- createOpenUrlImpl(URI) - Method in class top.offsetmonkey538.monkeylib538.modded.v1201.impl.text.ModdedTextApiImpl
- createRegistry(Identifier) - Static method in interface top.offsetmonkey538.monkeylib538.modded.api.resource.ResourceKeyApi
- createRegistryImpl(Identifier) - Method in interface top.offsetmonkey538.monkeylib538.modded.api.resource.ResourceKeyApi
- createRegistryImpl(Identifier) - Method in class top.offsetmonkey538.monkeylib538.modded.v1201.impl.resource.ResourceKeyApiImpl
- createRunCommand(String) - Static method in interface top.offsetmonkey538.monkeylib538.modded.api.text.ModdedTextApi
- createRunCommandImpl(String) - Method in interface top.offsetmonkey538.monkeylib538.modded.api.text.ModdedTextApi
- createRunCommandImpl(String) - Method in class top.offsetmonkey538.monkeylib538.modded.v1201.impl.text.ModdedTextApiImpl
- createShowEntity(HoverEvent.EntityTooltipInfo) - Static method in interface top.offsetmonkey538.monkeylib538.modded.api.text.ModdedTextApi
- createShowEntityImpl(HoverEvent.EntityTooltipInfo) - Method in interface top.offsetmonkey538.monkeylib538.modded.api.text.ModdedTextApi
- createShowEntityImpl(HoverEvent.EntityTooltipInfo) - Method in class top.offsetmonkey538.monkeylib538.modded.v1201.impl.text.ModdedTextApiImpl
- createShowItem(ItemStack) - Static method in interface top.offsetmonkey538.monkeylib538.modded.api.text.ModdedTextApi
- createShowItemImpl(ItemStack) - Method in interface top.offsetmonkey538.monkeylib538.modded.api.text.ModdedTextApi
- createShowItemImpl(ItemStack) - Method in class top.offsetmonkey538.monkeylib538.modded.v1201.impl.text.ModdedTextApiImpl
- createShowText(Component) - Static method in interface top.offsetmonkey538.monkeylib538.modded.api.text.ModdedTextApi
- createShowTextImpl(Component) - Method in interface top.offsetmonkey538.monkeylib538.modded.api.text.ModdedTextApi
- createShowTextImpl(Component) - Method in class top.offsetmonkey538.monkeylib538.modded.v1201.impl.text.ModdedTextApiImpl
- createSuggestCommand(String) - Static method in interface top.offsetmonkey538.monkeylib538.modded.api.text.ModdedTextApi
- createSuggestCommandImpl(String) - Method in interface top.offsetmonkey538.monkeylib538.modded.api.text.ModdedTextApi
- createSuggestCommandImpl(String) - Method in class top.offsetmonkey538.monkeylib538.modded.v1201.impl.text.ModdedTextApiImpl
D
- DARK_AQUA - Static variable in class top.offsetmonkey538.monkeylib538.common.api.text.MonkeyLibStyle.Color
- DARK_BLUE - Static variable in class top.offsetmonkey538.monkeylib538.common.api.text.MonkeyLibStyle.Color
- DARK_GRAY - Static variable in class top.offsetmonkey538.monkeylib538.common.api.text.MonkeyLibStyle.Color
- DARK_GREEN - Static variable in class top.offsetmonkey538.monkeylib538.common.api.text.MonkeyLibStyle.Color
- DARK_PURPLE - Static variable in class top.offsetmonkey538.monkeylib538.common.api.text.MonkeyLibStyle.Color
- DARK_RED - Static variable in class top.offsetmonkey538.monkeylib538.common.api.text.MonkeyLibStyle.Color
- debug(String) - Method in interface top.offsetmonkey538.monkeylib538.common.api.log.MonkeyLibLogger
-
Logs the provided message at
MonkeyLibLogger.LogLevel.DEBUGlevel. - debug(String) - Method in class top.offsetmonkey538.monkeylib538.modded.impl.log.MonkeyLibLoggerImpl
- debug(String, Object...) - Method in interface top.offsetmonkey538.monkeylib538.common.api.log.MonkeyLibLogger
-
Logs the provided message at
MonkeyLibLogger.LogLevel.DEBUGlevel. - DEBUG - Enum constant in enum class top.offsetmonkey538.monkeylib538.common.api.log.MonkeyLibLogger.LogLevel
-
Debug messages
E
- empty() - Static method in interface top.offsetmonkey538.monkeylib538.common.api.text.MonkeyLibStyle
-
Creates an empty style
- empty() - Method in interface top.offsetmonkey538.monkeylib538.common.api.text.MonkeyLibStyle.Provider
- empty() - Static method in interface top.offsetmonkey538.monkeylib538.common.api.text.MonkeyLibText
-
Creates an empty literal text
- empty() - Method in interface top.offsetmonkey538.monkeylib538.common.api.text.MonkeyLibText.Provider
- empty() - Method in class top.offsetmonkey538.monkeylib538.modded.impl.text.MonkeyLibStyleImpl.ProviderImpl
- empty() - Method in class top.offsetmonkey538.monkeylib538.modded.impl.text.MonkeyLibTextImpl.ProviderImpl
- equals(Object) - Method in record class top.offsetmonkey538.monkeylib538.modded.impl.text.MonkeyLibStyleImpl
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class top.offsetmonkey538.monkeylib538.modded.v1201.impl.wrapper.IdentifierWrapper
-
Indicates whether some other object is "equal to" this one.
- equals(MonkeyLibStyle) - Method in interface top.offsetmonkey538.monkeylib538.common.api.text.MonkeyLibStyle
-
Checks if this style is equal to the provided one.
- equals(MonkeyLibStyle) - Method in record class top.offsetmonkey538.monkeylib538.modded.impl.text.MonkeyLibStyleImpl
- error(String) - Method in interface top.offsetmonkey538.monkeylib538.common.api.log.MonkeyLibLogger
-
Logs the provided message at
MonkeyLibLogger.LogLevel.ERRORlevel. - error(String) - Method in class top.offsetmonkey538.monkeylib538.modded.impl.log.MonkeyLibLoggerImpl
- error(String, Throwable) - Method in interface top.offsetmonkey538.monkeylib538.common.api.log.MonkeyLibLogger
-
Logs the provided message and
ThrowableatMonkeyLibLogger.LogLevel.ERRORlevel. - error(String, Throwable) - Method in class top.offsetmonkey538.monkeylib538.modded.impl.log.MonkeyLibLoggerImpl
- error(String, Throwable, Object...) - Method in interface top.offsetmonkey538.monkeylib538.common.api.log.MonkeyLibLogger
-
Logs the provided message and
ThrowableatMonkeyLibLogger.LogLevel.ERRORlevel. - error(String, Object...) - Method in interface top.offsetmonkey538.monkeylib538.common.api.log.MonkeyLibLogger
-
Logs the provided message at
MonkeyLibLogger.LogLevel.ERRORlevel. - ERROR - Enum constant in enum class top.offsetmonkey538.monkeylib538.common.api.log.MonkeyLibLogger.LogLevel
-
Error messages
- executedByPlayer(Object) - Static method in interface top.offsetmonkey538.monkeylib538.common.api.command.CommandAbstractionApi
-
Checks whether the provided command source is executed by a player.
- executedByPlayerImpl(Object) - Method in interface top.offsetmonkey538.monkeylib538.common.api.command.CommandAbstractionApi
- executedByPlayerImpl(Object) - Method in class top.offsetmonkey538.monkeylib538.modded.impl.command.CommandAbstractionImpl
G
- get() - Method in interface top.offsetmonkey538.monkeylib538.common.api.wrapper.Identifier.CodecProvider
- get() - Method in interface top.offsetmonkey538.monkeylib538.modded.v1201.api.wrapper.ModdedVersionIdentifier
- get() - Method in class top.offsetmonkey538.monkeylib538.modded.v1201.impl.wrapper.IdentifierWrapper.CodecProviderImpl
- get() - Method in record class top.offsetmonkey538.monkeylib538.modded.v1201.impl.wrapper.IdentifierWrapper
- get(CommandContext<Object>) - Static method in interface top.offsetmonkey538.monkeylib538.modded.api.command.ModdedCommandAbstractionApi
- get(Object) - Static method in interface top.offsetmonkey538.monkeylib538.modded.api.command.ModdedCommandAbstractionApi
- get(Identifier) - Static method in interface top.offsetmonkey538.monkeylib538.modded.v1201.api.wrapper.ModdedVersionIdentifier
- getAndDestroyWorkToRunOnLoadingFinished() - Static method in class top.offsetmonkey538.monkeylib538.modded.impl.lifecycle.ClientLifecycleApiImpl
- getBrand() - Method in interface top.offsetmonkey538.monkeylib538.common.api.platform.LoaderUtil.BrandGetter
- getBrand() - Method in class top.offsetmonkey538.monkeylib538.modded.impl.client.platform.ClientBrandGetterImpl
- getBrand() - Method in class top.offsetmonkey538.monkeylib538.modded.impl.platform.ServerBrandGetterImpl
- getConfigDir() - Static method in interface top.offsetmonkey538.monkeylib538.common.api.platform.LoaderUtil
- getConfigDirImpl() - Method in interface top.offsetmonkey538.monkeylib538.common.api.platform.LoaderUtil
- getConfigDirImpl() - Method in class top.offsetmonkey538.monkeylib538.fabric.impl.platform.LoaderUtilImpl
- getConfigDirPath() - Method in class top.offsetmonkey538.monkeylib538.common.telemetry.TelemetryConfig
- getGameDir() - Static method in interface top.offsetmonkey538.monkeylib538.common.api.platform.LoaderUtil
- getGameDirImpl() - Method in interface top.offsetmonkey538.monkeylib538.common.api.platform.LoaderUtil
- getGameDirImpl() - Method in class top.offsetmonkey538.monkeylib538.fabric.impl.platform.LoaderUtilImpl
- getId() - Method in class top.offsetmonkey538.monkeylib538.common.telemetry.TelemetryConfig
- getImpl(CommandContext<Object>) - Method in interface top.offsetmonkey538.monkeylib538.modded.api.command.ModdedCommandAbstractionApi
- getImpl(CommandContext<Object>) - Method in class top.offsetmonkey538.monkeylib538.modded.impl.command.CommandAbstractionImpl
- getImpl(Object) - Method in interface top.offsetmonkey538.monkeylib538.modded.api.command.ModdedCommandAbstractionApi
- getImpl(Object) - Method in class top.offsetmonkey538.monkeylib538.modded.impl.command.CommandAbstractionImpl
- getLastSibling() - Method in interface top.offsetmonkey538.monkeylib538.common.api.text.MonkeyLibText
-
Returns the last sibling of this text.
- getLastSibling() - Method in class top.offsetmonkey538.monkeylib538.modded.impl.text.MonkeyLibTextImpl
- getLoaderName() - Static method in interface top.offsetmonkey538.monkeylib538.common.api.platform.LoaderUtil
-
Provides the current mod loader's name/branding.
- getLocation(ResourceKey<?>) - Static method in interface top.offsetmonkey538.monkeylib538.modded.api.resource.ResourceKeyApi
- getLocationImpl(ResourceKey<?>) - Method in interface top.offsetmonkey538.monkeylib538.modded.api.resource.ResourceKeyApi
- getLocationImpl(ResourceKey<?>) - Method in class top.offsetmonkey538.monkeylib538.modded.v1201.impl.resource.ResourceKeyApiImpl
- getLogger() - Static method in class top.offsetmonkey538.monkeylib538.common.MonkeyLib538Common
- getMinecraftVersion() - Static method in interface top.offsetmonkey538.monkeylib538.common.api.platform.LoaderUtil
- getMinecraftVersionImpl() - Method in interface top.offsetmonkey538.monkeylib538.common.api.platform.LoaderUtil
- getMinecraftVersionImpl() - Method in class top.offsetmonkey538.monkeylib538.fabric.impl.platform.LoaderUtilImpl
- getModsDir() - Static method in interface top.offsetmonkey538.monkeylib538.common.api.platform.LoaderUtil
- getModsDirImpl() - Method in interface top.offsetmonkey538.monkeylib538.common.api.platform.LoaderUtil
- getModsDirImpl() - Method in class top.offsetmonkey538.monkeylib538.fabric.impl.platform.LoaderUtilImpl
- getNamespace() - Method in interface top.offsetmonkey538.monkeylib538.common.api.wrapper.Identifier
- getNamespace() - Method in record class top.offsetmonkey538.monkeylib538.modded.v1201.impl.wrapper.IdentifierWrapper
- getPath() - Method in interface top.offsetmonkey538.monkeylib538.common.api.wrapper.Identifier
- getPath() - Method in record class top.offsetmonkey538.monkeylib538.modded.v1201.impl.wrapper.IdentifierWrapper
- getServer() - Static method in class top.offsetmonkey538.monkeylib538.fabric.MonkeyLib538Initializer
- getServer() - Static method in interface top.offsetmonkey538.monkeylib538.modded.api.server.ServerProvider
-
Server will only exist after server starting event!
- getServerImpl() - Method in class top.offsetmonkey538.monkeylib538.fabric.impl.server.ServerProviderImpl
- getServerImpl() - Method in interface top.offsetmonkey538.monkeylib538.modded.api.server.ServerProvider
- getString() - Method in interface top.offsetmonkey538.monkeylib538.common.api.text.MonkeyLibText
-
Gets the content of this text
- getString() - Method in class top.offsetmonkey538.monkeylib538.modded.impl.text.MonkeyLibTextImpl
- getStyle() - Method in interface top.offsetmonkey538.monkeylib538.common.api.text.MonkeyLibText
-
Gets the style of this text.
- getStyle() - Method in class top.offsetmonkey538.monkeylib538.modded.impl.text.MonkeyLibTextImpl
- getText() - Method in interface top.offsetmonkey538.monkeylib538.modded.api.text.ModdedMonkeyLibText
- getText() - Method in class top.offsetmonkey538.monkeylib538.modded.impl.text.MonkeyLibTextImpl
- GOLD - Static variable in class top.offsetmonkey538.monkeylib538.common.api.text.MonkeyLibStyle.Color
- GRAY - Static variable in class top.offsetmonkey538.monkeylib538.common.api.text.MonkeyLibStyle.Color
- GREEN - Static variable in class top.offsetmonkey538.monkeylib538.common.api.text.MonkeyLibStyle.Color
H
- hashCode() - Method in record class top.offsetmonkey538.monkeylib538.modded.impl.text.MonkeyLibStyleImpl
-
Returns a hash code value for this object.
- hashCode() - Method in record class top.offsetmonkey538.monkeylib538.modded.v1201.impl.wrapper.IdentifierWrapper
-
Returns a hash code value for this object.
I
- Identifier - Interface in top.offsetmonkey538.monkeylib538.common.api.wrapper
-
Wrapper around a vanilla Identifier/ResourceLocation.
- Identifier.CodecProvider - Interface in top.offsetmonkey538.monkeylib538.common.api.wrapper
- Identifier.Instantiator - Interface in top.offsetmonkey538.monkeylib538.common.api.wrapper
- IdentifierWrapper - Record Class in top.offsetmonkey538.monkeylib538.modded.v1201.impl.wrapper
- IdentifierWrapper(ResourceLocation) - Constructor for record class top.offsetmonkey538.monkeylib538.modded.v1201.impl.wrapper.IdentifierWrapper
-
Creates an instance of a
IdentifierWrapperrecord class. - IdentifierWrapper.CodecProviderImpl - Class in top.offsetmonkey538.monkeylib538.modded.v1201.impl.wrapper
- IdentifierWrapper.InstantiatorImpl - Class in top.offsetmonkey538.monkeylib538.modded.v1201.impl.wrapper
- info(String) - Method in interface top.offsetmonkey538.monkeylib538.common.api.log.MonkeyLibLogger
-
Logs the provided message at
MonkeyLibLogger.LogLevel.INFOlevel. - info(String) - Method in class top.offsetmonkey538.monkeylib538.modded.impl.log.MonkeyLibLoggerImpl
- info(String, Object...) - Method in interface top.offsetmonkey538.monkeylib538.common.api.log.MonkeyLibLogger
-
Logs the provided message at
MonkeyLibLogger.LogLevel.INFOlevel. - INFO - Enum constant in enum class top.offsetmonkey538.monkeylib538.common.api.log.MonkeyLibLogger.LogLevel
-
Info messages
- initialize() - Static method in class top.offsetmonkey538.monkeylib538.common.MonkeyLib538Common
- initialize() - Static method in class top.offsetmonkey538.monkeylib538.common.telemetry.TelemetryHandler
- INSTANCE - Static variable in interface top.offsetmonkey538.monkeylib538.common.api.command.CommandAbstractionApi
- INSTANCE - Static variable in interface top.offsetmonkey538.monkeylib538.common.api.command.CommandRegistrationApi
- INSTANCE - Static variable in interface top.offsetmonkey538.monkeylib538.common.api.command.ConfigCommandApi
- INSTANCE - Static variable in interface top.offsetmonkey538.monkeylib538.common.api.lifecycle.ClientLifecycleApi
- INSTANCE - Static variable in interface top.offsetmonkey538.monkeylib538.common.api.lifecycle.ServerLifecycleApi
- INSTANCE - Static variable in interface top.offsetmonkey538.monkeylib538.common.api.log.MonkeyLibLogger.Provider
- INSTANCE - Static variable in interface top.offsetmonkey538.monkeylib538.common.api.platform.LoaderUtil.BrandGetter
- INSTANCE - Static variable in interface top.offsetmonkey538.monkeylib538.common.api.platform.LoaderUtil
- INSTANCE - Static variable in interface top.offsetmonkey538.monkeylib538.common.api.telemetry.TelemetryRegistry
- INSTANCE - Static variable in interface top.offsetmonkey538.monkeylib538.common.api.text.MonkeyLibStyle.Provider
- INSTANCE - Static variable in interface top.offsetmonkey538.monkeylib538.common.api.text.MonkeyLibText.Provider
- INSTANCE - Static variable in interface top.offsetmonkey538.monkeylib538.common.api.text.TextFormattingApi
- INSTANCE - Static variable in interface top.offsetmonkey538.monkeylib538.common.api.wrapper.Identifier.CodecProvider
- INSTANCE - Static variable in interface top.offsetmonkey538.monkeylib538.common.api.wrapper.Identifier.Instantiator
- INSTANCE - Static variable in interface top.offsetmonkey538.monkeylib538.modded.api.command.ModdedCommandAbstractionApi.VersionSpecific
- INSTANCE - Static variable in interface top.offsetmonkey538.monkeylib538.modded.api.player.ModdedPlayerApi
- INSTANCE - Static variable in interface top.offsetmonkey538.monkeylib538.modded.api.resource.ResourceKeyApi
- INSTANCE - Static variable in interface top.offsetmonkey538.monkeylib538.modded.api.server.ServerProvider
- INSTANCE - Static variable in interface top.offsetmonkey538.monkeylib538.modded.api.text.ModdedTextApi
- INSTANCE - Static variable in interface top.offsetmonkey538.monkeylib538.modded.api.wrapper.ModdedIdentifier.ModdedInstantiator
- InstantiatorImpl() - Constructor for class top.offsetmonkey538.monkeylib538.modded.v1201.impl.wrapper.IdentifierWrapper.InstantiatorImpl
- Internal - Annotation Interface in top.offsetmonkey538.monkeylib538.common.api.annotation
-
Indicates that the annotated element is not part of a public API and must not be used outside the library itself.
- isAdmin(Object) - Static method in interface top.offsetmonkey538.monkeylib538.common.api.command.CommandAbstractionApi
-
Checks whether the provided command source has operator permissions or is the host of a singleplayer server.
- isDedicatedServer() - Static method in interface top.offsetmonkey538.monkeylib538.common.api.platform.LoaderUtil
- isDedicatedServerImpl() - Method in interface top.offsetmonkey538.monkeylib538.common.api.platform.LoaderUtil
- isDedicatedServerImpl() - Method in class top.offsetmonkey538.monkeylib538.fabric.impl.platform.LoaderUtilImpl
- isDevelopmentEnvironment() - Static method in interface top.offsetmonkey538.monkeylib538.common.api.platform.LoaderUtil
- isDevelopmentEnvironmentImpl() - Method in interface top.offsetmonkey538.monkeylib538.common.api.platform.LoaderUtil
- isDevelopmentEnvironmentImpl() - Method in class top.offsetmonkey538.monkeylib538.fabric.impl.platform.LoaderUtilImpl
- isEnabled - Variable in class top.offsetmonkey538.monkeylib538.common.telemetry.TelemetryConfig
- isHost(Object) - Static method in interface top.offsetmonkey538.monkeylib538.common.api.command.CommandAbstractionApi
-
Checks whether the provided command source is the host of a singleplayer server.
- isHostImpl(Object) - Method in interface top.offsetmonkey538.monkeylib538.common.api.command.CommandAbstractionApi
- isHostImpl(Object) - Method in class top.offsetmonkey538.monkeylib538.modded.impl.command.CommandAbstractionImpl
- isOp(Object) - Static method in interface top.offsetmonkey538.monkeylib538.common.api.command.CommandAbstractionApi
-
Checks whether the provided command source has operator permissions.
- isOp(CommandSourceStack) - Method in interface top.offsetmonkey538.monkeylib538.modded.api.command.ModdedCommandAbstractionApi.VersionSpecific
- isOp(CommandSourceStack) - Method in class top.offsetmonkey538.monkeylib538.modded.v1201.impl.command.ModdedCommandAbstractionApiVersionSpecificImpl
- isOpImpl(Object) - Method in interface top.offsetmonkey538.monkeylib538.common.api.command.CommandAbstractionApi
- isOpImpl(Object) - Method in interface top.offsetmonkey538.monkeylib538.modded.api.command.ModdedCommandAbstractionApi
- isPlayerHost(MinecraftServer, Player) - Static method in interface top.offsetmonkey538.monkeylib538.modded.api.player.ModdedPlayerApi
- isPlayerHostImpl(MinecraftServer, Player) - Method in interface top.offsetmonkey538.monkeylib538.modded.api.player.ModdedPlayerApi
- isPlayerHostImpl(MinecraftServer, Player) - Method in class top.offsetmonkey538.monkeylib538.modded.v1201.impl.player.ModdedPlayerApiImpl
- isPlayerOp(PlayerList, Player) - Static method in interface top.offsetmonkey538.monkeylib538.modded.api.player.ModdedPlayerApi
- isPlayerOpImpl(PlayerList, Player) - Method in interface top.offsetmonkey538.monkeylib538.modded.api.player.ModdedPlayerApi
- isPlayerOpImpl(PlayerList, Player) - Method in class top.offsetmonkey538.monkeylib538.modded.v1201.impl.player.ModdedPlayerApiImpl
L
- LIGHT_PURPLE - Static variable in class top.offsetmonkey538.monkeylib538.common.api.text.MonkeyLibStyle.Color
- literal(String) - Static method in interface top.offsetmonkey538.monkeylib538.common.api.command.CommandAbstractionApi
-
Creates a
LiteralArgumentBuilderfor the current platform specific command source. - literalImpl(String) - Method in interface top.offsetmonkey538.monkeylib538.common.api.command.CommandAbstractionApi
- literalImpl(String) - Method in class top.offsetmonkey538.monkeylib538.modded.impl.command.CommandAbstractionImpl
- load(Class<T>) - Static method in class top.offsetmonkey538.monkeylib538.common.MonkeyLib538Common
- LoaderUtil - Interface in top.offsetmonkey538.monkeylib538.common.api.platform
- LoaderUtil.BrandGetter - Interface in top.offsetmonkey538.monkeylib538.common.api.platform
- LoaderUtil.ClientBrandGetter - Interface in top.offsetmonkey538.monkeylib538.common.api.platform
- LoaderUtil.ServerBrandGetter - Interface in top.offsetmonkey538.monkeylib538.common.api.platform
- LoaderUtilImpl - Class in top.offsetmonkey538.monkeylib538.fabric.impl.platform
- LoaderUtilImpl() - Constructor for class top.offsetmonkey538.monkeylib538.fabric.impl.platform.LoaderUtilImpl
M
- MinecraftClientMixin - Class in top.offsetmonkey538.monkeylib538.modded.mixin.client
- MinecraftClientMixin() - Constructor for class top.offsetmonkey538.monkeylib538.modded.mixin.client.MinecraftClientMixin
- MOD_ID - Static variable in class top.offsetmonkey538.monkeylib538.common.MonkeyLib538Common
- ModdedCommandAbstractionApi - Interface in top.offsetmonkey538.monkeylib538.modded.api.command
- ModdedCommandAbstractionApi.VersionSpecific - Interface in top.offsetmonkey538.monkeylib538.modded.api.command
- ModdedCommandAbstractionApiVersionSpecificImpl - Class in top.offsetmonkey538.monkeylib538.modded.v1201.impl.command
- ModdedCommandAbstractionApiVersionSpecificImpl() - Constructor for class top.offsetmonkey538.monkeylib538.modded.v1201.impl.command.ModdedCommandAbstractionApiVersionSpecificImpl
- ModdedIdentifier - Interface in top.offsetmonkey538.monkeylib538.modded.api.wrapper
- ModdedIdentifier.ModdedInstantiator - Interface in top.offsetmonkey538.monkeylib538.modded.api.wrapper
- ModdedMonkeyLibStyle - Interface in top.offsetmonkey538.monkeylib538.modded.api.text
- ModdedMonkeyLibText - Interface in top.offsetmonkey538.monkeylib538.modded.api.text
- ModdedPlayerApi - Interface in top.offsetmonkey538.monkeylib538.modded.api.player
- ModdedPlayerApiImpl - Class in top.offsetmonkey538.monkeylib538.modded.v1201.impl.player
- ModdedPlayerApiImpl() - Constructor for class top.offsetmonkey538.monkeylib538.modded.v1201.impl.player.ModdedPlayerApiImpl
- ModdedTextApi - Interface in top.offsetmonkey538.monkeylib538.modded.api.text
- ModdedTextApiImpl - Class in top.offsetmonkey538.monkeylib538.modded.v1201.impl.text
- ModdedTextApiImpl() - Constructor for class top.offsetmonkey538.monkeylib538.modded.v1201.impl.text.ModdedTextApiImpl
- ModdedVersionIdentifier - Interface in top.offsetmonkey538.monkeylib538.modded.v1201.api.wrapper
- MonkeyLib538Common - Class in top.offsetmonkey538.monkeylib538.common
- MonkeyLib538Common() - Constructor for class top.offsetmonkey538.monkeylib538.common.MonkeyLib538Common
- MonkeyLib538Initializer - Class in top.offsetmonkey538.monkeylib538.fabric
- MonkeyLib538Initializer() - Constructor for class top.offsetmonkey538.monkeylib538.fabric.MonkeyLib538Initializer
-
Public no-args constructor for fabric to do it's magic with
- MonkeyLibLogger - Interface in top.offsetmonkey538.monkeylib538.common.api.log
-
Provides platform-agnostic logging capabilities.
- MonkeyLibLogger.LogLevel - Enum Class in top.offsetmonkey538.monkeylib538.common.api.log
-
Log level
- MonkeyLibLogger.LogListener - Interface in top.offsetmonkey538.monkeylib538.common.api.log
-
A log listener allows reading log messages.
- MonkeyLibLogger.Provider - Interface in top.offsetmonkey538.monkeylib538.common.api.log
- MonkeyLibLoggerImpl - Class in top.offsetmonkey538.monkeylib538.modded.impl.log
- MonkeyLibLoggerImpl.ProviderImpl - Class in top.offsetmonkey538.monkeylib538.modded.impl.log
- MonkeyLibSerializable - Annotation Interface in top.offsetmonkey538.monkeylib538.common.api.annotation
- MonkeyLibStyle - Interface in top.offsetmonkey538.monkeylib538.common.api.text
- MonkeyLibStyle.Color - Class in top.offsetmonkey538.monkeylib538.common.api.text
- MonkeyLibStyle.Provider - Interface in top.offsetmonkey538.monkeylib538.common.api.text
- MonkeyLibStyleImpl - Record Class in top.offsetmonkey538.monkeylib538.modded.impl.text
- MonkeyLibStyleImpl(Style) - Constructor for record class top.offsetmonkey538.monkeylib538.modded.impl.text.MonkeyLibStyleImpl
-
Creates an instance of a
MonkeyLibStyleImplrecord class. - MonkeyLibStyleImpl.ProviderImpl - Class in top.offsetmonkey538.monkeylib538.modded.impl.text
- MonkeyLibText - Interface in top.offsetmonkey538.monkeylib538.common.api.text
-
Abstraction around a vanilla Text.
- MonkeyLibText.Provider - Interface in top.offsetmonkey538.monkeylib538.common.api.text
- MonkeyLibTextImpl - Class in top.offsetmonkey538.monkeylib538.modded.impl.text
- MonkeyLibTextImpl.ProviderImpl - Class in top.offsetmonkey538.monkeylib538.modded.impl.text
O
- of(Object) - Method in interface top.offsetmonkey538.monkeylib538.modded.api.wrapper.ModdedIdentifier.ModdedInstantiator
- of(Object) - Static method in interface top.offsetmonkey538.monkeylib538.modded.api.wrapper.ModdedIdentifier
- of(Object) - Method in class top.offsetmonkey538.monkeylib538.modded.v1201.impl.wrapper.IdentifierWrapper.InstantiatorImpl
- of(String) - Static method in interface top.offsetmonkey538.monkeylib538.common.api.text.MonkeyLibText
-
Creates a literal text
- of(String) - Method in interface top.offsetmonkey538.monkeylib538.common.api.text.MonkeyLibText.Provider
- of(String) - Method in interface top.offsetmonkey538.monkeylib538.common.api.wrapper.Identifier.Instantiator
- of(String) - Static method in interface top.offsetmonkey538.monkeylib538.common.api.wrapper.Identifier
- of(String) - Method in class top.offsetmonkey538.monkeylib538.modded.impl.text.MonkeyLibTextImpl.ProviderImpl
- of(String) - Method in class top.offsetmonkey538.monkeylib538.modded.v1201.impl.wrapper.IdentifierWrapper.InstantiatorImpl
- of(String, String) - Method in interface top.offsetmonkey538.monkeylib538.common.api.wrapper.Identifier.Instantiator
- of(String, String) - Static method in interface top.offsetmonkey538.monkeylib538.common.api.wrapper.Identifier
- of(String, String) - Method in class top.offsetmonkey538.monkeylib538.modded.v1201.impl.wrapper.IdentifierWrapper.InstantiatorImpl
- of(ResourceLocation) - Static method in interface top.offsetmonkey538.monkeylib538.modded.v1201.api.wrapper.ModdedVersionIdentifier
- of(MonkeyLibStyle) - Static method in interface top.offsetmonkey538.monkeylib538.modded.api.text.ModdedMonkeyLibStyle
- of(MonkeyLibText) - Static method in interface top.offsetmonkey538.monkeylib538.modded.api.text.ModdedMonkeyLibText
- onInitialize() - Method in class top.offsetmonkey538.monkeylib538.fabric.MonkeyLib538Initializer
- onInitializeServer() - Method in class top.offsetmonkey538.monkeylib538.fabric.MonkeyLib538Initializer
P
- ProviderImpl() - Constructor for class top.offsetmonkey538.monkeylib538.modded.impl.log.MonkeyLibLoggerImpl.ProviderImpl
- ProviderImpl() - Constructor for class top.offsetmonkey538.monkeylib538.modded.impl.text.MonkeyLibStyleImpl.ProviderImpl
- ProviderImpl() - Constructor for class top.offsetmonkey538.monkeylib538.modded.impl.text.MonkeyLibTextImpl.ProviderImpl
R
- RED - Static variable in class top.offsetmonkey538.monkeylib538.common.api.text.MonkeyLibStyle.Color
- register(String) - Static method in interface top.offsetmonkey538.monkeylib538.common.api.telemetry.TelemetryRegistry
- registerCommand(LiteralArgumentBuilder<?>) - Static method in interface top.offsetmonkey538.monkeylib538.common.api.command.CommandRegistrationApi
-
Adds the provided command to the list of commands to be registered at startup.
- registerCommandImpl(LiteralArgumentBuilder<?>) - Method in interface top.offsetmonkey538.monkeylib538.common.api.command.CommandRegistrationApi
- registerCommandImpl(LiteralArgumentBuilder<?>) - Method in class top.offsetmonkey538.monkeylib538.modded.impl.command.CommandRegistrationImpl
- registerConfigCommand(ConfigHolder<?>, Runnable, Runnable, String...) - Static method in interface top.offsetmonkey538.monkeylib538.common.api.command.ConfigCommandApi
-
Creates and registers a config command using the provided command tree and
ConfigHolder. - registerConfigCommand(ConfigHolder<?>, Runnable, String...) - Static method in interface top.offsetmonkey538.monkeylib538.common.api.command.ConfigCommandApi
-
Creates and registers a config command using the provided command tree and
ConfigHolder. - registerConfigCommand(ConfigHolder<?>, String...) - Static method in interface top.offsetmonkey538.monkeylib538.common.api.command.ConfigCommandApi
-
Creates and registers a config command using the provided command tree and
ConfigHolder. - registerConfigCommandImpl(ConfigHolder<?>, Runnable, Runnable, String...) - Method in interface top.offsetmonkey538.monkeylib538.common.api.command.ConfigCommandApi
- registerConfigCommandImpl(ConfigHolder<?>, Runnable, Runnable, String...) - Method in class top.offsetmonkey538.monkeylib538.common.impl.command.ConfigCommandImpl
- registerImpl(String) - Method in interface top.offsetmonkey538.monkeylib538.common.api.telemetry.TelemetryRegistry
- registerImpl(String) - Method in class top.offsetmonkey538.monkeylib538.common.impl.telemetry.TelemetryRegistryImpl
- registry - Variable in class top.offsetmonkey538.monkeylib538.common.impl.telemetry.TelemetryRegistryImpl
- removeListener(MonkeyLibLogger.LogLevel, MonkeyLibLogger.LogListener) - Method in interface top.offsetmonkey538.monkeylib538.common.api.log.MonkeyLibLogger
-
Removes a
MonkeyLibLogger.LogListenerfrom this logger. - removeListener(MonkeyLibLogger.LogLevel, MonkeyLibLogger.LogListener) - Method in class top.offsetmonkey538.monkeylib538.modded.impl.log.MonkeyLibLoggerImpl
- ResourceKeyApi - Interface in top.offsetmonkey538.monkeylib538.modded.api.resource
- ResourceKeyApiImpl - Class in top.offsetmonkey538.monkeylib538.modded.v1201.impl.resource
- ResourceKeyApiImpl() - Constructor for class top.offsetmonkey538.monkeylib538.modded.v1201.impl.resource.ResourceKeyApiImpl
- runOnLoadingFinished(Runnable) - Static method in interface top.offsetmonkey538.monkeylib538.common.api.lifecycle.ClientLifecycleApi
-
Runs the provided work when client finishes loading (right before loading screen fades to title screen)
Logs a warning and doesn't run the work when called in an environment whereLoaderUtil.isDedicatedServer()returnstrue. - runOnLoadingFinishedImpl(Runnable) - Method in interface top.offsetmonkey538.monkeylib538.common.api.lifecycle.ClientLifecycleApi
- runOnLoadingFinishedImpl(Runnable) - Method in class top.offsetmonkey538.monkeylib538.modded.impl.lifecycle.ClientLifecycleApiImpl
- runOnServerStarted(Runnable) - Static method in interface top.offsetmonkey538.monkeylib538.common.api.lifecycle.ServerLifecycleApi
- runOnServerStartedImpl(Runnable) - Method in interface top.offsetmonkey538.monkeylib538.common.api.lifecycle.ServerLifecycleApi
- runOnServerStartedImpl(Runnable) - Method in class top.offsetmonkey538.monkeylib538.fabric.impl.lifecycle.ServerLifecycleApiImpl
- runOnServerStarting(Runnable) - Static method in interface top.offsetmonkey538.monkeylib538.common.api.lifecycle.ServerLifecycleApi
- runOnServerStartingImpl(Runnable) - Method in interface top.offsetmonkey538.monkeylib538.common.api.lifecycle.ServerLifecycleApi
- runOnServerStartingImpl(Runnable) - Method in class top.offsetmonkey538.monkeylib538.fabric.impl.lifecycle.ServerLifecycleApiImpl
- runOnServerStopped(Runnable) - Static method in interface top.offsetmonkey538.monkeylib538.common.api.lifecycle.ServerLifecycleApi
- runOnServerStoppedImpl(Runnable) - Method in interface top.offsetmonkey538.monkeylib538.common.api.lifecycle.ServerLifecycleApi
- runOnServerStoppedImpl(Runnable) - Method in class top.offsetmonkey538.monkeylib538.fabric.impl.lifecycle.ServerLifecycleApiImpl
- runOnServerStopping(Runnable) - Static method in interface top.offsetmonkey538.monkeylib538.common.api.lifecycle.ServerLifecycleApi
- runOnServerStoppingImpl(Runnable) - Method in interface top.offsetmonkey538.monkeylib538.common.api.lifecycle.ServerLifecycleApi
- runOnServerStoppingImpl(Runnable) - Method in class top.offsetmonkey538.monkeylib538.fabric.impl.lifecycle.ServerLifecycleApiImpl
S
- sendError(CommandContext<Object>, String) - Static method in interface top.offsetmonkey538.monkeylib538.common.api.command.CommandAbstractionApi
-
Sends an error message to the command source.
- sendError(CommandContext<Object>, String, Object...) - Static method in interface top.offsetmonkey538.monkeylib538.common.api.command.CommandAbstractionApi
-
Sends an error message to the command source.
- sendErrorImpl(CommandContext<Object>, String) - Method in interface top.offsetmonkey538.monkeylib538.common.api.command.CommandAbstractionApi
- sendErrorImpl(CommandContext<Object>, String) - Method in class top.offsetmonkey538.monkeylib538.modded.impl.command.CommandAbstractionImpl
- sendMessage(CommandContext<Object>, String) - Static method in interface top.offsetmonkey538.monkeylib538.common.api.command.CommandAbstractionApi
-
Sends a message to the command source.
- sendMessage(CommandContext<Object>, String, Object...) - Static method in interface top.offsetmonkey538.monkeylib538.common.api.command.CommandAbstractionApi
-
Sends a message to the command source.
- sendMessageImpl(CommandContext<Object>, String) - Method in interface top.offsetmonkey538.monkeylib538.common.api.command.CommandAbstractionApi
- sendMessageImpl(CommandContext<Object>, String) - Method in class top.offsetmonkey538.monkeylib538.modded.impl.command.CommandAbstractionImpl
- sendMessagesToAdminsOnJoin(Supplier<MonkeyLibText[]>) - Static method in interface top.offsetmonkey538.monkeylib538.common.api.platform.LoaderUtil
-
Sends the messages supplied by the provided supplier to admins when they join.
- sendMessagesToAdminsOnJoinImpl(Supplier<MonkeyLibText[]>) - Method in interface top.offsetmonkey538.monkeylib538.common.api.platform.LoaderUtil
- sendMessagesToAdminsOnJoinImpl(Supplier<MonkeyLibText[]>) - Method in class top.offsetmonkey538.monkeylib538.fabric.impl.platform.LoaderUtilImpl
- sendOnNewThread() - Static method in class top.offsetmonkey538.monkeylib538.common.telemetry.TelemetryHandler
- sendText(CommandContext<Object>, MonkeyLibText) - Static method in interface top.offsetmonkey538.monkeylib538.common.api.command.CommandAbstractionApi
-
Sends a
MonkeyLibTextto the command source. - sendTextImpl(CommandContext<Object>, MonkeyLibText) - Method in interface top.offsetmonkey538.monkeylib538.common.api.command.CommandAbstractionApi
- sendTextImpl(CommandContext<Object>, MonkeyLibText) - Method in class top.offsetmonkey538.monkeylib538.modded.impl.command.CommandAbstractionImpl
- ServerBrandGetterImpl - Class in top.offsetmonkey538.monkeylib538.modded.impl.platform
- ServerBrandGetterImpl() - Constructor for class top.offsetmonkey538.monkeylib538.modded.impl.platform.ServerBrandGetterImpl
- ServerLifecycleApi - Interface in top.offsetmonkey538.monkeylib538.common.api.lifecycle
- ServerLifecycleApiImpl - Class in top.offsetmonkey538.monkeylib538.fabric.impl.lifecycle
- ServerLifecycleApiImpl() - Constructor for class top.offsetmonkey538.monkeylib538.fabric.impl.lifecycle.ServerLifecycleApiImpl
- ServerProvider - Interface in top.offsetmonkey538.monkeylib538.modded.api.server
- ServerProviderImpl - Class in top.offsetmonkey538.monkeylib538.fabric.impl.server
- ServerProviderImpl() - Constructor for class top.offsetmonkey538.monkeylib538.fabric.impl.server.ServerProviderImpl
- setLastSibling(MonkeyLibText) - Method in interface top.offsetmonkey538.monkeylib538.common.api.text.MonkeyLibText
-
Sets the last sibling of this text.
- setLastSibling(MonkeyLibText) - Method in class top.offsetmonkey538.monkeylib538.modded.impl.text.MonkeyLibTextImpl
- setStyle(MonkeyLibStyle) - Method in interface top.offsetmonkey538.monkeylib538.common.api.text.MonkeyLibText
-
Sets the style of this text to the provided style.
- setStyle(MonkeyLibStyle) - Method in class top.offsetmonkey538.monkeylib538.modded.impl.text.MonkeyLibTextImpl
- style() - Method in interface top.offsetmonkey538.monkeylib538.modded.api.text.ModdedMonkeyLibStyle
- style() - Method in record class top.offsetmonkey538.monkeylib538.modded.impl.text.MonkeyLibStyleImpl
-
Returns the value of the
stylerecord component. - styleText(String) - Static method in interface top.offsetmonkey538.monkeylib538.common.api.text.TextFormattingApi
- styleTextImpl(String) - Method in interface top.offsetmonkey538.monkeylib538.common.api.text.TextFormattingApi
- styleTextImpl(String) - Method in class top.offsetmonkey538.monkeylib538.common.impl.text.TextFormattingImpl
- styleTextMultiline(String) - Static method in interface top.offsetmonkey538.monkeylib538.common.api.text.TextFormattingApi
- styleTextMultilineImpl(String) - Method in interface top.offsetmonkey538.monkeylib538.common.api.text.TextFormattingApi
- styleTextMultilineImpl(String) - Method in class top.offsetmonkey538.monkeylib538.common.impl.text.TextFormattingImpl
T
- TelemetryConfig - Class in top.offsetmonkey538.monkeylib538.common.telemetry
- TelemetryConfig() - Constructor for class top.offsetmonkey538.monkeylib538.common.telemetry.TelemetryConfig
- TelemetryHandler - Class in top.offsetmonkey538.monkeylib538.common.telemetry
- TelemetryRegistry - Interface in top.offsetmonkey538.monkeylib538.common.api.telemetry
- TelemetryRegistryImpl - Class in top.offsetmonkey538.monkeylib538.common.impl.telemetry
- TelemetryRegistryImpl() - Constructor for class top.offsetmonkey538.monkeylib538.common.impl.telemetry.TelemetryRegistryImpl
- TextFormattingApi - Interface in top.offsetmonkey538.monkeylib538.common.api.text
- TextFormattingImpl - Class in top.offsetmonkey538.monkeylib538.common.impl.text
- TextFormattingImpl() - Constructor for class top.offsetmonkey538.monkeylib538.common.impl.text.TextFormattingImpl
- top.offsetmonkey538.monkeylib538.common - package top.offsetmonkey538.monkeylib538.common
- top.offsetmonkey538.monkeylib538.common.api.annotation - package top.offsetmonkey538.monkeylib538.common.api.annotation
- top.offsetmonkey538.monkeylib538.common.api.command - package top.offsetmonkey538.monkeylib538.common.api.command
- top.offsetmonkey538.monkeylib538.common.api.lifecycle - package top.offsetmonkey538.monkeylib538.common.api.lifecycle
- top.offsetmonkey538.monkeylib538.common.api.log - package top.offsetmonkey538.monkeylib538.common.api.log
- top.offsetmonkey538.monkeylib538.common.api.platform - package top.offsetmonkey538.monkeylib538.common.api.platform
- top.offsetmonkey538.monkeylib538.common.api.telemetry - package top.offsetmonkey538.monkeylib538.common.api.telemetry
- top.offsetmonkey538.monkeylib538.common.api.text - package top.offsetmonkey538.monkeylib538.common.api.text
- top.offsetmonkey538.monkeylib538.common.api.wrapper - package top.offsetmonkey538.monkeylib538.common.api.wrapper
- top.offsetmonkey538.monkeylib538.common.impl.command - package top.offsetmonkey538.monkeylib538.common.impl.command
- top.offsetmonkey538.monkeylib538.common.impl.telemetry - package top.offsetmonkey538.monkeylib538.common.impl.telemetry
- top.offsetmonkey538.monkeylib538.common.impl.text - package top.offsetmonkey538.monkeylib538.common.impl.text
- top.offsetmonkey538.monkeylib538.common.telemetry - package top.offsetmonkey538.monkeylib538.common.telemetry
- top.offsetmonkey538.monkeylib538.fabric - package top.offsetmonkey538.monkeylib538.fabric
- top.offsetmonkey538.monkeylib538.fabric.impl.lifecycle - package top.offsetmonkey538.monkeylib538.fabric.impl.lifecycle
- top.offsetmonkey538.monkeylib538.fabric.impl.platform - package top.offsetmonkey538.monkeylib538.fabric.impl.platform
- top.offsetmonkey538.monkeylib538.fabric.impl.server - package top.offsetmonkey538.monkeylib538.fabric.impl.server
- top.offsetmonkey538.monkeylib538.modded.api.command - package top.offsetmonkey538.monkeylib538.modded.api.command
- top.offsetmonkey538.monkeylib538.modded.api.player - package top.offsetmonkey538.monkeylib538.modded.api.player
- top.offsetmonkey538.monkeylib538.modded.api.resource - package top.offsetmonkey538.monkeylib538.modded.api.resource
- top.offsetmonkey538.monkeylib538.modded.api.server - package top.offsetmonkey538.monkeylib538.modded.api.server
- top.offsetmonkey538.monkeylib538.modded.api.text - package top.offsetmonkey538.monkeylib538.modded.api.text
- top.offsetmonkey538.monkeylib538.modded.api.wrapper - package top.offsetmonkey538.monkeylib538.modded.api.wrapper
- top.offsetmonkey538.monkeylib538.modded.impl.client.platform - package top.offsetmonkey538.monkeylib538.modded.impl.client.platform
- top.offsetmonkey538.monkeylib538.modded.impl.command - package top.offsetmonkey538.monkeylib538.modded.impl.command
- top.offsetmonkey538.monkeylib538.modded.impl.lifecycle - package top.offsetmonkey538.monkeylib538.modded.impl.lifecycle
- top.offsetmonkey538.monkeylib538.modded.impl.log - package top.offsetmonkey538.monkeylib538.modded.impl.log
- top.offsetmonkey538.monkeylib538.modded.impl.platform - package top.offsetmonkey538.monkeylib538.modded.impl.platform
- top.offsetmonkey538.monkeylib538.modded.impl.text - package top.offsetmonkey538.monkeylib538.modded.impl.text
- top.offsetmonkey538.monkeylib538.modded.mixin.client - package top.offsetmonkey538.monkeylib538.modded.mixin.client
- top.offsetmonkey538.monkeylib538.modded.v1201.api.wrapper - package top.offsetmonkey538.monkeylib538.modded.v1201.api.wrapper
- top.offsetmonkey538.monkeylib538.modded.v1201.impl.command - package top.offsetmonkey538.monkeylib538.modded.v1201.impl.command
- top.offsetmonkey538.monkeylib538.modded.v1201.impl.player - package top.offsetmonkey538.monkeylib538.modded.v1201.impl.player
- top.offsetmonkey538.monkeylib538.modded.v1201.impl.resource - package top.offsetmonkey538.monkeylib538.modded.v1201.impl.resource
- top.offsetmonkey538.monkeylib538.modded.v1201.impl.text - package top.offsetmonkey538.monkeylib538.modded.v1201.impl.text
- top.offsetmonkey538.monkeylib538.modded.v1201.impl.wrapper - package top.offsetmonkey538.monkeylib538.modded.v1201.impl.wrapper
- toString() - Method in record class top.offsetmonkey538.monkeylib538.modded.impl.text.MonkeyLibStyleImpl
-
Returns a string representation of this record class.
- toString() - Method in record class top.offsetmonkey538.monkeylib538.modded.v1201.impl.wrapper.IdentifierWrapper
-
Returns a string representation of this record class.
V
- value() - Element in annotation interface top.offsetmonkey538.monkeylib538.common.api.annotation.MonkeyLibSerializable
- valueOf(String) - Static method in enum class top.offsetmonkey538.monkeylib538.common.api.log.MonkeyLibLogger.LogLevel
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class top.offsetmonkey538.monkeylib538.common.api.log.MonkeyLibLogger.LogLevel
-
Returns an array containing the constants of this enum class, in the order they are declared.
- vanillaIdentifier() - Method in record class top.offsetmonkey538.monkeylib538.modded.v1201.impl.wrapper.IdentifierWrapper
-
Returns the value of the
vanillaIdentifierrecord component.
W
- warn(String) - Method in interface top.offsetmonkey538.monkeylib538.common.api.log.MonkeyLibLogger
-
Logs the provided message at
MonkeyLibLogger.LogLevel.WARNlevel. - warn(String) - Method in class top.offsetmonkey538.monkeylib538.modded.impl.log.MonkeyLibLoggerImpl
- warn(String, Throwable) - Method in interface top.offsetmonkey538.monkeylib538.common.api.log.MonkeyLibLogger
-
Logs the provided message and
ThrowableatMonkeyLibLogger.LogLevel.WARNlevel. - warn(String, Throwable) - Method in class top.offsetmonkey538.monkeylib538.modded.impl.log.MonkeyLibLoggerImpl
- warn(String, Throwable, Object...) - Method in interface top.offsetmonkey538.monkeylib538.common.api.log.MonkeyLibLogger
-
Logs the provided message and
ThrowableatMonkeyLibLogger.LogLevel.WARNlevel. - warn(String, Object...) - Method in interface top.offsetmonkey538.monkeylib538.common.api.log.MonkeyLibLogger
-
Logs the provided message at
MonkeyLibLogger.LogLevel.WARNlevel. - WARN - Enum constant in enum class top.offsetmonkey538.monkeylib538.common.api.log.MonkeyLibLogger.LogLevel
-
Warning messages
- WHITE - Static variable in class top.offsetmonkey538.monkeylib538.common.api.text.MonkeyLibStyle.Color
- withColor(int) - Method in interface top.offsetmonkey538.monkeylib538.common.api.text.MonkeyLibStyle
-
Returns a new style with the provided rgb color.
- withColor(int) - Method in record class top.offsetmonkey538.monkeylib538.modded.impl.text.MonkeyLibStyleImpl
- withCopyToClipboard(String) - Method in interface top.offsetmonkey538.monkeylib538.common.api.text.MonkeyLibStyle
- withCopyToClipboard(String) - Method in record class top.offsetmonkey538.monkeylib538.modded.impl.text.MonkeyLibStyleImpl
- withFormattingCode(char) - Method in interface top.offsetmonkey538.monkeylib538.common.api.text.MonkeyLibStyle
-
Returns a new style with the formatting code.
- withFormattingCode(char) - Method in record class top.offsetmonkey538.monkeylib538.modded.impl.text.MonkeyLibStyleImpl
- withItalic(boolean) - Method in interface top.offsetmonkey538.monkeylib538.common.api.text.MonkeyLibStyle
-
Returns a new style with the provided italic attribute.
- withItalic(boolean) - Method in record class top.offsetmonkey538.monkeylib538.modded.impl.text.MonkeyLibStyleImpl
- withOpenFile(Path) - Method in interface top.offsetmonkey538.monkeylib538.common.api.text.MonkeyLibStyle
- withOpenFile(Path) - Method in record class top.offsetmonkey538.monkeylib538.modded.impl.text.MonkeyLibStyleImpl
- withOpenUrl(URI) - Method in interface top.offsetmonkey538.monkeylib538.common.api.text.MonkeyLibStyle
- withOpenUrl(URI) - Method in record class top.offsetmonkey538.monkeylib538.modded.impl.text.MonkeyLibStyleImpl
- withRunCommand(String) - Method in interface top.offsetmonkey538.monkeylib538.common.api.text.MonkeyLibStyle
- withRunCommand(String) - Method in record class top.offsetmonkey538.monkeylib538.modded.impl.text.MonkeyLibStyleImpl
- withShowText(MonkeyLibText) - Method in interface top.offsetmonkey538.monkeylib538.common.api.text.MonkeyLibStyle
- withShowText(MonkeyLibText) - Method in record class top.offsetmonkey538.monkeylib538.modded.impl.text.MonkeyLibStyleImpl
- withSuggestCommand(String) - Method in interface top.offsetmonkey538.monkeylib538.common.api.text.MonkeyLibStyle
- withSuggestCommand(String) - Method in record class top.offsetmonkey538.monkeylib538.modded.impl.text.MonkeyLibStyleImpl
- withUnderline(boolean) - Method in interface top.offsetmonkey538.monkeylib538.common.api.text.MonkeyLibStyle
-
Returns a new style with the provided underline attribute.
- withUnderline(boolean) - Method in record class top.offsetmonkey538.monkeylib538.modded.impl.text.MonkeyLibStyleImpl
Y
- YELLOW - Static variable in class top.offsetmonkey538.monkeylib538.common.api.text.MonkeyLibStyle.Color
All Classes and Interfaces|All Packages|Constant Field Values