Index

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

A

AbstractTask<T> - Class in dev.upcraft.sparkweave.scheduler
 
AbstractTask(long, Callable<T>) - Constructor for class dev.upcraft.sparkweave.scheduler.AbstractTask
 
accept(RegistryService) - Method in interface dev.upcraft.sparkweave.api.registry.RegistryHandler
 
accept(ResourceLocation, T) - Method in interface dev.upcraft.sparkweave.api.registry.RegistryVisitor
 
ACCEPTED - Enum constant in enum class dev.upcraft.sparkweave.api.web.HttpStatus
 
acceptTargets(Set<String>, Set<String>) - Method in class dev.upcraft.sparkweave.SparkweaveMixinConfigPlugin
 
Action - Interface in dev.upcraft.sparkweave.api.undo
 
add(DebugRenderable) - Static method in class dev.upcraft.sparkweave.api.client.render.DebugRenderer
 
addAction(Action) - Method in class dev.upcraft.sparkweave.api.undo.UndoRedoStack
 
addListener(Consumer<T>) - Method in class dev.upcraft.sparkweave.api.storage.DataStore
 
addRegistryEntries(CreativeModeTab.Output, RegistryHandler<T>) - Static method in class dev.upcraft.sparkweave.api.item.CreativeTabHelper
 
alpha() - Method in record class dev.upcraft.sparkweave.api.client.render.LineRenderable
Returns the value of the alpha record component.
ALREADY_REPORTED - Enum constant in enum class dev.upcraft.sparkweave.api.web.HttpStatus
 
appDirs - Variable in class dev.upcraft.sparkweave.platform.BasePlatformService
 

B

BAD_GATEWAY - Enum constant in enum class dev.upcraft.sparkweave.api.web.HttpStatus
 
BAD_REQUEST - Enum constant in enum class dev.upcraft.sparkweave.api.web.HttpStatus
 
BasePlatformService - Class in dev.upcraft.sparkweave.platform
 
BasePlatformService() - Constructor for class dev.upcraft.sparkweave.platform.BasePlatformService
 
BlockItemProvider - Interface in dev.upcraft.sparkweave.api.registry.block
 
blue() - Method in record class dev.upcraft.sparkweave.api.client.render.LineRenderable
Returns the value of the blue record component.

C

CalledByReflection - Annotation Interface in dev.upcraft.sparkweave.api.annotation
Indicates that a class, field, method, or constructor is called by reflection.
This annotation is used purely to suppress warnings about reflection usage.
CallerSensitive - Annotation Interface in dev.upcraft.sparkweave.api.annotation
Indicates that a method or constructor is sensitive to the context in which it is used
cancel() - Method in interface dev.upcraft.sparkweave.api.scheduler.Task
Cancel any future execution of this task.
cancel() - Method in class dev.upcraft.sparkweave.scheduler.AbstractTask
 
canRedo() - Method in class dev.upcraft.sparkweave.api.undo.UndoRedoStack
 
canUndo() - Method in class dev.upcraft.sparkweave.api.undo.UndoRedoStack
 
clear() - Method in class dev.upcraft.sparkweave.api.undo.UndoRedoStack
 
Client - Class in dev.upcraft.sparkweave.quilt.entrypoint
 
Client() - Constructor for class dev.upcraft.sparkweave.api.SparkweaveApi.Client
 
Client() - Constructor for class dev.upcraft.sparkweave.quilt.entrypoint.Client
 
CLIENT - Enum constant in enum class dev.upcraft.sparkweave.api.platform.RuntimeEnvironmentType
 
ClientRootCommand - Class in dev.upcraft.sparkweave.quilt.client.command
 
ClientRootCommand() - Constructor for class dev.upcraft.sparkweave.quilt.client.command.ClientRootCommand
 
CLIENTSIDE_ENVIRONMENT - Static variable in class dev.upcraft.sparkweave.api.SparkweaveApi
 
code() - Method in enum class dev.upcraft.sparkweave.api.web.HttpStatus
 
CODEC - Static variable in enum class dev.upcraft.sparkweave.api.platform.RuntimeEnvironmentType
 
CODEC - Static variable in record class dev.upcraft.sparkweave.vanity.SparkweaveVanityData
 
CODEC - Static variable in enum class dev.upcraft.sparkweave.vanity.SparkweaveVanityData.Tier
 
CompatHelper - Class in dev.upcraft.sparkweave.api.compat
 
CompatHelper(String) - Constructor for class dev.upcraft.sparkweave.api.compat.CompatHelper
 
CONFLICT - Enum constant in enum class dev.upcraft.sparkweave.api.web.HttpStatus
 
ConsentScreen - Class in dev.upcraft.sparkweave.quilt.client.consent
 
ConsentScreen(List<ResourceLocation>, boolean) - Constructor for class dev.upcraft.sparkweave.quilt.client.consent.ConsentScreen
 
ContextHelper - Class in dev.upcraft.sparkweave.api.reflect
 
CONTINUE - Enum constant in enum class dev.upcraft.sparkweave.api.web.HttpStatus
 
create(Class<T>, Function<T[], T>) - Static method in interface dev.upcraft.sparkweave.api.event.Event
 
create(Class<T>, Function<T[], T>) - Static method in class dev.upcraft.sparkweave.event.EventFactoryImpl
 
create(ResourceKey<Registry<T>>, String) - Static method in interface dev.upcraft.sparkweave.api.registry.RegistryHandler
 
create(ResourceKey<Registry<T>>, String) - Static method in class dev.upcraft.sparkweave.quilt.impl.registry.QuiltRegistryHandler
 
CREATED - Enum constant in enum class dev.upcraft.sparkweave.api.web.HttpStatus
 
createItem() - Method in interface dev.upcraft.sparkweave.api.registry.block.BlockItemProvider
 
createNewRegistry() - Method in interface dev.upcraft.sparkweave.api.registry.RegistryHandler
 
createNewRegistry(boolean) - Method in interface dev.upcraft.sparkweave.api.registry.RegistryHandler
 
createNewRegistry(boolean, ResourceLocation) - Method in interface dev.upcraft.sparkweave.api.registry.RegistryHandler
 
createNewRegistry(boolean, ResourceLocation) - Method in class dev.upcraft.sparkweave.quilt.impl.registry.QuiltRegistryHandler
 
createRegistryHandler(ResourceKey<Registry<T>>, String) - Method in interface dev.upcraft.sparkweave.api.platform.services.RegistryService
 
createRegistryHandler(ResourceKey<Registry<T>>, String) - Method in class dev.upcraft.sparkweave.quilt.service.QuiltRegistryService
 
