Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- accept(CommandPreprocessingContext) - Method in class org.incendo.cloud.minecraft.modded.internal.ModdedPreprocessor
- AdventureSupport - Class in org.incendo.cloud.minecraft.modded.internal
- allowed() - Method in interface org.incendo.cloud.minecraft.modded.permission.PermissionLevelResult
- angleComponent() - Static method in class org.incendo.cloud.minecraft.modded.parser.AngleParser
-
Returns a
CommandComponent.BuilderusingAngleParser.angleParser()as the parser. - angleParser() - Static method in class org.incendo.cloud.minecraft.modded.parser.AngleParser
-
Creates a new angle parser.
- AngleParser<C> - Class in org.incendo.cloud.minecraft.modded.parser
-
An argument for an angle, specified in degrees.
- apply(CommandContext, String) - Method in class org.incendo.cloud.minecraft.modded.internal.ModdedSignedStringMapper
- ARGUMENT_PARSE_FAILURE_REGISTRY_ENTRY_UNKNOWN_ENTRY - Static variable in class org.incendo.cloud.minecraft.modded.caption.ModdedCaptionKeys
-
Variables:
<id>,<registry> - ARGUMENT_PARSE_FAILURE_REGISTRY_ENTRY_UNKNOWN_ENTRY - Static variable in class org.incendo.cloud.minecraft.modded.caption.ModdedDefaultCaptionsProvider
-
Default caption for
ModdedCaptionKeys.ARGUMENT_PARSE_FAILURE_REGISTRY_ENTRY_UNKNOWN_ENTRY - ARGUMENT_PARSE_FAILURE_TEAM_UNKNOWN - Static variable in class org.incendo.cloud.minecraft.modded.caption.ModdedCaptionKeys
-
Variables:
<input> - ARGUMENT_PARSE_FAILURE_TEAM_UNKNOWN - Static variable in class org.incendo.cloud.minecraft.modded.caption.ModdedDefaultCaptionsProvider
-
Default caption for
ModdedCaptionKeys.ARGUMENT_PARSE_FAILURE_TEAM_UNKNOWN - audiences() - Method in class org.incendo.cloud.minecraft.modded.internal.AdventureSupport
-
Get the MinecraftAudiences instance.
- axisComponent() - Static method in class org.incendo.cloud.minecraft.modded.parser.AxisParser
-
Returns a
CommandComponent.BuilderusingAxisParser.axisParser()as the parser. - axisParser() - Static method in class org.incendo.cloud.minecraft.modded.parser.AxisParser
-
Creates a new axis parser.
- AxisParser<C> - Class in org.incendo.cloud.minecraft.modded.parser
-
An argument parser for a set of
axes, described in Vanilla as a "swizzle".
B
- blockPos() - Method in interface org.incendo.cloud.minecraft.modded.data.Coordinates
-
Resolve a block position from the parsed coordinates.
- blockPosParser() - Static method in class org.incendo.cloud.minecraft.modded.parser.VanillaArgumentParsers
-
A parser for block coordinates.
C
- Center - Annotation Interface in org.incendo.cloud.minecraft.modded.annotation.specifier
-
Annotation used to enable coordinate centering for
VanillaArgumentParsers.vec3Parser(boolean)andVanillaArgumentParsers.vec2Parser(boolean). - CENTER_INTEGERS - Static variable in class org.incendo.cloud.minecraft.modded.ModdedParserParameters
-
Indicates that positions should be centered on the middle of blocks, i.e.
- columnPosParser() - Static method in class org.incendo.cloud.minecraft.modded.parser.VanillaArgumentParsers
-
A parser for column coordinates.
- commandsAllowed() - Static method in class org.incendo.cloud.minecraft.modded.ModdedPredicatePermissions.Client
-
Get a permission predicate which passes when commands are enabled on the currently running integrated server.
- commandsAllowed(boolean) - Static method in class org.incendo.cloud.minecraft.modded.ModdedPredicatePermissions.Client
-
Get a permission predicate which passes when commands are enabled on the currently running integrated server.
- commandsAllowed(PredicatePermission) - Static method in class org.incendo.cloud.minecraft.modded.ModdedPredicatePermissions.Client
-
Get a permission predicate which passes when commands are enabled on the currently running integrated server.
- commandsDisallowed() - Static method in class org.incendo.cloud.minecraft.modded.ModdedPredicatePermissions.Client
-
Get a permission predicate which passes when commands are disabled on the currently running integrated server.
- commandsDisallowed(boolean) - Static method in class org.incendo.cloud.minecraft.modded.ModdedPredicatePermissions.Client
-
Get a permission predicate which passes when commands are disabled on the currently running integrated server.
- commandsDisallowed(PredicatePermission) - Static method in class org.incendo.cloud.minecraft.modded.ModdedPredicatePermissions.Client
-
Get a permission predicate which passes when commands are disabled on the currently running integrated server.
- componentValue() - Method in interface org.incendo.cloud.minecraft.modded.caption.MinecraftVariable
-
Component
MinecraftVariable.value(). - compoundTagComponent() - Static method in class org.incendo.cloud.minecraft.modded.parser.CompoundTagParser
-
Returns a
CommandComponent.BuilderusingCompoundTagParser.compoundTagParser()as the parser. - compoundTagParser() - Static method in class org.incendo.cloud.minecraft.modded.parser.CompoundTagParser
-
Creates a new compound tag parser.
- CompoundTagParser<C> - Class in org.incendo.cloud.minecraft.modded.parser
-
An argument parser for the string representation of an NBT
CompoundTag. - contents() - Method in interface org.incendo.cloud.minecraft.modded.data.Message
-
Get the parsed text contents of this message.
- ContextualArgumentTypeProvider<V> - Class in org.incendo.cloud.minecraft.modded.internal
- ContextualArgumentTypeProvider(Function) - Constructor for class org.incendo.cloud.minecraft.modded.internal.ContextualArgumentTypeProvider
-
Creates a new
ContextualArgumentTypeProvider. - contextualParser(Function, Class) - Static method in class org.incendo.cloud.minecraft.modded.parser.VanillaArgumentParsers
-
A parser that wraps Brigadier argument types which need a
CommandBuildContext - convertTo(TemporalUnit) - Method in class org.incendo.cloud.minecraft.modded.data.MinecraftTime
-
Convert this to another time unit.
- convertTo(TimeUnit) - Method in class org.incendo.cloud.minecraft.modded.data.MinecraftTime
-
Convert this to another time unit.
- Coordinates - Interface in org.incendo.cloud.minecraft.modded.data
-
A
Coordinateswrapper for easier use with cloud commands. - Coordinates.BlockCoordinates - Interface in org.incendo.cloud.minecraft.modded.data
-
A specialized version of
Coordinatesfor representing the result of the vanillaBlockPosArgument. - Coordinates.ColumnCoordinates - Interface in org.incendo.cloud.minecraft.modded.data
-
A specialized version of
Coordinatesfor representing the result of the vanillaColumnPosArgument. - Coordinates.CoordinatesXZ - Interface in org.incendo.cloud.minecraft.modded.data
-
A specialized version of
Coordinatesfor representing the result of the vanillaVec2Argument, which accepts two doubles for the x and z coordinate, always defaulting to 0 for the y coordinate. - create(String, PlayerChatMessage) - Method in class org.incendo.cloud.minecraft.modded.internal.ModdedSignedStringFactory
- create(String, PlayerChatMessage) - Method in class org.incendo.cloud.minecraft.modded.internal.ModdedSignedStringMapper.FallbackSignedStringFactory
- create(String, PlayerChatMessage) - Method in interface org.incendo.cloud.minecraft.modded.internal.ModdedSignedStringMapper.SignedStringFactory
-
Creates a signed string.
D
- delegate() - Method in class org.incendo.cloud.minecraft.modded.caption.ModdedDefaultCaptionsProvider
E
- entityAnchorComponent() - Static method in class org.incendo.cloud.minecraft.modded.parser.EntityAnchorParser
-
Returns a
CommandComponent.BuilderusingEntityAnchorParser.entityAnchorParser()as the parser. - entityAnchorParser() - Static method in class org.incendo.cloud.minecraft.modded.parser.EntityAnchorParser
-
Creates a new entity anchor parser.
- EntityAnchorParser<C> - Class in org.incendo.cloud.minecraft.modded.parser
-
An argument parsing an
EntityAnchorArgument.Anchor. - EntitySelectorAccess - Interface in org.incendo.cloud.minecraft.modded.internal
- equals(Object) - Method in class org.incendo.cloud.minecraft.modded.data.MinecraftTime
- equals(Object) - Method in record class org.incendo.cloud.minecraft.modded.internal.ModdedExceptionHandler.RegisterContext
-
Indicates whether some other object is "equal to" this one.
F
- FallbackSignedStringFactory() - Constructor for class org.incendo.cloud.minecraft.modded.internal.ModdedSignedStringMapper.FallbackSignedStringFactory
- floatRangeComponent() - Static method in class org.incendo.cloud.minecraft.modded.parser.FloatRangeParser
-
Returns a
CommandComponent.BuilderusingFloatRangeParser.floatRangeParser()as the parser. - floatRangeParser() - Static method in class org.incendo.cloud.minecraft.modded.parser.FloatRangeParser
-
Creates a new float range parser.
- FloatRangeParser<C> - Class in org.incendo.cloud.minecraft.modded.parser
-
An argument parsing an unbounded
double range, in the form[min]..[max], where both lower and upper bounds are optional. - formatCaption(Caption, C, String, List) - Method in class org.incendo.cloud.minecraft.modded.caption.MinecraftCaptionFormatter
G
- get() - Static method in class org.incendo.cloud.minecraft.modded.internal.AdventureSupport
-
Returns the AdventureSupport instance.
- get() - Method in class org.incendo.cloud.minecraft.modded.internal.ContextualArgumentTypeProvider
H
- handle(ExceptionContext) - Method in interface org.incendo.cloud.minecraft.modded.internal.ModdedExceptionHandler
- handle(S, ExceptionContext) - Method in interface org.incendo.cloud.minecraft.modded.internal.ModdedExceptionHandler
-
Handles the exception.
- hashCode() - Method in class org.incendo.cloud.minecraft.modded.data.MinecraftTime
- hashCode() - Method in record class org.incendo.cloud.minecraft.modded.internal.ModdedExceptionHandler.RegisterContext
-
Returns a hash code value for this object.
I
- IdentifierParser<C> - Class in org.incendo.cloud.minecraft.modded.parser
-
An argument parsing a
Identifier. - inputString() - Method in interface org.incendo.cloud.minecraft.modded.data.Selector
-
Get the raw string associated with the selector.
- inputString() - Method in interface org.incendo.cloud.minecraft.modded.internal.EntitySelectorAccess
-
Get the last parsed input string
- inputString(String) - Method in interface org.incendo.cloud.minecraft.modded.internal.EntitySelectorAccess
-
Set the last parsed input string
- integratedServerNotRunning() - Static method in class org.incendo.cloud.minecraft.modded.ModdedPredicatePermissions.Client
-
Get a permission predicate which passes when the integrated server is not running.
- integratedServerRunning() - Static method in class org.incendo.cloud.minecraft.modded.ModdedPredicatePermissions.Client
-
Get a permission predicate which passes when the integrated server is running.
- intermediateParser() - Method in class org.incendo.cloud.minecraft.modded.parser.TeamParser
- intRangeComponent() - Static method in class org.incendo.cloud.minecraft.modded.parser.IntRangeParser
-
Returns a
CommandComponent.BuilderusingIntRangeParser.intRangeParser()as the parser. - intRangeParser() - Static method in class org.incendo.cloud.minecraft.modded.parser.IntRangeParser
-
Creates a new int range parser.
- IntRangeParser<C> - Class in org.incendo.cloud.minecraft.modded.parser
-
An argument parsing an unbounded
integer range, in the form[min]..[max], where both lower and upper bounds are optional. - isClientSource(SharedSuggestionProvider) - Static method in class org.incendo.cloud.minecraft.modded.parser.VanillaArgumentParsers
-
Checks whether a source is from client commands.
- isXRelative() - Method in interface org.incendo.cloud.minecraft.modded.data.Coordinates
-
Get whether the x coordinate is relative.
- isYRelative() - Method in interface org.incendo.cloud.minecraft.modded.data.Coordinates
-
Get whether the y coordinate is relative.
- isZRelative() - Method in interface org.incendo.cloud.minecraft.modded.data.Coordinates
-
Get whether the z coordinate is relative.
- itemInput() - Static method in class org.incendo.cloud.minecraft.modded.parser.VanillaArgumentParsers
-
A parser for
ItemInput.
K
- key() - Method in interface org.incendo.cloud.minecraft.modded.caption.MinecraftVariable
L
- LOGGER - Static variable in interface org.incendo.cloud.minecraft.modded.internal.ModdedExceptionHandler
M
- manager() - Method in record class org.incendo.cloud.minecraft.modded.internal.ModdedExceptionHandler.RegisterContext
-
Returns the value of the
managerrecord component. - mentionedEntities() - Method in interface org.incendo.cloud.minecraft.modded.data.Message
-
Get the collection of entities mentioned in this message.
- Message - Interface in org.incendo.cloud.minecraft.modded.data
-
A parsed message.
- messageParser() - Static method in class org.incendo.cloud.minecraft.modded.parser.VanillaArgumentParsers
-
A parser for
Message. - MinecraftCaptionFormatter<C> - Class in org.incendo.cloud.minecraft.modded.caption
- MinecraftCaptionFormatter() - Constructor for class org.incendo.cloud.minecraft.modded.caption.MinecraftCaptionFormatter
-
Creates a new
MinecraftCaptionFormatterwith the defaultCaptionFormatter.placeholderPattern()pattern. - MinecraftCaptionFormatter(Pattern) - Constructor for class org.incendo.cloud.minecraft.modded.caption.MinecraftCaptionFormatter
-
Creates a new
MinecraftCaptionFormatter. - MinecraftTime - Class in org.incendo.cloud.minecraft.modded.data
-
An element of in-game time.
- MinecraftVariable - Interface in org.incendo.cloud.minecraft.modded.caption
- moddedCaptionKeys() - Static method in class org.incendo.cloud.minecraft.modded.caption.ModdedCaptionKeys
-
Get an immutable collection containing all standard caption keys
- ModdedCaptionKeys - Class in org.incendo.cloud.minecraft.modded.caption
-
Captioninstances for messages in cloud-modded-minecraft-common - ModdedCommandContextKeys - Class in org.incendo.cloud.minecraft.modded
-
Keys used in
CommandContexts available within a modded Minecraft context. - ModdedCommandMetaKeys - Class in org.incendo.cloud.minecraft.modded
- ModdedDefaultCaptionsProvider<C> - Class in org.incendo.cloud.minecraft.modded.caption
-
Provides the default captions for messages in cloud-minecraft-modded-common.
- ModdedDefaultCaptionsProvider() - Constructor for class org.incendo.cloud.minecraft.modded.caption.ModdedDefaultCaptionsProvider
- ModdedExceptionHandler<C,
S, - Interface in org.incendo.cloud.minecraft.modded.internalT> - ModdedExceptionHandler.RegisterContext<C,
S> - Record Class in org.incendo.cloud.minecraft.modded.internal - ModdedParserMappings - Class in org.incendo.cloud.minecraft.modded.internal
- ModdedParserParameters - Class in org.incendo.cloud.minecraft.modded
-
ParserParameterkeys for modded Minecraft. - ModdedPredicatePermissions - Class in org.incendo.cloud.minecraft.modded
- ModdedPredicatePermissions.Client - Class in org.incendo.cloud.minecraft.modded
- ModdedPreprocessor<C> - Class in org.incendo.cloud.minecraft.modded.internal
- ModdedPreprocessor(SenderMapper) - Constructor for class org.incendo.cloud.minecraft.modded.internal.ModdedPreprocessor
-
Creates a new processor.
- ModdedSignedStringFactory - Class in org.incendo.cloud.minecraft.modded.internal
- ModdedSignedStringFactory() - Constructor for class org.incendo.cloud.minecraft.modded.internal.ModdedSignedStringFactory
-
Creates a new
ModdedSignedStringFactory. - ModdedSignedStringMapper - Class in org.incendo.cloud.minecraft.modded.internal
- ModdedSignedStringMapper() - Constructor for class org.incendo.cloud.minecraft.modded.internal.ModdedSignedStringMapper
-
Creates a new mapper.
- ModdedSignedStringMapper.FallbackSignedStringFactory - Class in org.incendo.cloud.minecraft.modded.internal
- ModdedSignedStringMapper.SignedStringFactory - Interface in org.incendo.cloud.minecraft.modded.internal
- MultipleEntitySelector - Interface in org.incendo.cloud.minecraft.modded.data
-
A selector for multiple entities.
- multipleEntitySelectorParser() - Static method in class org.incendo.cloud.minecraft.modded.parser.VanillaArgumentParsers
-
A parser for
MultipleEntitySelector. - MultiplePlayerSelector - Interface in org.incendo.cloud.minecraft.modded.data
-
A selector for multiple players.
- multiplePlayerSelectorParser() - Static method in class org.incendo.cloud.minecraft.modded.parser.VanillaArgumentParsers
-
A parser for
MultiplePlayerSelector.
N
- nbtPathComponent() - Static method in class org.incendo.cloud.minecraft.modded.parser.NbtPathParser
-
Returns a
CommandComponent.BuilderusingNbtPathParser.nbtPathParser()as the parser. - nbtPathParser() - Static method in class org.incendo.cloud.minecraft.modded.parser.NbtPathParser
-
Creates a new nbt path parser.
- NbtPathParser<C> - Class in org.incendo.cloud.minecraft.modded.parser
-
An argument for
NBT pathsto locations withinTags. - nbtTagComponent() - Static method in class org.incendo.cloud.minecraft.modded.parser.NbtTagParser
-
Returns a
CommandComponent.BuilderusingNbtTagParser.nbtTagParser()as the parser. - nbtTagParser() - Static method in class org.incendo.cloud.minecraft.modded.parser.NbtTagParser
-
Creates a new nbt tag parser.
- NbtTagParser<C> - Class in org.incendo.cloud.minecraft.modded.parser
-
An argument for the string representation of an NBT
Tag. - NEWLINE - Static variable in interface org.incendo.cloud.minecraft.modded.internal.ModdedExceptionHandler
O
- objectiveCriteriaComponent() - Static method in class org.incendo.cloud.minecraft.modded.parser.ObjectiveCriteriaParser
-
Returns a
CommandComponent.BuilderusingObjectiveCriteriaParser.objectiveCriteriaParser()as the parser. - objectiveCriteriaParser() - Static method in class org.incendo.cloud.minecraft.modded.parser.ObjectiveCriteriaParser
-
Creates a new objective criteria parser.
- ObjectiveCriteriaParser<C> - Class in org.incendo.cloud.minecraft.modded.parser
-
An argument for a criterion in a scoreboard.
- of(boolean, Permission, PermissionLevel) - Static method in interface org.incendo.cloud.minecraft.modded.permission.PermissionLevelResult
-
Creates a new PermissionLevelResult.
- of(long) - Static method in class org.incendo.cloud.minecraft.modded.data.MinecraftTime
-
Get the time instance for the specified number of ticks.
- of(long, TemporalUnit) - Static method in class org.incendo.cloud.minecraft.modded.data.MinecraftTime
-
Given an amount of time in another unit, create a game time holding the number of ticks expected to pass in that time.
- of(long, TimeUnit) - Static method in class org.incendo.cloud.minecraft.modded.data.MinecraftTime
-
Given an amount of time in another unit, create a game time holding the number of ticks expected to pass in that time.
- of(String, Component) - Static method in interface org.incendo.cloud.minecraft.modded.caption.MinecraftVariable
-
Creates a new
MinecraftVariable. - org.incendo.cloud.minecraft.modded - package org.incendo.cloud.minecraft.modded
-
Shared classes for modded Minecraft Cloud implementations.
- org.incendo.cloud.minecraft.modded.annotation.specifier - package org.incendo.cloud.minecraft.modded.annotation.specifier
-
Specifier annotations for the modded Minecraft context.
- org.incendo.cloud.minecraft.modded.caption - package org.incendo.cloud.minecraft.modded.caption
-
Modded minecraft captions.
- org.incendo.cloud.minecraft.modded.data - package org.incendo.cloud.minecraft.modded.data
-
Data holders for representing Vanilla argument type values.
- org.incendo.cloud.minecraft.modded.internal - package org.incendo.cloud.minecraft.modded.internal
-
Classes internal to modded Minecraft cloud implementations.
- org.incendo.cloud.minecraft.modded.parser - package org.incendo.cloud.minecraft.modded.parser
-
Parser for the modded Minecraft environment.
- org.incendo.cloud.minecraft.modded.permission - package org.incendo.cloud.minecraft.modded.permission
-
Permission types.
P
- parse(CommandContext, CommandInput) - Method in class org.incendo.cloud.minecraft.modded.parser.RegistryEntryParser
- parseFuture(CommandContext, CommandInput) - Method in class org.incendo.cloud.minecraft.modded.parser.TeamParser
- permission() - Method in interface org.incendo.cloud.minecraft.modded.permission.PermissionLevelResult
- permissionLevel(SenderMapperHolder, PermissionLevel) - Static method in class org.incendo.cloud.minecraft.modded.ModdedPredicatePermissions
-
Get a permission predicate which passes when the sender has the specified permission level.
- PermissionLevelResult - Interface in org.incendo.cloud.minecraft.modded.permission
-
A
PermissionResultthat also contains the permission level that was required for the permission check to pass. - position() - Method in interface org.incendo.cloud.minecraft.modded.data.Coordinates
-
Resolve a position from the parsed coordinates.
R
- register(CommandManager, CloudBrigadierManager) - Static method in class org.incendo.cloud.minecraft.modded.internal.ModdedParserMappings
-
Register common mappings.
- registerBrigadier(CommandManager, Object) - Method in class org.incendo.cloud.minecraft.modded.internal.ModdedSignedStringMapper
- registerConstantNativeParserSupplier(CommandManager, TypeToken, ArgumentType) - Static method in class org.incendo.cloud.minecraft.modded.internal.ModdedParserMappings
-
Register a parser supplier for a brigadier type that has no options and whose output can be directly used.
- registerConstantNativeParserSupplier(CommandManager, Class, ArgumentType) - Static method in class org.incendo.cloud.minecraft.modded.internal.ModdedParserMappings
-
Register a parser supplier for a brigadier type that has no options and whose output can be directly used.
- RegisterContext(CommandManager) - Constructor for record class org.incendo.cloud.minecraft.modded.internal.ModdedExceptionHandler.RegisterContext
-
Creates an instance of a
RegisterContextrecord class. - registerContextualNativeParserSupplier(CommandManager, Class, Function) - Static method in class org.incendo.cloud.minecraft.modded.internal.ModdedParserMappings
-
Register a parser supplier for a brigadier type that has no options and whose output can be directly used.
- registerDefaults(M, BiConsumer, Function, CaptionFormatter) - Static method in interface org.incendo.cloud.minecraft.modded.internal.ModdedExceptionHandler
-
Registers the default handlers.
- registerDefaults(M, CaptionFormatter) - Static method in interface org.incendo.cloud.minecraft.modded.internal.ModdedExceptionHandler
-
Registers the default handlers.
- registerServer(CommandManager) - Static method in class org.incendo.cloud.minecraft.modded.internal.ModdedParserMappings
-
Register server mappings.
- REGISTRATION_ENVIRONMENT - Static variable in class org.incendo.cloud.minecraft.modded.ModdedCommandMetaKeys
-
A meta attribute specifying which environments a command should be registered in.
- registryEntryComponent(ResourceKey, TypeToken) - Static method in class org.incendo.cloud.minecraft.modded.parser.RegistryEntryParser
-
Returns a
CommandComponent.BuilderusingRegistryEntryParser.registryEntryParser(ResourceKey, TypeToken)as the parser. - registryEntryParser(ResourceKey, TypeToken) - Static method in class org.incendo.cloud.minecraft.modded.parser.RegistryEntryParser
-
Creates a new registry entry parser.
- registryEntryParser(ResourceKey, Class) - Static method in class org.incendo.cloud.minecraft.modded.parser.RegistryEntryParser
-
Creates a new registry entry parser.
- RegistryEntryParser<C,
V> - Class in org.incendo.cloud.minecraft.modded.parser -
Argument for getting a values from a
Registry. - RegistryEntryParser(ResourceKey) - Constructor for class org.incendo.cloud.minecraft.modded.parser.RegistryEntryParser
-
Create a registry entry parser.
- registryKey() - Method in class org.incendo.cloud.minecraft.modded.parser.RegistryEntryParser
-
Get the registry key the parser is using.
- removeServer(MinecraftServer) - Method in class org.incendo.cloud.minecraft.modded.internal.AdventureSupport
-
Shutdown the server audience.
- requiredPermissionLevel() - Method in interface org.incendo.cloud.minecraft.modded.permission.PermissionLevelResult
-
Returns the minecraft permission level that was required for the permission lookup to return true.
- resolveClient(CommandContext, String) - Method in class org.incendo.cloud.minecraft.modded.parser.TeamParser
- resolveServer(CommandContext, String) - Method in class org.incendo.cloud.minecraft.modded.parser.TeamParser
- resourceLocationComponent() - Static method in class org.incendo.cloud.minecraft.modded.parser.IdentifierParser
-
Returns a
CommandComponent.BuilderusingIdentifierParser.resourceLocationParser()as the parser. - resourceLocationParser() - Static method in class org.incendo.cloud.minecraft.modded.parser.IdentifierParser
-
Creates a new resource location parser.
S
- scoreboardOperationComponent() - Static method in class org.incendo.cloud.minecraft.modded.parser.ScoreboardOperationParser
-
Returns a
CommandComponent.BuilderusingScoreboardOperationParser.scoreboardOperationParser()as the parser. - scoreboardOperationParser() - Static method in class org.incendo.cloud.minecraft.modded.parser.ScoreboardOperationParser
-
Creates a new scoreboard operation parser.
- ScoreboardOperationParser<C> - Class in org.incendo.cloud.minecraft.modded.parser
-
An argument for selecting any of the logical operations in
OperationArgument.Operation. - selector() - Method in interface org.incendo.cloud.minecraft.modded.data.Selector
-
If this value came from a parsed
EntitySelector, this will provide the details of that selector. - Selector<V> - Interface in org.incendo.cloud.minecraft.modded.data
-
A selector string to query multiple entity-like values.
- Selector.Single<V> - Interface in org.incendo.cloud.minecraft.modded.data
-
A specialized
Selectorthat can only return one value. - setupClient() - Method in class org.incendo.cloud.minecraft.modded.internal.AdventureSupport
-
Set up the client audience.
- setupServer(MinecraftServer) - Method in class org.incendo.cloud.minecraft.modded.internal.AdventureSupport
-
Set up the server audience.
- SHARED_SUGGESTION_PROVIDER - Static variable in class org.incendo.cloud.minecraft.modded.ModdedCommandContextKeys
-
Key used to store the native
SharedSuggestionProviderin the command context. - single() - Method in interface org.incendo.cloud.minecraft.modded.data.Selector.Single
-
Get the single value from this selector.
- SingleEntitySelector - Interface in org.incendo.cloud.minecraft.modded.data
-
A selector for a single entity.
- singleEntitySelectorParser() - Static method in class org.incendo.cloud.minecraft.modded.parser.VanillaArgumentParsers
-
A parser for
SingleEntitySelector. - SinglePlayerSelector - Interface in org.incendo.cloud.minecraft.modded.data
-
A selector for a single player.
- singlePlayerSelectorParser() - Static method in class org.incendo.cloud.minecraft.modded.parser.VanillaArgumentParsers
-
A parser for
SinglePlayerSelector. - stringSuggestions(CommandContext, CommandInput) - Method in class org.incendo.cloud.minecraft.modded.parser.RegistryEntryParser
- stringSuggestions(CommandContext, CommandInput) - Method in class org.incendo.cloud.minecraft.modded.parser.TeamParser
T
- teamColorComponent() - Static method in class org.incendo.cloud.minecraft.modded.parser.TeamColorParser
-
Returns a
CommandComponent.BuilderusingTeamColorParser.teamColorParser()as the parser. - teamColorParser() - Static method in class org.incendo.cloud.minecraft.modded.parser.TeamColorParser
-
Creates a new team color parser.
- TeamColorParser<C> - Class in org.incendo.cloud.minecraft.modded.parser
-
An argument for team colors.
- teamComponent() - Static method in class org.incendo.cloud.minecraft.modded.parser.TeamParser
-
Returns a
CommandComponent.BuilderusingTeamParser.teamParser()as the parser. - teamParser() - Static method in class org.incendo.cloud.minecraft.modded.parser.TeamParser
-
Creates a new server parser.
- TeamParser<C> - Class in org.incendo.cloud.minecraft.modded.parser
-
An argument for parsing
Teams. - TeamParser() - Constructor for class org.incendo.cloud.minecraft.modded.parser.TeamParser
- TeamParser.UnknownTeamException - Exception Class in org.incendo.cloud.minecraft.modded.parser
-
Exception for when a team cannot be found for supplied input.
- ticks() - Method in class org.incendo.cloud.minecraft.modded.data.MinecraftTime
-
Get the number of in-game ticks represented by this time.
- ticksLong() - Method in class org.incendo.cloud.minecraft.modded.data.MinecraftTime
-
Get the number of in-game ticks represented by this time.
- timeParser() - Static method in class org.incendo.cloud.minecraft.modded.parser.VanillaArgumentParsers
-
A parser for in-game time, in ticks.
- toString() - Method in class org.incendo.cloud.minecraft.modded.data.MinecraftTime
- toString() - Method in record class org.incendo.cloud.minecraft.modded.internal.ModdedExceptionHandler.RegisterContext
-
Returns a string representation of this record class.
V
- value() - Method in interface org.incendo.cloud.minecraft.modded.caption.MinecraftVariable
- values() - Method in interface org.incendo.cloud.minecraft.modded.data.Selector.Single
- values() - Method in interface org.incendo.cloud.minecraft.modded.data.Selector
-
Get the value of this selector.
- VanillaArgumentParsers - Class in org.incendo.cloud.minecraft.modded.parser
-
Parsers for Vanilla command argument types.
- vec2Parser(boolean) - Static method in class org.incendo.cloud.minecraft.modded.parser.VanillaArgumentParsers
-
A parser for coordinates, relative or absolute, from 2 doubles for x and z, with y always defaulting to 0.
- vec3Parser(boolean) - Static method in class org.incendo.cloud.minecraft.modded.parser.VanillaArgumentParsers
-
A parser for coordinates, relative or absolute, from 3 doubles.
W
- withBuildContext(CommandManager, CommandBuildContext, boolean, Runnable) - Static method in class org.incendo.cloud.minecraft.modded.internal.ContextualArgumentTypeProvider
-
Temporarily expose a command build context to providers called from this thread.
- wrappedCoordinates() - Method in interface org.incendo.cloud.minecraft.modded.data.Coordinates
-
Get the coordinates wrapped by this
Coordinates.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form