creationTime() - Method in record class dev.upcraft.sparkweave.api.client.render.LineRenderable
Returns the value of the creationTime record component.
CreativeTabHelper - Class in dev.upcraft.sparkweave.api.item
 
CreativeTabHelper() - Constructor for class dev.upcraft.sparkweave.api.item.CreativeTabHelper
 
CREATOR - Enum constant in enum class dev.upcraft.sparkweave.vanity.SparkweaveVanityData.Tier
 
currentAction() - Method in class dev.upcraft.sparkweave.api.undo.UndoRedoStack
 
currentIndex() - Method in class dev.upcraft.sparkweave.api.undo.UndoRedoStack
 

D

DataStore<T> - Class in dev.upcraft.sparkweave.api.storage
 
DataStore(String, Supplier<T>, Duration) - Constructor for class dev.upcraft.sparkweave.api.storage.DataStore
 
DataStore(String, Supplier<T>, Duration, boolean) - Constructor for class dev.upcraft.sparkweave.api.storage.DataStore
 
Debug - Class in dev.upcraft.sparkweave.api.client
 
Debug() - Constructor for class dev.upcraft.sparkweave.api.client.Debug
 
DEBUG_LOG_LEVEL - Static variable in class dev.upcraft.sparkweave.api.SparkweaveApi
 
DEBUG_LOGGING - Static variable in class dev.upcraft.sparkweave.api.SparkweaveApi
 
DEBUG_MODE - Static variable in class dev.upcraft.sparkweave.api.SparkweaveApi
 
DebugMonitorCommand - Class in dev.upcraft.sparkweave.quilt.client.command
 
DebugMonitorCommand() - Constructor for class dev.upcraft.sparkweave.quilt.client.command.DebugMonitorCommand
 
DebugRenderable - Interface in dev.upcraft.sparkweave.api.client.render
 
DebugRenderer - Class in dev.upcraft.sparkweave.api.client.render
 
DebugRenderer() - Constructor for class dev.upcraft.sparkweave.api.client.render.DebugRenderer
 
dev.upcraft.sparkweave - package dev.upcraft.sparkweave
 
dev.upcraft.sparkweave.api - package dev.upcraft.sparkweave.api
 
dev.upcraft.sparkweave.api.annotation - package dev.upcraft.sparkweave.api.annotation
 
dev.upcraft.sparkweave.api.client - package dev.upcraft.sparkweave.api.client
 
dev.upcraft.sparkweave.api.client.render - package dev.upcraft.sparkweave.api.client.render
 
dev.upcraft.sparkweave.api.compat - package dev.upcraft.sparkweave.api.compat
 
dev.upcraft.sparkweave.api.event - package dev.upcraft.sparkweave.api.event
 
dev.upcraft.sparkweave.api.item - package dev.upcraft.sparkweave.api.item
 
dev.upcraft.sparkweave.api.logging - package dev.upcraft.sparkweave.api.logging
 
dev.upcraft.sparkweave.api.platform - package dev.upcraft.sparkweave.api.platform
 
dev.upcraft.sparkweave.api.platform.services - package dev.upcraft.sparkweave.api.platform.services
 
dev.upcraft.sparkweave.api.reflect - package dev.upcraft.sparkweave.api.reflect
 
dev.upcraft.sparkweave.api.registry - package dev.upcraft.sparkweave.api.registry
 
dev.upcraft.sparkweave.api.registry.block - package dev.upcraft.sparkweave.api.registry.block
 
dev.upcraft.sparkweave.api.scheduler - package dev.upcraft.sparkweave.api.scheduler
 
dev.upcraft.sparkweave.api.storage - package dev.upcraft.sparkweave.api.storage
 
dev.upcraft.sparkweave.api.time - package dev.upcraft.sparkweave.api.time
 
dev.upcraft.sparkweave.api.types - package dev.upcraft.sparkweave.api.types
 
dev.upcraft.sparkweave.api.undo - package dev.upcraft.sparkweave.api.undo
 
dev.upcraft.sparkweave.api.web - package dev.upcraft.sparkweave.api.web
 
dev.upcraft.sparkweave.event - package dev.upcraft.sparkweave.event
 
dev.upcraft.sparkweave.logging - package dev.upcraft.sparkweave.logging
 
dev.upcraft.sparkweave.platform - package dev.upcraft.sparkweave.platform
 
dev.upcraft.sparkweave.quilt.client.command - package dev.upcraft.sparkweave.quilt.client.command
 
dev.upcraft.sparkweave.quilt.client.consent - package dev.upcraft.sparkweave.quilt.client.consent
 
dev.upcraft.sparkweave.quilt.entrypoint - package dev.upcraft.sparkweave.quilt.entrypoint
 
dev.upcraft.sparkweave.quilt.impl.mod - package dev.upcraft.sparkweave.quilt.impl.mod
 
dev.upcraft.sparkweave.quilt.impl.registry - package dev.upcraft.sparkweave.quilt.impl.registry
 
dev.upcraft.sparkweave.quilt.service - package dev.upcraft.sparkweave.quilt.service
 
dev.upcraft.sparkweave.scheduler - package dev.upcraft.sparkweave.scheduler
 
dev.upcraft.sparkweave.validation - package dev.upcraft.sparkweave.validation
 
dev.upcraft.sparkweave.vanity - package dev.upcraft.sparkweave.vanity
 
DEVELOPMENT_ENVIRONMENT - Static variable in class dev.upcraft.sparkweave.api.SparkweaveApi
 
displayName() - Method in interface dev.upcraft.sparkweave.api.platform.ModMetadata
 
displayName() - Method in enum class dev.upcraft.sparkweave.api.web.HttpStatus
 
displayName() - Method in class dev.upcraft.sparkweave.quilt.impl.mod.QuiltModMetadata
 
DotEnv - Class in dev.upcraft.sparkweave.platform
 
DotEnv() - Constructor for class dev.upcraft.sparkweave.platform.DotEnv
 
drawLine(float, float, float, float, float, float, long) - Static method in class dev.upcraft.sparkweave.api.client.Debug
 
drawLine(float, float, float, float, float, float, long) - Static method in class dev.upcraft.sparkweave.api.client.render.DebugRenderer
 
drawLine(PoseStack, float, float, float, float, float, float, long) - Static method in class dev.upcraft.sparkweave.api.client.Debug
 
drawLine(PoseStack, float, float, float, float, float, float, long) - Static method in class dev.upcraft.sparkweave.api.client.render.DebugRenderer
 
drawLine(PoseStack, Vector3fc, Vector3fc, long) - Static method in class dev.upcraft.sparkweave.api.client.Debug
 
drawLine(Vector3fc, Vector3fc, long) - Static method in class dev.upcraft.sparkweave.api.client.Debug
 
duration() - Method in record class dev.upcraft.sparkweave.api.client.render.LineRenderable
Returns the value of the duration record component.

E

EARLY_HINTS - Enum constant in enum class dev.upcraft.sparkweave.api.web.HttpStatus
 
endX() - Method in record class dev.upcraft.sparkweave.api.client.render.LineRenderable
Returns the value of the endX record component.
endY() - Method in record class dev.upcraft.sparkweave.api.client.render.LineRenderable
Returns the value of the endY record component.
endZ() - Method in record class dev.upcraft.sparkweave.api.client.render.LineRenderable
Returns the value of the endZ record component.
Env - Class in dev.upcraft.sparkweave.api.platform
 
Env() - Constructor for class dev.upcraft.sparkweave.api.platform.Env
 
equals(Object) - Method in record class dev.upcraft.sparkweave.api.client.render.LineRenderable
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class dev.upcraft.sparkweave.quilt.impl.mod.QuiltModContainer
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class dev.upcraft.sparkweave.quilt.impl.registry.QuiltRegistrySupplier
 
equals(Object) - Method in record class dev.upcraft.sparkweave.vanity.SparkweaveVanityData
Indicates whether some other object is "equal to" this one.
Event<T> - Interface in dev.upcraft.sparkweave.api.event
 
EventFactoryImpl<T> - Class in dev.upcraft.sparkweave.event
A Simple event system.
EXPECTATION_FAILED - Enum constant in enum class dev.upcraft.sparkweave.api.web.HttpStatus
 

F

FAILED_DEPENDENCY - Enum constant in enum class dev.upcraft.sparkweave.api.web.HttpStatus
 
FORBIDDEN - Enum constant in enum class dev.upcraft.sparkweave.api.web.HttpStatus
 
FOUND - Enum constant in enum class dev.upcraft.sparkweave.api.web.HttpStatus
 

G

GATEWAY_TIMEOUT - Enum constant in enum class dev.upcraft.sparkweave.api.web.HttpStatus
 
get() - Static method in interface dev.upcraft.sparkweave.api.platform.services.RegistryService
 
get() - Method in interface dev.upcraft.sparkweave.api.registry.RegistrySupplier
 
get() - Method in class dev.upcraft.sparkweave.api.storage.DataStore
 
get() - Method in class dev.upcraft.sparkweave.quilt.impl.registry.QuiltRegistrySupplier
 
get(String) - Static method in class dev.upcraft.sparkweave.api.platform.Env
 
get(String, String) - Static method in class dev.upcraft.sparkweave.api.platform.Env
 
getAction(int) - Method in class dev.upcraft.sparkweave.api.undo.UndoRedoStack
 
getAll() - Static method in class dev.upcraft.sparkweave.vanity.SparkweaveVanityHandler
 
getBool(String) - Static method in class dev.upcraft.sparkweave.api.platform.Env
 
getBool(String, String) - Static method in class dev.upcraft.sparkweave.api.platform.Env
 
getBuiltinRegistry(ResourceKey<Registry<T>>) - Static method in class dev.upcraft.sparkweave.api.registry.RegistryHelper
 
getCallerContext() - Static method in class dev.upcraft.sparkweave.api.reflect.ContextHelper
 
getConfigDir() - Method in interface dev.upcraft.sparkweave.api.platform.services.PlatformService
 
getConfigDir() - Method in class dev.upcraft.sparkweave.quilt.service.QuiltPlatformService
 
getContext(Class<?>) - Static method in class dev.upcraft.sparkweave.api.reflect.ContextHelper
 
getCreationTimeMs() - Method in interface dev.upcraft.sparkweave.api.client.render.DebugRenderable
 
getCreationTimeMs() - Method in record class dev.upcraft.sparkweave.api.client.render.LineRenderable
 
getCurrentContext() - Static method in class dev.upcraft.sparkweave.api.reflect.ContextHelper
 
getCurrentContext(int) - Static method in class dev.upcraft.sparkweave.api.reflect.ContextHelper
 
getData(UUID) - Static method in class dev.upcraft.sparkweave.vanity.SparkweaveVanityHandler
 
getDescriptionUrl() - Method in enum class dev.upcraft.sparkweave.api.web.HttpStatus
 
getEntriesOrdered() - Method in interface dev.upcraft.sparkweave.api.registry.RegistryHandler
 
getEntriesOrdered() - Method in class dev.upcraft.sparkweave.quilt.impl.registry.QuiltRegistryHandler
 
getEnvironmentType() - Method in interface dev.upcraft.sparkweave.api.platform.services.PlatformService
 
getEnvironmentType() - Method in class dev.upcraft.sparkweave.quilt.service.QuiltPlatformService
 
getEnvString() - Method in interface dev.upcraft.sparkweave.api.platform.services.PlatformService
 
getGameDir() - Method in interface dev.upcraft.sparkweave.api.platform.services.PlatformService
 
getGameDir() - Method in class dev.upcraft.sparkweave.quilt.service.QuiltPlatformService
 
getHomepageUrl() - Method in interface dev.upcraft.sparkweave.api.platform.ModMetadata
 
getHomepageUrl() - Method in class dev.upcraft.sparkweave.quilt.impl.mod.QuiltModMetadata
 
getId() - Method in interface dev.upcraft.sparkweave.api.registry.RegistrySupplier
 
getId() - Method in class dev.upcraft.sparkweave.quilt.impl.registry.QuiltRegistrySupplier
 
getInt(String) - Static method in class dev.upcraft.sparkweave.api.platform.Env
 
getInt(String, String) - Static method in class dev.upcraft.sparkweave.api.platform.Env
 
getLastRefresh() - Method in class dev.upcraft.sparkweave.api.storage.DataStore
 
getLastResult() - Method in interface dev.upcraft.sparkweave.api.scheduler.Task
 
getLastResult() - Method in class dev.upcraft.sparkweave.scheduler.AbstractTask
 
getLastResult() - Method in class dev.upcraft.sparkweave.scheduler.RepeatingTask
 
getLaunchArguments(boolean) - Method in interface dev.upcraft.sparkweave.api.platform.services.PlatformService
 
getLaunchArguments(boolean) - Method in class dev.upcraft.sparkweave.quilt.service.QuiltPlatformService
 
getLogger() - Static method in class dev.upcraft.sparkweave.api.logging.SparkweaveLoggerFactory
 
getLogger() - Static method in class dev.upcraft.sparkweave.logging.SparkweaveLogging
 
getLogger(ModContainer) - Static method in class dev.upcraft.sparkweave.api.logging.SparkweaveLoggerFactory
 
getLogger(String) - Static method in class dev.upcraft.sparkweave.api.logging.SparkweaveLoggerFactory
 
getMissingKeys() - Static method in class dev.upcraft.sparkweave.validation.TranslationChecker
 
getMixins() - Method in class dev.upcraft.sparkweave.SparkweaveMixinConfigPlugin
 
getModContainer(String) - Method in interface dev.upcraft.sparkweave.api.platform.services.PlatformService
 
getModContainer(String) - Method in class dev.upcraft.sparkweave.quilt.service.QuiltPlatformService
 
getName() - Method in enum class dev.upcraft.sparkweave.api.platform.RuntimeEnvironmentType
 
getName() - Method in enum class dev.upcraft.sparkweave.vanity.SparkweaveVanityData.Tier
 
getPlatformName() - Method in interface dev.upcraft.sparkweave.api.platform.services.PlatformService
 
getPlatformName() - Method in class dev.upcraft.sparkweave.quilt.service.QuiltPlatformService
 
getRefMapperConfig() - Method in class dev.upcraft.sparkweave.SparkweaveMixinConfigPlugin
 
getRegistry() - Method in interface dev.upcraft.sparkweave.api.registry.RegistrySupplier
 
getRegistry() - Method in class dev.upcraft.sparkweave.quilt.impl.registry.QuiltRegistrySupplier
 
getRegistryKey() - Method in interface dev.upcraft.sparkweave.api.registry.RegistrySupplier
 
getRegistryKey() - Method in class dev.upcraft.sparkweave.quilt.impl.registry.QuiltRegistrySupplier
 
getRenderDurationMs() - Method in interface dev.upcraft.sparkweave.api.client.render.DebugRenderable
 
getRenderDurationMs() - Method in record class dev.upcraft.sparkweave.api.client.render.LineRenderable
 
getRenderLayer() - Method in interface dev.upcraft.sparkweave.api.client.render.DebugRenderable
 
getRenderLayer() - Method in record class dev.upcraft.sparkweave.api.client.render.LineRenderable
 
getSerializedName() - Method in enum class dev.upcraft.sparkweave.api.platform.RuntimeEnvironmentType
 
getSerializedName() - Method in enum class dev.upcraft.sparkweave.vanity.SparkweaveVanityData.Tier
 
getService(Class<T>) - Static method in class dev.upcraft.sparkweave.api.platform.Services
 
getUserAgent() - Method in interface dev.upcraft.sparkweave.api.platform.services.PlatformService
 
getUserAgent() - Method in class dev.upcraft.sparkweave.quilt.service.QuiltPlatformService
 
getUserDataDir(String) - Method in interface dev.upcraft.sparkweave.api.platform.services.PlatformService
 
getUserDataDir(String) - Method in class dev.upcraft.sparkweave.platform.BasePlatformService
 
GONE - Enum constant in enum class dev.upcraft.sparkweave.api.web.HttpStatus
 
green() - Method in record class dev.upcraft.sparkweave.api.client.render.LineRenderable
Returns the value of the green record component.

H

handleRegister(RegistryHandler<T>) - Method in interface dev.upcraft.sparkweave.api.platform.services.RegistryService
 
handleRegister(RegistryHandler<T>) - Method in class dev.upcraft.sparkweave.quilt.service.QuiltRegistryService
 
has(UUID) - Static method in class dev.upcraft.sparkweave.vanity.SparkweaveVanityHandler
 
hashCode() - Method in record class dev.upcraft.sparkweave.api.client.render.LineRenderable
Returns a hash code value for this object.
hashCode() - Method in record class dev.upcraft.sparkweave.quilt.impl.mod.QuiltModContainer
Returns a hash code value for this object.
hashCode() - Method in class dev.upcraft.sparkweave.quilt.impl.registry.QuiltRegistrySupplier
 
hashCode() - Method in record class dev.upcraft.sparkweave.vanity.SparkweaveVanityData
Returns a hash code value for this object.
HTTP_VERSION_NOT_SUPPORTED - Enum constant in enum class dev.upcraft.sparkweave.api.web.HttpStatus
 
HttpStatus - Enum Class in dev.upcraft.sparkweave.api.web
 

I

I_AM_A_TEAPOT - Enum constant in enum class dev.upcraft.sparkweave.api.web.HttpStatus
 
id() - Method in interface dev.upcraft.sparkweave.api.platform.ModMetadata
 
id() - Method in class dev.upcraft.sparkweave.quilt.impl.mod.QuiltModMetadata
 
ifEnabled(Supplier<Runnable>) - Method in class dev.upcraft.sparkweave.api.compat.CompatHelper
 
IM_USED - Enum constant in enum class dev.upcraft.sparkweave.api.web.HttpStatus
 
Infallible - Class in dev.upcraft.sparkweave.api.types
A throwable that is guaranteed to never be thrown.
init() - Method in class dev.upcraft.sparkweave.quilt.client.consent.ConsentScreen
 
INSTANCE - Enum constant in enum class dev.upcraft.sparkweave.api.types.Success
 
INSTANCE - Static variable in interface dev.upcraft.sparkweave.api.platform.services.RegistryService
 
INSUFFICIENT_STORAGE - Enum constant in enum class dev.upcraft.sparkweave.api.web.HttpStatus
 
INTERNAL_SERVER_ERROR - Enum constant in enum class dev.upcraft.sparkweave.api.web.HttpStatus
 
invoker() - Method in interface dev.upcraft.sparkweave.api.event.Event
 
invoker() - Method in class dev.upcraft.sparkweave.event.EventFactoryImpl
 
is(Supplier<T>) - Method in interface dev.upcraft.sparkweave.api.registry.RegistrySupplier
 
is(T) - Method in interface dev.upcraft.sparkweave.api.registry.RegistrySupplier
 
is(T) - Method in class dev.upcraft.sparkweave.quilt.impl.registry.QuiltRegistrySupplier
 
isCancelled() - Method in interface dev.upcraft.sparkweave.api.scheduler.Task
 
isCancelled() - Method in class dev.upcraft.sparkweave.scheduler.AbstractTask
 
isClientSide() - Method in enum class dev.upcraft.sparkweave.api.platform.RuntimeEnvironmentType
 
isDevelopmentEnvironment() - Method in interface dev.upcraft.sparkweave.api.platform.services.PlatformService
 
isDevelopmentEnvironment() - Method in class dev.upcraft.sparkweave.quilt.service.QuiltPlatformService
 
isEnabled() - Method in class dev.upcraft.sparkweave.api.compat.CompatHelper
 
isModLoaded(String) - Method in interface dev.upcraft.sparkweave.api.platform.services.PlatformService
 
isModLoaded(String) - Method in class dev.upcraft.sparkweave.quilt.service.QuiltPlatformService
 
isServerSide() - Method in enum class dev.upcraft.sparkweave.api.platform.RuntimeEnvironmentType
 
isStale() - Method in class dev.upcraft.sparkweave.api.storage.DataStore
 
issuesUrl() - Method in interface dev.upcraft.sparkweave.api.platform.ModMetadata
 
issuesUrl() - Method in class dev.upcraft.sparkweave.quilt.impl.mod.QuiltModMetadata
 

L

LENGTH_REQUIRED - Enum constant in enum class dev.upcraft.sparkweave.api.web.HttpStatus
 
LineRenderable - Record Class in dev.upcraft.sparkweave.api.client.render
 
LineRenderable(float, float, float, float, float, float, int, int, int, int, long, long) - Constructor for record class dev.upcraft.sparkweave.api.client.render.LineRenderable
Creates an instance of a LineRenderable record class.
LIST_CODEC - Static variable in record class dev.upcraft.sparkweave.vanity.SparkweaveVanityData
 
load() - Static method in class dev.upcraft.sparkweave.platform.DotEnv
loads in the following order (later means it overwrites values from previous files): .env $side.env $side.$environment.env $side is the value of the current RuntimeEnvironmentType, $environment is either production or development
load(Path) - Static method in class dev.upcraft.sparkweave.platform.DotEnv
 
LOCKED - Enum constant in enum class dev.upcraft.sparkweave.api.web.HttpStatus
 
LOG_MISSING_TRANSLATIONS - Static variable in class dev.upcraft.sparkweave.api.SparkweaveApi.Client
 
LOOP_DETECTED - Enum constant in enum class dev.upcraft.sparkweave.api.web.HttpStatus
 

M

Main - Class in dev.upcraft.sparkweave.quilt.entrypoint
 
Main() - Constructor for class dev.upcraft.sparkweave.quilt.entrypoint.Main
 
matches(TagKey<? super T>) - Method in interface dev.upcraft.sparkweave.api.registry.RegistrySupplier
 
matches(TagKey<? super T>) - Method in class dev.upcraft.sparkweave.quilt.impl.registry.QuiltRegistrySupplier
 
metadata() - Method in interface dev.upcraft.sparkweave.api.platform.ModContainer
 
metadata() - Method in record class dev.upcraft.sparkweave.quilt.impl.mod.QuiltModContainer
Returns the value of the metadata record component.
METHOD_NOT_ALLOWED - Enum constant in enum class dev.upcraft.sparkweave.api.web.HttpStatus
 
MISDIRECTED_REQUEST - Enum constant in enum class dev.upcraft.sparkweave.api.web.HttpStatus
 
Mod - Class in dev.upcraft.sparkweave.api.annotation
 
Mod() - Constructor for class dev.upcraft.sparkweave.api.annotation.Mod
 
Mod.Context - Annotation Interface in dev.upcraft.sparkweave.api.annotation
 
ModContainer - Interface in dev.upcraft.sparkweave.api.platform
 
modid() - Method in class dev.upcraft.sparkweave.api.compat.CompatHelper
 
MODID - Static variable in class dev.upcraft.sparkweave.SparkweaveMod
 
ModMetadata - Interface in dev.upcraft.sparkweave.api.platform
 
MOVED_PERMANENTLY - Enum constant in enum class dev.upcraft.sparkweave.api.web.HttpStatus
 
MULTI_STATUS - Enum constant in enum class dev.upcraft.sparkweave.api.web.HttpStatus
 
MULTIPLE_CHOICES - Enum constant in enum class dev.upcraft.sparkweave.api.web.HttpStatus
 

N

NETWORK_AUTHENTICATION_REQUIRED - Enum constant in enum class dev.upcraft.sparkweave.api.web.HttpStatus
 
newBuilder() - Static method in class dev.upcraft.sparkweave.api.item.CreativeTabHelper
 
newCreativeTabBuilder() - Method in interface dev.upcraft.sparkweave.api.platform.services.SparkweaveHelperService
 
newCreativeTabBuilder() - Method in class dev.upcraft.sparkweave.quilt.service.QuiltHelperService
 
nextExecutionTime - Variable in class dev.upcraft.sparkweave.scheduler.AbstractTask
 
nextExecutionTime() - Method in class dev.upcraft.sparkweave.scheduler.AbstractTask
 
NO_CONTENT - Enum constant in enum class dev.upcraft.sparkweave.api.web.HttpStatus
 
NON_AUTHORITATIVE_INFORMATION - Enum constant in enum class dev.upcraft.sparkweave.api.web.HttpStatus
 
NONE - Enum constant in enum class dev.upcraft.sparkweave.vanity.SparkweaveVanityData.Tier
 
NOT_ACCEPTABLE - Enum constant in enum class dev.upcraft.sparkweave.api.web.HttpStatus
 
NOT_EXTENDED - Enum constant in enum class dev.upcraft.sparkweave.api.web.HttpStatus
 
NOT_FOUND - Enum constant in enum class dev.upcraft.sparkweave.api.web.HttpStatus
 
NOT_IMPLEMENTED - Enum constant in enum class dev.upcraft.sparkweave.api.web.HttpStatus
 
NOT_MODIFIED - Enum constant in enum class dev.upcraft.sparkweave.api.web.HttpStatus
 

O

of(int) - Static method in enum class dev.upcraft.sparkweave.api.web.HttpStatus
 
of(ModContainer) - Static method in record class dev.upcraft.sparkweave.quilt.impl.mod.QuiltModContainer
 
ok(int) - Static method in enum class dev.upcraft.sparkweave.api.web.HttpStatus
 
OK - Enum constant in enum class dev.upcraft.sparkweave.api.web.HttpStatus
 
onInitialize(ModContainer) - Method in class dev.upcraft.sparkweave.quilt.entrypoint.Main
 
onInitializeClient(ModContainer) - Method in class dev.upcraft.sparkweave.quilt.entrypoint.Client
 
onLoad(String) - Method in class dev.upcraft.sparkweave.SparkweaveMixinConfigPlugin
 
onServerStarting(MinecraftServer) - Static method in class dev.upcraft.sparkweave.scheduler.ScheduledTaskQueue
 
onServerStopped() - Static method in class dev.upcraft.sparkweave.scheduler.ScheduledTaskQueue
 
onServerTick() - Static method in class dev.upcraft.sparkweave.scheduler.ScheduledTaskQueue
 
orElse(Supplier<Supplier<T>>, T) - Method in class dev.upcraft.sparkweave.api.compat.CompatHelper
 
orElseGet(Supplier<Supplier<T>>, Supplier<T>) - Method in class dev.upcraft.sparkweave.api.compat.CompatHelper
 
orElseThrow() - Method in enum class dev.upcraft.sparkweave.api.platform.RuntimeEnvironmentType
 
orThrow() - Method in class dev.upcraft.sparkweave.api.compat.CompatHelper
 

P

PARTIAL_CONTENT - Enum constant in enum class dev.upcraft.sparkweave.api.web.HttpStatus
 
PAYLOAD_TOO_LARGE - Enum constant in enum class dev.upcraft.sparkweave.api.web.HttpStatus
 
PAYMENT_REQUIRED - Enum constant in enum class dev.upcraft.sparkweave.api.web.HttpStatus
 
perform() - Method in interface dev.upcraft.sparkweave.api.undo.Action
 
period() - Method in class dev.upcraft.sparkweave.scheduler.RepeatingTask
 
PERMANENT_REDIRECT - Enum constant in enum class dev.upcraft.sparkweave.api.web.HttpStatus
 
PLATFORM - Static variable in class dev.upcraft.sparkweave.api.platform.Services
 
PlatformService - Interface in dev.upcraft.sparkweave.api.platform.services
 
postApply(String, ClassNode, String, IMixinInfo) - Method in class dev.upcraft.sparkweave.SparkweaveMixinConfigPlugin
 
preApply(String, ClassNode, String, IMixinInfo) - Method in class dev.upcraft.sparkweave.SparkweaveMixinConfigPlugin
 
PRECONDITION_FAILED - Enum constant in enum class dev.upcraft.sparkweave.api.web.HttpStatus
 
PRECONDITION_REQUIRED - Enum constant in enum class dev.upcraft.sparkweave.api.web.HttpStatus
 
PROCESSING - Enum constant in enum class dev.upcraft.sparkweave.api.web.HttpStatus
 
PROXY_AUTHENTICATION_REQUIRED - Enum constant in enum class dev.upcraft.sparkweave.api.web.HttpStatus
 

Q

QuiltHelperService - Class in dev.upcraft.sparkweave.quilt.service
 
QuiltHelperService() - Constructor for class dev.upcraft.sparkweave.quilt.service.QuiltHelperService
 
QuiltModContainer - Record Class in dev.upcraft.sparkweave.quilt.impl.mod
 
QuiltModContainer(QuiltModMetadata) - Constructor for record class dev.upcraft.sparkweave.quilt.impl.mod.QuiltModContainer
Creates an instance of a QuiltModContainer record class.
QuiltModMetadata - Class in dev.upcraft.sparkweave.quilt.impl.mod
 
QuiltModMetadata(ModContainer) - Constructor for class dev.upcraft.sparkweave.quilt.impl.mod.QuiltModMetadata
 
QuiltPlatformService - Class in dev.upcraft.sparkweave.quilt.service
 
QuiltPlatformService() - Constructor for class dev.upcraft.sparkweave.quilt.service.QuiltPlatformService
 
QuiltRegistryHandler<T> - Class in dev.upcraft.sparkweave.quilt.impl.registry
 
QuiltRegistryService - Class in dev.upcraft.sparkweave.quilt.service
 
QuiltRegistryService() - Constructor for class dev.upcraft.sparkweave.quilt.service.QuiltRegistryService
 
QuiltRegistrySupplier<T> - Class in dev.upcraft.sparkweave.quilt.impl.registry
 
QuiltRegistrySupplier(ResourceKey<? super T>, Supplier<T>) - Constructor for class dev.upcraft.sparkweave.quilt.impl.registry.QuiltRegistrySupplier
 

R

RANGE_NOT_SATISFIABLE - Enum constant in enum class dev.upcraft.sparkweave.api.web.HttpStatus
 
red() - Method in record class dev.upcraft.sparkweave.api.client.render.LineRenderable
Returns the value of the red record component.
redo() - Method in class dev.upcraft.sparkweave.api.undo.UndoRedoStack
 
refresh(Executor, boolean) - Method in class dev.upcraft.sparkweave.api.storage.DataStore
 
refresh(Executor, boolean) - Static method in class dev.upcraft.sparkweave.vanity.SparkweaveVanityHandler
 
register(LiteralArgumentBuilder<QuiltClientCommandSource>) - Static method in class dev.upcraft.sparkweave.quilt.client.command.DebugMonitorCommand
 
register(CommandDispatcher<QuiltClientCommandSource>) - Static method in class dev.upcraft.sparkweave.quilt.client.command.ClientRootCommand
 
register(String, Supplier<S>) - Method in interface dev.upcraft.sparkweave.api.registry.RegistryHandler
 
register(String, Supplier<S>) - Method in class dev.upcraft.sparkweave.quilt.impl.registry.QuiltRegistryHandler
 
register(Registry<? super T>) - Method in class dev.upcraft.sparkweave.quilt.impl.registry.QuiltRegistrySupplier
 
register(T) - Method in interface dev.upcraft.sparkweave.api.event.Event
 
register(T) - Method in class dev.upcraft.sparkweave.event.EventFactoryImpl
 
registry() - Method in interface dev.upcraft.sparkweave.api.registry.RegistryHandler
 
registry() - Method in class dev.upcraft.sparkweave.quilt.impl.registry.QuiltRegistryHandler
 
RegistryHandler<T> - Interface in dev.upcraft.sparkweave.api.registry
 
RegistryHelper - Class in dev.upcraft.sparkweave.api.registry
 
RegistryHelper() - Constructor for class dev.upcraft.sparkweave.api.registry.RegistryHelper
 
RegistryService - Interface in dev.upcraft.sparkweave.api.platform.services
 
RegistrySupplier<T> - Interface in dev.upcraft.sparkweave.api.registry
 
RegistryVisitor<T> - Interface in dev.upcraft.sparkweave.api.registry
 
removeListener(Consumer<T>) - Method in class dev.upcraft.sparkweave.api.storage.DataStore
 
render(PoseStack, VertexConsumer) - Method in interface dev.upcraft.sparkweave.api.client.render.DebugRenderable
 
render(PoseStack, VertexConsumer) - Method in record class dev.upcraft.sparkweave.api.client.render.LineRenderable
 
render(PoseStack, MultiBufferSource, Camera) - Static method in class dev.upcraft.sparkweave.api.client.render.DebugRenderer
 
render(GuiGraphics, int, int, float) - Method in class dev.upcraft.sparkweave.quilt.client.consent.ConsentScreen
 
RENDER_SLOT_NUMBERS - Static variable in class dev.upcraft.sparkweave.api.SparkweaveApi.Client
 
RepeatingTask<T> - Class in dev.upcraft.sparkweave.scheduler
 
RepeatingTask(long, long, Callable<T>) - Constructor for class dev.upcraft.sparkweave.scheduler.RepeatingTask
 
REQUEST_HEADER_FIELDS_TOO_LARGE - Enum constant in enum class dev.upcraft.sparkweave.api.web.HttpStatus
 
REQUEST_TIMEOUT - Enum constant in enum class dev.upcraft.sparkweave.api.web.HttpStatus
 
RESET_CONTENT - Enum constant in enum class dev.upcraft.sparkweave.api.web.HttpStatus
 
run(LongSupplier) - Method in class dev.upcraft.sparkweave.scheduler.AbstractTask
 
run(LongSupplier) - Method in class dev.upcraft.sparkweave.scheduler.RepeatingTask
 
run(LongSupplier) - Method in class dev.upcraft.sparkweave.scheduler.SingleRunTask
 
RuntimeEnvironmentType - Enum Class in dev.upcraft.sparkweave.api.platform
 

S

ScheduledTaskQueue - Class in dev.upcraft.sparkweave.scheduler
 
ScheduledTaskQueue() - Constructor for class dev.upcraft.sparkweave.scheduler.ScheduledTaskQueue
 
scheduleEphemeral(Runnable, long) - Static method in class dev.upcraft.sparkweave.api.scheduler.Tasks
Schedule a task to run on the server's main thread after a delay.
scheduleEphemeral(Callable<T>, long) - Static method in class dev.upcraft.sparkweave.api.scheduler.Tasks
Schedule a task to run on the server's main thread after a delay.
scheduleEphemeral(Callable<T>, long) - Static method in class dev.upcraft.sparkweave.scheduler.ScheduledTaskQueue
 
scheduleEphemeralAtFixedRate(Runnable, long, long) - Static method in class dev.upcraft.sparkweave.api.scheduler.Tasks
Schedule a task to run on the server's main thread after an initial delay, and then repeatedly after a fixed delay.
scheduleEphemeralAtFixedRate(Callable<T>, long, long) - Static method in class dev.upcraft.sparkweave.api.scheduler.Tasks
Schedule a task to run on the server's main thread after an initial delay, and then repeatedly after a fixed delay.
scheduleEphemeralAtFixedRate(Callable<T>, long, long) - Static method in class dev.upcraft.sparkweave.scheduler.ScheduledTaskQueue
 
SEE_OTHER - Enum constant in enum class dev.upcraft.sparkweave.api.web.HttpStatus
 
SERVER - Enum constant in enum class dev.upcraft.sparkweave.api.platform.RuntimeEnvironmentType
 
SERVICE_UNAVAILABLE - Enum constant in enum class dev.upcraft.sparkweave.api.web.HttpStatus
 
Services - Class in dev.upcraft.sparkweave.api.platform
 
Services() - Constructor for class dev.upcraft.sparkweave.api.platform.Services
 
setColor(int, int, int) - Static method in class dev.upcraft.sparkweave.api.client.Debug
 
setColor(int, int, int, int) - Static method in class dev.upcraft.sparkweave.api.client.Debug
 
setColor(int, int, int, int) - Static method in class dev.upcraft.sparkweave.api.client.render.DebugRenderer
 
shouldApplyMixin(String, String) - Method in class dev.upcraft.sparkweave.SparkweaveMixinConfigPlugin
 
shouldCloseOnEsc() - Method in class dev.upcraft.sparkweave.quilt.client.consent.ConsentScreen
 
SINGLE_TICK_DURATION - Static variable in class dev.upcraft.sparkweave.api.client.Debug
 
SingleRunTask<T> - Class in dev.upcraft.sparkweave.scheduler
 
SingleRunTask(long, Callable<T>) - Constructor for class dev.upcraft.sparkweave.scheduler.SingleRunTask
 
size() - Method in class dev.upcraft.sparkweave.api.undo.UndoRedoStack
 
sourcesUrl() - Method in interface dev.upcraft.sparkweave.api.platform.ModMetadata
 
sourcesUrl() - Method in class dev.upcraft.sparkweave.quilt.impl.mod.QuiltModMetadata
 
SparkweaveApi - Class in dev.upcraft.sparkweave.api
 
SparkweaveApi() - Constructor for class dev.upcraft.sparkweave.api.SparkweaveApi
 
SparkweaveApi.Client - Class in dev.upcraft.sparkweave.api
 
SparkweaveHelperService - Interface in dev.upcraft.sparkweave.api.platform.services
 
SparkweaveLoggerFactory - Class in dev.upcraft.sparkweave.api.logging
 
SparkweaveLogging - Class in dev.upcraft.sparkweave.logging
 
SparkweaveLogging() - Constructor for class dev.upcraft.sparkweave.logging.SparkweaveLogging
 
SparkweaveMixinConfigPlugin - Class in dev.upcraft.sparkweave
 
SparkweaveMixinConfigPlugin() - Constructor for class dev.upcraft.sparkweave.SparkweaveMixinConfigPlugin
 
SparkweaveMod - Class in dev.upcraft.sparkweave
 
SparkweaveMod() - Constructor for class dev.upcraft.sparkweave.SparkweaveMod
 
SparkweaveVanityData - Record Class in dev.upcraft.sparkweave.vanity
 
SparkweaveVanityData(UUID, String, SparkweaveVanityData.Tier) - Constructor for record class dev.upcraft.sparkweave.vanity.SparkweaveVanityData
Creates an instance of a SparkweaveVanityData record class.
SparkweaveVanityData.Tier - Enum Class in dev.upcraft.sparkweave.vanity
 
SparkweaveVanityDataResponse - Class in dev.upcraft.sparkweave.vanity
 
SparkweaveVanityDataResponse() - Constructor for class dev.upcraft.sparkweave.vanity.SparkweaveVanityDataResponse
 
SparkweaveVanityDataResponse.UserData - Class in dev.upcraft.sparkweave.vanity
 
SparkweaveVanityHandler - Class in dev.upcraft.sparkweave.vanity
 
SparkweaveVanityHandler() - Constructor for class dev.upcraft.sparkweave.vanity.SparkweaveVanityHandler
 
startX() - Method in record class dev.upcraft.sparkweave.api.client.render.LineRenderable
Returns the value of the startX record component.
startY() - Method in record class dev.upcraft.sparkweave.api.client.render.LineRenderable
Returns the value of the startY record component.
startZ() - Method in record class dev.upcraft.sparkweave.api.client.render.LineRenderable
Returns the value of the startZ record component.
stream() - Method in interface dev.upcraft.sparkweave.api.registry.RegistryHandler
 
stream() - Method in class dev.upcraft.sparkweave.quilt.impl.registry.QuiltRegistryHandler
 
Success - Enum Class in dev.upcraft.sparkweave.api.types
An enum that represents a successful operation, for cases where a value is required.
SWITCHING_PROTOCOLS - Enum constant in enum class dev.upcraft.sparkweave.api.web.HttpStatus
 

T

task - Variable in class dev.upcraft.sparkweave.scheduler.AbstractTask
 
Task<T> - Interface in dev.upcraft.sparkweave.api.scheduler
 
Tasks - Class in dev.upcraft.sparkweave.api.scheduler
 
Tasks() - Constructor for class dev.upcraft.sparkweave.api.scheduler.Tasks
 
TEMPORARY_REDIRECT - Enum constant in enum class dev.upcraft.sparkweave.api.web.HttpStatus
 
tier() - Method in record class dev.upcraft.sparkweave.vanity.SparkweaveVanityData
Returns the value of the tier record component.
Time - Class in dev.upcraft.sparkweave.api.time
 
Time() - Constructor for class dev.upcraft.sparkweave.api.time.Time
 
toMillis(long) - Static method in class dev.upcraft.sparkweave.api.time.Time
 
TOO_EARLY - Enum constant in enum class dev.upcraft.sparkweave.api.web.HttpStatus
 
TOO_MANY_REQUESTS - Enum constant in enum class dev.upcraft.sparkweave.api.web.HttpStatus
 
toString() - Method in record class dev.upcraft.sparkweave.api.client.render.LineRenderable
Returns a string representation of this record class.
toString() - Method in enum class dev.upcraft.sparkweave.api.platform.RuntimeEnvironmentType
 
toString() - Method in record class dev.upcraft.sparkweave.quilt.impl.mod.QuiltModContainer
Returns a string representation of this record class.
toString() - Method in record class dev.upcraft.sparkweave.vanity.SparkweaveVanityData
Returns a string representation of this record class.
toTicks(long) - Static method in class dev.upcraft.sparkweave.api.time.Time
 
toTicks(Duration) - Static method in class dev.upcraft.sparkweave.api.time.Time
 
TranslationChecker - Class in dev.upcraft.sparkweave.validation
 
TranslationChecker() - Constructor for class dev.upcraft.sparkweave.validation.TranslationChecker
 
tryGet() - Method in class dev.upcraft.sparkweave.api.storage.DataStore
 

U

UNAUTHORIZED - Enum constant in enum class dev.upcraft.sparkweave.api.web.HttpStatus
 
UNAVAILABLE_FOR_LEGAL_REASONS - Enum constant in enum class dev.upcraft.sparkweave.api.web.HttpStatus
 
undo() - Method in interface dev.upcraft.sparkweave.api.undo.Action
 
undo() - Method in class dev.upcraft.sparkweave.api.undo.UndoRedoStack
 
UndoRedoStack - Class in dev.upcraft.sparkweave.api.undo
 
UndoRedoStack() - Constructor for class dev.upcraft.sparkweave.api.undo.UndoRedoStack
 
UNKNOWN - Enum constant in enum class dev.upcraft.sparkweave.api.web.HttpStatus
 
UNPROCESSABLE_ENTITY - Enum constant in enum class dev.upcraft.sparkweave.api.web.HttpStatus
 
unregister(T) - Method in interface dev.upcraft.sparkweave.api.event.Event
 
unregister(T) - Method in class dev.upcraft.sparkweave.event.EventFactoryImpl
 
UNSUPPORTED_MEDIA_TYPE - Enum constant in enum class dev.upcraft.sparkweave.api.web.HttpStatus
 
UPGRADE_REQUIRED - Enum constant in enum class dev.upcraft.sparkweave.api.web.HttpStatus
 
URI_TOO_LONG - Enum constant in enum class dev.upcraft.sparkweave.api.web.HttpStatus
 
USE_PROXY - Enum constant in enum class dev.upcraft.sparkweave.api.web.HttpStatus
 
UserData() - Constructor for class dev.upcraft.sparkweave.vanity.SparkweaveVanityDataResponse.UserData
 
username() - Method in record class dev.upcraft.sparkweave.vanity.SparkweaveVanityData
Returns the value of the username record component.
users - Variable in class dev.upcraft.sparkweave.vanity.SparkweaveVanityDataResponse
 
uuid() - Method in record class dev.upcraft.sparkweave.vanity.SparkweaveVanityData
Returns the value of the uuid record component.

V

validate() - Static method in class dev.upcraft.sparkweave.validation.TranslationChecker
 
value() - Element in annotation interface dev.upcraft.sparkweave.api.annotation.Mod.Context
 
valueOf(String) - Static method in enum class dev.upcraft.sparkweave.api.platform.RuntimeEnvironmentType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.upcraft.sparkweave.api.types.Success
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.upcraft.sparkweave.api.web.HttpStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.upcraft.sparkweave.vanity.SparkweaveVanityData.Tier
Returns the enum constant of this class with the specified name.
values() - Static method in enum class dev.upcraft.sparkweave.api.platform.RuntimeEnvironmentType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Method in interface dev.upcraft.sparkweave.api.registry.RegistryHandler
 
values() - Static method in enum class dev.upcraft.sparkweave.api.types.Success
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class dev.upcraft.sparkweave.api.web.HttpStatus
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Method in class dev.upcraft.sparkweave.quilt.impl.registry.QuiltRegistryHandler
 
values() - Static method in enum class dev.upcraft.sparkweave.vanity.SparkweaveVanityData.Tier
Returns an array containing the constants of this enum class, in the order they are declared.
VARIANT_ALSO_NEGOTIATES - Enum constant in enum class dev.upcraft.sparkweave.api.web.HttpStatus
 
version() - Method in interface dev.upcraft.sparkweave.api.platform.ModMetadata
 
version() - Method in class dev.upcraft.sparkweave.quilt.impl.mod.QuiltModMetadata
 
visitRegistry(Registry<T>, RegistryVisitor<T>) - Method in interface dev.upcraft.sparkweave.api.platform.services.RegistryService
 
visitRegistry(Registry<T>, RegistryVisitor<T>) - Method in class dev.upcraft.sparkweave.quilt.service.QuiltRegistryService
 
A B C D E F G H I L M N O P Q R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form