Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- accessor$parts() - Method in interface cloud.commandframework.fabric.mixin.MessageArgumentMessageAccess
- accessor$selector() - Method in interface cloud.commandframework.fabric.mixin.MessageArgumentPartAccess
- AngleArgument<C> - Class in cloud.commandframework.fabric.argument
-
An argument for an angle, specified in degrees.
- AngleArgument.Builder<C> - Class in cloud.commandframework.fabric.argument
-
Builder for
AngleArgument. - ARGUMENT_PARSE_FAILURE_REGISTRY_ENTRY_UNKNOWN_ENTRY - Static variable in class cloud.commandframework.fabric.FabricCaptionKeys
-
Variables: {id}, {registry}
- ARGUMENT_PARSE_FAILURE_REGISTRY_ENTRY_UNKNOWN_ENTRY - Static variable in class cloud.commandframework.fabric.FabricCaptionRegistry
-
Default caption for
FabricCaptionKeys.ARGUMENT_PARSE_FAILURE_REGISTRY_ENTRY_UNKNOWN_ENTRY - ARGUMENT_PARSE_FAILURE_TEAM_UNKNOWN - Static variable in class cloud.commandframework.fabric.FabricCaptionKeys
-
Variables: {input}
- ARGUMENT_PARSE_FAILURE_TEAM_UNKNOWN - Static variable in class cloud.commandframework.fabric.FabricCaptionRegistry
-
Default caption for
FabricCaptionKeys.ARGUMENT_PARSE_FAILURE_TEAM_UNKNOWN - asOptionalWithDefault(float) - Method in class cloud.commandframework.fabric.argument.AngleArgument.Builder
-
Sets the command argument to be optional, with the specified default value.
- asOptionalWithDefault(MinecraftTime) - Method in class cloud.commandframework.fabric.argument.TimeArgument.Builder
-
Sets the command argument to be optional, with the specified default value.
- asOptionalWithDefault(Set<Direction.Axis>) - Method in class cloud.commandframework.fabric.argument.AxisArgument.Builder
-
Sets the command argument to be optional, with the specified default value.
- asOptionalWithDefault(MinMaxBounds.Doubles) - Method in class cloud.commandframework.fabric.argument.FloatRangeArgument.Builder
-
Sets the command argument to be optional, with the specified default value.
- asOptionalWithDefault(MinMaxBounds.Ints) - Method in class cloud.commandframework.fabric.argument.IntRangeArgument.Builder
-
Sets the command argument to be optional, with the specified default value.
- asOptionalWithDefault(ChatFormatting) - Method in class cloud.commandframework.fabric.argument.NamedColorArgument.Builder
-
Sets the command argument to be optional, with the specified default value.
- asOptionalWithDefault(EntityAnchorArgument.Anchor) - Method in class cloud.commandframework.fabric.argument.EntityAnchorArgument.Builder
-
Sets the command argument to be optional, with the specified default value.
- asOptionalWithDefault(NbtPathArgument.NbtPath) - Method in class cloud.commandframework.fabric.argument.NbtPathArgument.Builder
-
Sets the command argument to be optional, with the specified default value.
- asOptionalWithDefault(BlockPos) - Method in class cloud.commandframework.fabric.argument.server.BlockPosArgument.Builder
-
Sets the command argument to be optional, with the specified default value.
- asOptionalWithDefault(BlockPos) - Method in class cloud.commandframework.fabric.argument.server.ColumnPosArgument.Builder
-
Sets the command argument to be optional, with the specified default value.
- asOptionalWithDefault(ParticleOptions) - Method in class cloud.commandframework.fabric.argument.ParticleArgument.Builder
-
Sets the command argument to be optional, with the specified default value.
- asOptionalWithDefault(CompoundTag) - Method in class cloud.commandframework.fabric.argument.CompoundTagArgument.Builder
-
Sets the command argument to be optional, with the specified default value.
- asOptionalWithDefault(Tag) - Method in class cloud.commandframework.fabric.argument.NbtTagArgument.Builder
-
Sets the command argument to be optional, with the specified default value.
- asOptionalWithDefault(ResourceKey<V>) - Method in class cloud.commandframework.fabric.argument.RegistryEntryArgument.Builder
-
Sets the command argument to be optional, with the specified default value.
- asOptionalWithDefault(ResourceLocation) - Method in class cloud.commandframework.fabric.argument.ResourceLocationArgument.Builder
-
Sets the command argument to be optional, with the specified default value.
- asOptionalWithDefault(MobEffect) - Method in class cloud.commandframework.fabric.argument.MobEffectArgument.Builder
-
Deprecated.Sets the command argument to be optional, with the specified default value.
- asOptionalWithDefault(ItemStack) - Method in class cloud.commandframework.fabric.argument.ItemInputArgument.Builder
-
Sets the command argument to be optional, with the specified default value.
- asOptionalWithDefault(Vec3) - Method in class cloud.commandframework.fabric.argument.server.Vec2dArgument.Builder
-
Sets the command argument to be optional, with the specified default value.
- asOptionalWithDefault(Vec3) - Method in class cloud.commandframework.fabric.argument.server.Vec3dArgument.Builder
-
Sets the command argument to be optional, with the specified default value.
- asOptionalWithDefault(ObjectiveCriteria) - Method in class cloud.commandframework.fabric.argument.ObjectiveCriteriaArgument.Builder
-
Sets the command argument to be optional, with the specified default value.
- asOptionalWithDefault(PlayerTeam) - Method in class cloud.commandframework.fabric.argument.TeamArgument.Builder
-
Sets the command argument to be optional, with the specified default value.
- AxisArgument<C> - Class in cloud.commandframework.fabric.argument
-
An argument for a set of
axes, described in Vanilla as a "swizzle". - AxisArgument.Builder<C> - Class in cloud.commandframework.fabric.argument
-
Builder for
AxisArgument.
B
- backwardsCommandSourceMapper() - Method in class cloud.commandframework.fabric.FabricCommandManager
-
Gets the mapper from the manager's
Ctype to a gameSharedSuggestionProvider. - blockPos() - Static method in class cloud.commandframework.fabric.argument.FabricArgumentParsers
-
A parser for block coordinates.
- blockPos() - Method in interface cloud.commandframework.fabric.data.Coordinates
-
Resolve a block position from the parsed coordinates.
- BlockPosArgument<C> - Class in cloud.commandframework.fabric.argument.server
-
An argument for resolving
Coordinates.BlockCoordinates. - BlockPosArgument.Builder<C> - Class in cloud.commandframework.fabric.argument.server
-
Builder for
BlockPosArgument. - brigadierManager() - Method in class cloud.commandframework.fabric.FabricCommandManager
- build() - Method in class cloud.commandframework.fabric.argument.AngleArgument.Builder
-
Build a new
AngleArgument. - build() - Method in class cloud.commandframework.fabric.argument.AxisArgument.Builder
-
Build a new
AxisArgument. - build() - Method in class cloud.commandframework.fabric.argument.CompoundTagArgument.Builder
-
Build a new
CompoundTagArgument. - build() - Method in class cloud.commandframework.fabric.argument.EntityAnchorArgument.Builder
-
Build a new
EntityAnchorArgument. - build() - Method in class cloud.commandframework.fabric.argument.FloatRangeArgument.Builder
-
Build a new
FloatRangeArgument. - build() - Method in class cloud.commandframework.fabric.argument.IntRangeArgument.Builder
-
Build a new
IntRangeArgument. - build() - Method in class cloud.commandframework.fabric.argument.ItemInputArgument.Builder
-
Build a new
ItemInputArgument. - build() - Method in class cloud.commandframework.fabric.argument.MobEffectArgument.Builder
-
Deprecated.Build a new
MobEffectArgument. - build() - Method in class cloud.commandframework.fabric.argument.NamedColorArgument.Builder
-
Build a new
NamedColorArgument. - build() - Method in class cloud.commandframework.fabric.argument.NbtPathArgument.Builder
-
Build a new nbt path argument.
- build() - Method in class cloud.commandframework.fabric.argument.NbtTagArgument.Builder
-
Build a new
NbtTagArgument. - build() - Method in class cloud.commandframework.fabric.argument.ObjectiveCriteriaArgument.Builder
-
Build a new
ObjectiveCriteriaArgument. - build() - Method in class cloud.commandframework.fabric.argument.ParticleArgument.Builder
-
Build a new particle effect argument.
- build() - Method in class cloud.commandframework.fabric.argument.RegistryEntryArgument.Builder
- build() - Method in class cloud.commandframework.fabric.argument.ResourceLocationArgument.Builder
-
Build a new
ResourceLocationArgument. - build() - Method in class cloud.commandframework.fabric.argument.ScoreboardOperationArgument.Builder
-
Build a new
ScoreboardOperationArgument. - build() - Method in class cloud.commandframework.fabric.argument.server.BlockPosArgument.Builder
-
Build a new
BlockPosArgument. - build() - Method in class cloud.commandframework.fabric.argument.server.ColumnPosArgument.Builder
-
Build a new
ColumnPosArgument. - build() - Method in class cloud.commandframework.fabric.argument.server.MessageArgument.Builder
-
Build a new
MessageArgument. - build() - Method in class cloud.commandframework.fabric.argument.server.MultipleEntitySelectorArgument.Builder
-
Build a new
MultipleEntitySelectorArgument. - build() - Method in class cloud.commandframework.fabric.argument.server.MultiplePlayerSelectorArgument.Builder
-
Build a new
MultiplePlayerSelectorArgument. - build() - Method in class cloud.commandframework.fabric.argument.server.SingleEntitySelectorArgument.Builder
-
Build a new
SingleEntitySelectorArgument. - build() - Method in class cloud.commandframework.fabric.argument.server.SinglePlayerSelectorArgument.Builder
-
Build a new
SinglePlayerSelectorArgument. - build() - Method in class cloud.commandframework.fabric.argument.server.Vec2dArgument.Builder
-
Build a new
Vec2dArgument. - build() - Method in class cloud.commandframework.fabric.argument.server.Vec3dArgument.Builder
-
Build a new
Vec3dArgument. - build() - Method in class cloud.commandframework.fabric.argument.TeamArgument.Builder
-
Build a new
TeamArgument. - build() - Method in class cloud.commandframework.fabric.argument.TimeArgument.Builder
-
Build a new
TimeArgument. - builder(String) - Static method in class cloud.commandframework.fabric.argument.AngleArgument
-
Create a new
AngleArgument.Builder. - builder(String) - Static method in class cloud.commandframework.fabric.argument.AxisArgument
-
Create a new
AxisArgument.Builder. - builder(String) - Static method in class cloud.commandframework.fabric.argument.CompoundTagArgument
-
Create a new
CompoundTagArgument.Builder. - builder(String) - Static method in class cloud.commandframework.fabric.argument.EntityAnchorArgument
-
Create a new
EntityAnchorArgument.Builder. - builder(String) - Static method in class cloud.commandframework.fabric.argument.FloatRangeArgument
-
Create a new
FloatRangeArgument.Builder. - builder(String) - Static method in class cloud.commandframework.fabric.argument.IntRangeArgument
-
Create a new
IntRangeArgument.Builder. - builder(String) - Static method in class cloud.commandframework.fabric.argument.ItemInputArgument
-
Create a new
ItemInputArgument.Builder. - builder(String) - Static method in class cloud.commandframework.fabric.argument.MobEffectArgument
-
Deprecated.Create a new
MobEffectArgument.Builder. - builder(String) - Static method in class cloud.commandframework.fabric.argument.NamedColorArgument
-
Create a new
NamedColorArgument.Builder. - builder(String) - Static method in class cloud.commandframework.fabric.argument.NbtPathArgument
-
Create a new
NbtPathArgument.Builder. - builder(String) - Static method in class cloud.commandframework.fabric.argument.NbtTagArgument
-
Create a new
NbtTagArgument.Builder. - builder(String) - Static method in class cloud.commandframework.fabric.argument.ObjectiveCriteriaArgument
-
Create a new
ObjectiveCriteriaArgument.Builder. - builder(String) - Static method in class cloud.commandframework.fabric.argument.ParticleArgument
-
Create a new
ParticleArgument.Builder. - builder(String) - Static method in class cloud.commandframework.fabric.argument.ResourceLocationArgument
-
Create a new
ResourceLocationArgument.Builder. - builder(String) - Static method in class cloud.commandframework.fabric.argument.ScoreboardOperationArgument
-
Create a new
ScoreboardOperationArgument.Builder. - builder(String) - Static method in class cloud.commandframework.fabric.argument.server.BlockPosArgument
-
Create a new
BlockPosArgument.Builder. - builder(String) - Static method in class cloud.commandframework.fabric.argument.server.ColumnPosArgument
-
Create a new
ColumnPosArgument.Builder. - builder(String) - Static method in class cloud.commandframework.fabric.argument.server.MessageArgument
-
Create a new
MessageArgument.Builder. - builder(String) - Static method in class cloud.commandframework.fabric.argument.server.MultipleEntitySelectorArgument
-
Create a new
MultipleEntitySelectorArgument.Builder. - builder(String) - Static method in class cloud.commandframework.fabric.argument.server.MultiplePlayerSelectorArgument
-
Create a new
MultiplePlayerSelectorArgument.Builder. - builder(String) - Static method in class cloud.commandframework.fabric.argument.server.SingleEntitySelectorArgument
-
Create a new
SingleEntitySelectorArgument.Builder. - builder(String) - Static method in class cloud.commandframework.fabric.argument.server.SinglePlayerSelectorArgument
-
Create a new
SinglePlayerSelectorArgument.Builder. - builder(String) - Static method in class cloud.commandframework.fabric.argument.server.Vec2dArgument
-
Create a new
Vec2dArgument.Builder. - builder(String) - Static method in class cloud.commandframework.fabric.argument.server.Vec3dArgument
-
Create a new
Vec3dArgument.Builder. - builder(String) - Static method in class cloud.commandframework.fabric.argument.TeamArgument
-
Create a new
TeamArgument.Builder. - builder(String) - Static method in class cloud.commandframework.fabric.argument.TimeArgument
-
Create a new
TimeArgument.Builder.
C
- Center - Annotation Interface in cloud.commandframework.fabric.annotations.specifier
-
Annotation used to enable coordinate centering for
Vec3dArgumentandVec2dArgument. - CENTER_INTEGERS - Static variable in class cloud.commandframework.fabric.FabricParserParameters
-
Indicates that positions should be centered on the middle of blocks, i.e.
- centerIntegers() - Method in class cloud.commandframework.fabric.argument.server.Vec2dArgument.Builder
-
Get whether integers will be centered to x.5.
- centerIntegers() - Method in class cloud.commandframework.fabric.argument.server.Vec2dArgument
-
Get whether integers will be centered to x.5.
- centerIntegers() - Method in class cloud.commandframework.fabric.argument.server.Vec3dArgument.Builder
-
Get whether integers will be centered to x.5.
- centerIntegers() - Method in class cloud.commandframework.fabric.argument.server.Vec3dArgument
-
Get whether integers will be centered to x.5.
- centerIntegers(boolean) - Method in class cloud.commandframework.fabric.argument.server.Vec2dArgument.Builder
-
Set whether integers will be centered to x.5.
- centerIntegers(boolean) - Method in class cloud.commandframework.fabric.argument.server.Vec3dArgument.Builder
-
Set whether integers will be centered to x.5.
- cheatsAllowed() - Static method in class cloud.commandframework.fabric.FabricClientCommandManager
-
Get a permission predicate which passes when cheats are enabled on the currently running integrated server.
- cheatsAllowed(boolean) - Static method in class cloud.commandframework.fabric.FabricClientCommandManager
-
Get a permission predicate which passes when cheats are enabled on the currently running integrated server.
- cheatsDisallowed() - Static method in class cloud.commandframework.fabric.FabricClientCommandManager
-
Get a permission predicate which passes when cheats are disabled on the currently running integrated server.
- cheatsDisallowed(boolean) - Static method in class cloud.commandframework.fabric.FabricClientCommandManager
-
Get a permission predicate which passes when cheats are disabled on the currently running integrated server.
- clear() - Method in class cloud.commandframework.fabric.mixin.CloudStringReaderMixin
- cloud.commandframework.fabric - package cloud.commandframework.fabric
-
Fabric API-based implementation of Cloud.
- cloud.commandframework.fabric.annotations.specifier - package cloud.commandframework.fabric.annotations.specifier
-
Specifier annotations for cloud-fabric.
- cloud.commandframework.fabric.argument - package cloud.commandframework.fabric.argument
-
Arguments for the Fabric environment.
- cloud.commandframework.fabric.argument.server - package cloud.commandframework.fabric.argument.server
-
Command arguments that can only be used on the logical server.
- cloud.commandframework.fabric.data - package cloud.commandframework.fabric.data
-
Data holders for representing Vanilla argument type values.
- cloud.commandframework.fabric.internal - package cloud.commandframework.fabric.internal
-
Implementation-internal content for the Fabric implementation of Cloud.
- cloud.commandframework.fabric.mixin - package cloud.commandframework.fabric.mixin
- CloudStringReader - Class in cloud.commandframework.fabric.internal
-
An extension to the Brigadier StringReader that also implements Queue (via mixin).
- CloudStringReader(String) - Constructor for class cloud.commandframework.fabric.internal.CloudStringReader
-
Create a new reader from text.
- CloudStringReaderMixin - Class in cloud.commandframework.fabric.mixin
-
Mix in to our own class in order to implement the Queue interface without signature conflicts.
- CloudStringReaderMixin() - Constructor for class cloud.commandframework.fabric.mixin.CloudStringReaderMixin
- columnPos() - Static method in class cloud.commandframework.fabric.argument.FabricArgumentParsers
-
A parser for column coordinates.
- ColumnPosArgument<C> - Class in cloud.commandframework.fabric.argument.server
-
An argument for resolving
column (xz) coordinates. - ColumnPosArgument.Builder<C> - Class in cloud.commandframework.fabric.argument.server
-
Builder for
ColumnPosArgument. - CommandsMixin - Class in cloud.commandframework.fabric.mixin
- CommandsMixin() - Constructor for class cloud.commandframework.fabric.mixin.CommandsMixin
- commandSourceMapper() - Method in class cloud.commandframework.fabric.FabricCommandManager
-
Gets the mapper from a game
SharedSuggestionProviderto the manager'sCtype. - CompoundTagArgument<C> - Class in cloud.commandframework.fabric.argument
-
An argument for the string representation of an NBT
CompoundTag. - CompoundTagArgument.Builder<C> - Class in cloud.commandframework.fabric.argument
-
Builder for
CompoundTagArgument. - contents() - Method in interface cloud.commandframework.fabric.data.Message
-
Get the parsed text contents of this message.
- contextual(Function<CommandBuildContext, ArgumentType<V>>) - Static method in class cloud.commandframework.fabric.argument.FabricArgumentParsers
-
A parser that wraps Brigadier argument types which need a
CommandBuildContext - convertTo(TemporalUnit) - Method in class cloud.commandframework.fabric.data.MinecraftTime
-
Convert this to another time unit.
- convertTo(TimeUnit) - Method in class cloud.commandframework.fabric.data.MinecraftTime
-
Convert this to another time unit.
- Coordinates - Interface in cloud.commandframework.fabric.data
-
A
Coordinateswrapper for easier use with cloud commands. - Coordinates.BlockCoordinates - Interface in cloud.commandframework.fabric.data
-
A specialized version of
Coordinatesfor representing the result of the vanillaBlockPosArgument. - Coordinates.ColumnCoordinates - Interface in cloud.commandframework.fabric.data
-
A specialized version of
Coordinatesfor representing the result of the vanillaColumnPosArgument. - Coordinates.CoordinatesXZ - Interface in cloud.commandframework.fabric.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. - createDefaultCommandMeta() - Method in class cloud.commandframework.fabric.FabricCommandManager
- createNative(Function<CommandTree<FabricClientCommandSource>, CommandExecutionCoordinator<FabricClientCommandSource>>) - Static method in class cloud.commandframework.fabric.FabricClientCommandManager
-
Create a command manager using native source types.
- createNative(Function<CommandTree<CommandSourceStack>, CommandExecutionCoordinator<CommandSourceStack>>) - Static method in class cloud.commandframework.fabric.FabricServerCommandManager
-
Create a command manager using native source types.
E
- EntityAnchorArgument<C> - Class in cloud.commandframework.fabric.argument
-
An argument parsing an
EntityAnchorArgument.Anchor. - EntityAnchorArgument.Builder<C> - Class in cloud.commandframework.fabric.argument
-
Builder for
EntityAnchorArgument. - EntitySelectorAccess - Interface in cloud.commandframework.fabric.internal
- equals(Object) - Method in class cloud.commandframework.fabric.data.MinecraftTime
F
- FabricArgumentParsers - Class in cloud.commandframework.fabric.argument
-
Parsers for Vanilla command argument types.
- FabricArgumentParsers.ContextualArgumentTypeProvider<V> - Class in cloud.commandframework.fabric.argument
- fabricCaptionKeys() - Static method in class cloud.commandframework.fabric.FabricCaptionKeys
-
Get an immutable collection containing all standard caption keys
- FabricCaptionKeys - Class in cloud.commandframework.fabric
-
Captioninstances for messages in cloud-fabric - FabricCaptionRegistry<C> - Class in cloud.commandframework.fabric
-
Caption registry that uses bi-functions to produce messages.
- FabricCaptionRegistry() - Constructor for class cloud.commandframework.fabric.FabricCaptionRegistry
- FabricClientCommandManager<C> - Class in cloud.commandframework.fabric
-
A command manager for registering client-side commands.
- FabricClientCommandManager(Function<CommandTree<C>, CommandExecutionCoordinator<C>>, Function<FabricClientCommandSource, C>, Function<C, FabricClientCommandSource>) - Constructor for class cloud.commandframework.fabric.FabricClientCommandManager
-
Create a new command manager instance.
- FabricCommandContextKeys - Class in cloud.commandframework.fabric
-
Keys used in
CommandContexts available within aFabricCommandManager - FabricCommandManager<C,
S extends net.minecraft.commands.SharedSuggestionProvider> - Class in cloud.commandframework.fabric -
A command manager for either the server or client on Fabric.
- FabricParserParameters - Class in cloud.commandframework.fabric
-
ParserParameterkeys for cloud-fabric. - FabricServerCommandManager<C> - Class in cloud.commandframework.fabric
-
A command manager for registering server-side commands.
- FabricServerCommandManager(Function<CommandTree<C>, CommandExecutionCoordinator<C>>, Function<CommandSourceStack, C>, Function<C, CommandSourceStack>) - Constructor for class cloud.commandframework.fabric.FabricServerCommandManager
-
Create a new command manager instance.
- FloatRangeArgument<C> - Class in cloud.commandframework.fabric.argument
-
An argument parsing an unbounded
double range, in the form[min]..[max], where both lower and upper bounds are optional. - FloatRangeArgument.Builder<C> - Class in cloud.commandframework.fabric.argument
-
Builder for
FloatRangeArgument.
G
- get() - Method in class cloud.commandframework.fabric.argument.FabricArgumentParsers.ContextualArgumentTypeProvider
- get() - Method in interface cloud.commandframework.fabric.data.Selector
-
Resolve the value of this selector.
- get() - Method in interface cloud.commandframework.fabric.data.Selector.Single
- getOriginal() - Method in class cloud.commandframework.fabric.mixin.CloudStringReaderMixin
- getSingle() - Method in interface cloud.commandframework.fabric.data.Selector.Single
-
Get the single value from this selector.
H
- hashCode() - Method in class cloud.commandframework.fabric.data.MinecraftTime
- hasPermission(C, String) - Method in class cloud.commandframework.fabric.FabricClientCommandManager
-
Check if a sender has a certain permission.
- hasPermission(C, String) - Method in class cloud.commandframework.fabric.FabricServerCommandManager
-
Check if a sender has a certain permission.
- hasServerAlreadyStarted() - Static method in class cloud.commandframework.fabric.internal.LateRegistrationCatcher
-
Get whether at least one server in the current environment has already begun starting.
I
- inputString() - Method in interface cloud.commandframework.fabric.data.Selector
-
Get the raw string associated with the selector.
- inputString() - Method in interface cloud.commandframework.fabric.internal.EntitySelectorAccess
-
Get the last parsed input string
- inputString(String) - Method in interface cloud.commandframework.fabric.internal.EntitySelectorAccess
-
Set the last parsed input string
- integratedServerNotRunning() - Static method in class cloud.commandframework.fabric.FabricClientCommandManager
-
Get a permission predicate which passes when the integrated server is not running.
- integratedServerRunning() - Static method in class cloud.commandframework.fabric.FabricClientCommandManager
-
Get a permission predicate which passes when the integrated server is running.
- IntRangeArgument<C> - Class in cloud.commandframework.fabric.argument
-
An argument parsing an unbounded
integer range, in the form[min]..[max], where both lower and upper bounds are optional. - IntRangeArgument.Builder<C> - Class in cloud.commandframework.fabric.argument
-
Builder for
IntRangeArgument. - isContextFree() - Method in class cloud.commandframework.fabric.argument.RegistryEntryArgument.Parser
- isXRelative() - Method in interface cloud.commandframework.fabric.data.Coordinates
-
Get whether the x coordinate is relative.
- isYRelative() - Method in interface cloud.commandframework.fabric.data.Coordinates
-
Get whether the y coordinate is relative.
- isZRelative() - Method in interface cloud.commandframework.fabric.data.Coordinates
-
Get whether the z coordinate is relative.
- ItemInputArgument<C> - Class in cloud.commandframework.fabric.argument
-
An argument parsing an item identifier and optional extra NBT data into an
ItemInput. - ItemInputArgument.Builder<C> - Class in cloud.commandframework.fabric.argument
-
Builder for
ItemInputArgument.
L
- LateRegistrationCatcher - Class in cloud.commandframework.fabric.internal
-
Capture server starting events to provide more useful error checking on late command registration.
- LateRegistrationCatcher() - Constructor for class cloud.commandframework.fabric.internal.LateRegistrationCatcher
M
- mentionedEntities() - Method in interface cloud.commandframework.fabric.data.Message
-
Get the collection of entities mentioned in this message.
- message() - Static method in class cloud.commandframework.fabric.argument.FabricArgumentParsers
-
A parser for
Message. - Message - Interface in cloud.commandframework.fabric.data
-
A parsed message.
- MessageArgument<C> - Class in cloud.commandframework.fabric.argument.server
-
An argument similar to a greedy string, but one that resolves selectors.
- MessageArgument.Builder<C> - Class in cloud.commandframework.fabric.argument.server
-
Builder for
MessageArgument. - MessageArgumentMessageAccess - Interface in cloud.commandframework.fabric.mixin
- MessageArgumentPartAccess - Interface in cloud.commandframework.fabric.mixin
- META_REGISTRATION_ENVIRONMENT - Static variable in class cloud.commandframework.fabric.FabricServerCommandManager
-
A meta attribute specifying which environments a command should be registered in.
- MinecraftTime - Class in cloud.commandframework.fabric.data
-
An element of in-game time.
- MobEffectArgument<C> - Class in cloud.commandframework.fabric.argument
-
Deprecated.
- MobEffectArgument.Builder<C> - Class in cloud.commandframework.fabric.argument
-
Deprecated.Builder for
MobEffectArgument. - multipleEntitySelector() - Static method in class cloud.commandframework.fabric.argument.FabricArgumentParsers
-
A parser for
MultipleEntitySelector. - MultipleEntitySelector - Interface in cloud.commandframework.fabric.data
-
A selector for multiple entities.
- MultipleEntitySelectorArgument<C> - Class in cloud.commandframework.fabric.argument.server
-
An argument for selecting multiple
entitiesusing anEntitySelector. - MultipleEntitySelectorArgument.Builder<C> - Class in cloud.commandframework.fabric.argument.server
-
Builder for
MultipleEntitySelectorArgument. - multiplePlayerSelector() - Static method in class cloud.commandframework.fabric.argument.FabricArgumentParsers
-
A parser for
MultiplePlayerSelector. - MultiplePlayerSelector - Interface in cloud.commandframework.fabric.data
-
A selector for multiple players.
- MultiplePlayerSelectorArgument<C> - Class in cloud.commandframework.fabric.argument.server
-
An argument for selecting multiple
playersusing anEntitySelector. - MultiplePlayerSelectorArgument.Builder<C> - Class in cloud.commandframework.fabric.argument.server
-
Builder for
MultiplePlayerSelectorArgument.
N
- NamedColorArgument<C> - Class in cloud.commandframework.fabric.argument
-
An argument for named colors in the
ChatFormattingenum. - NamedColorArgument.Builder<C> - Class in cloud.commandframework.fabric.argument
-
Builder for
NamedColorArgument. - NATIVE_COMMAND_SOURCE - Static variable in class cloud.commandframework.fabric.FabricCommandContextKeys
-
Key used to store the native
SharedSuggestionProviderin the command context. - NbtPathArgument<C> - Class in cloud.commandframework.fabric.argument
-
An argument for
NBT pathsto locations withinTags. - NbtPathArgument.Builder<C> - Class in cloud.commandframework.fabric.argument
-
Builder for
NbtPathArgument. - NbtTagArgument<C> - Class in cloud.commandframework.fabric.argument
-
An argument for the string representation of an NBT
Tag. - NbtTagArgument.Builder<C> - Class in cloud.commandframework.fabric.argument
-
Builder for
NbtTagArgument. - newBuilder(String, TypeToken<V>, ResourceKey<? extends Registry<V>>) - Static method in class cloud.commandframework.fabric.argument.RegistryEntryArgument
-
Create a new
RegistryEntryArgument.Builder. - newBuilder(String, Class<V>, ResourceKey<? extends Registry<V>>) - Static method in class cloud.commandframework.fabric.argument.RegistryEntryArgument
-
Create a new
RegistryEntryArgument.Builder.
O
- ObjectiveCriteriaArgument<C> - Class in cloud.commandframework.fabric.argument
-
An argument for a criterion in a scoreboard.
- ObjectiveCriteriaArgument.Builder<C> - Class in cloud.commandframework.fabric.argument
-
Builder for
ObjectiveCriteriaArgument. - of(long) - Static method in class cloud.commandframework.fabric.data.MinecraftTime
-
Get the time instance for the specified number of ticks.
- of(long, TemporalUnit) - Static method in class cloud.commandframework.fabric.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 cloud.commandframework.fabric.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) - Static method in class cloud.commandframework.fabric.argument.AngleArgument
-
Create a new required
AngleArgument. - of(String) - Static method in class cloud.commandframework.fabric.argument.AxisArgument
-
Create a new required
AxisArgument. - of(String) - Static method in class cloud.commandframework.fabric.argument.CompoundTagArgument
-
Create a new required
CompoundTagArgument. - of(String) - Static method in class cloud.commandframework.fabric.argument.EntityAnchorArgument
-
Create a new required
EntityAnchorArgument. - of(String) - Static method in class cloud.commandframework.fabric.argument.FloatRangeArgument
-
Create a new required
FloatRangeArgument. - of(String) - Static method in class cloud.commandframework.fabric.argument.IntRangeArgument
-
Create a new required
IntRangeArgument. - of(String) - Static method in class cloud.commandframework.fabric.argument.ItemInputArgument
-
Create a new required
ItemInputArgument. - of(String) - Static method in class cloud.commandframework.fabric.argument.MobEffectArgument
-
Deprecated.Create a new required
MobEffectArgument. - of(String) - Static method in class cloud.commandframework.fabric.argument.NamedColorArgument
-
Create a new required
NamedColorArgument. - of(String) - Static method in class cloud.commandframework.fabric.argument.NbtPathArgument
-
Create a new required
NbtPathArgument. - of(String) - Static method in class cloud.commandframework.fabric.argument.NbtTagArgument
-
Create a new required
NbtTagArgument. - of(String) - Static method in class cloud.commandframework.fabric.argument.ObjectiveCriteriaArgument
-
Create a new required
ObjectiveCriteriaArgument. - of(String) - Static method in class cloud.commandframework.fabric.argument.ParticleArgument
-
Create a new required
ParticleArgument. - of(String) - Static method in class cloud.commandframework.fabric.argument.ResourceLocationArgument
-
Create a new required
ResourceLocationArgument. - of(String) - Static method in class cloud.commandframework.fabric.argument.ScoreboardOperationArgument
-
Create a new required
ScoreboardOperationArgument. - of(String) - Static method in class cloud.commandframework.fabric.argument.server.BlockPosArgument
-
Create a new required
BlockPosArgument. - of(String) - Static method in class cloud.commandframework.fabric.argument.server.ColumnPosArgument
-
Create a new required
ColumnPosArgument. - of(String) - Static method in class cloud.commandframework.fabric.argument.server.MessageArgument
-
Create a new required
MessageArgument. - of(String) - Static method in class cloud.commandframework.fabric.argument.server.MultipleEntitySelectorArgument
-
Create a new required
MultipleEntitySelectorArgument. - of(String) - Static method in class cloud.commandframework.fabric.argument.server.MultiplePlayerSelectorArgument
-
Create a new required
MultiplePlayerSelectorArgument. - of(String) - Static method in class cloud.commandframework.fabric.argument.server.SingleEntitySelectorArgument
-
Create a new required
SingleEntitySelectorArgument. - of(String) - Static method in class cloud.commandframework.fabric.argument.server.SinglePlayerSelectorArgument
-
Create a new required
SinglePlayerSelectorArgument. - of(String) - Static method in class cloud.commandframework.fabric.argument.server.Vec2dArgument
-
Create a new required
Vec2dArgument. - of(String) - Static method in class cloud.commandframework.fabric.argument.server.Vec3dArgument
-
Create a new required
Vec3dArgument. - of(String) - Static method in class cloud.commandframework.fabric.argument.TeamArgument
-
Create a new required
TeamArgument. - of(String) - Static method in class cloud.commandframework.fabric.argument.TimeArgument
-
Create a new required
TimeArgument. - of(String, boolean) - Static method in class cloud.commandframework.fabric.argument.server.Vec2dArgument
-
Create a new required
Vec2dArgument. - of(String, boolean) - Static method in class cloud.commandframework.fabric.argument.server.Vec3dArgument
-
Create a new required
Vec3dArgument. - of(String, Class<V>, ResourceKey<? extends Registry<V>>) - Static method in class cloud.commandframework.fabric.argument.RegistryEntryArgument
-
Create a new required
RegistryEntryArgument. - onInitialize() - Method in class cloud.commandframework.fabric.internal.LateRegistrationCatcher
- optional(String) - Static method in class cloud.commandframework.fabric.argument.AngleArgument
-
Create a new optional
AngleArgument. - optional(String) - Static method in class cloud.commandframework.fabric.argument.AxisArgument
-
Create a new optional
AxisArgument. - optional(String) - Static method in class cloud.commandframework.fabric.argument.CompoundTagArgument
-
Create a new optional
CompoundTagArgument. - optional(String) - Static method in class cloud.commandframework.fabric.argument.EntityAnchorArgument
-
Create a new optional
EntityAnchorArgument. - optional(String) - Static method in class cloud.commandframework.fabric.argument.FloatRangeArgument
-
Create a new optional
FloatRangeArgument. - optional(String) - Static method in class cloud.commandframework.fabric.argument.IntRangeArgument
-
Create a new optional
IntRangeArgument. - optional(String) - Static method in class cloud.commandframework.fabric.argument.ItemInputArgument
-
Create a new optional
ItemInputArgument. - optional(String) - Static method in class cloud.commandframework.fabric.argument.MobEffectArgument
-
Deprecated.Create a new optional
MobEffectArgument. - optional(String) - Static method in class cloud.commandframework.fabric.argument.NamedColorArgument
-
Create a new optional
NamedColorArgument. - optional(String) - Static method in class cloud.commandframework.fabric.argument.NbtPathArgument
-
Create a new optional
NbtPathArgument. - optional(String) - Static method in class cloud.commandframework.fabric.argument.NbtTagArgument
-
Create a new optional
NbtTagArgument. - optional(String) - Static method in class cloud.commandframework.fabric.argument.ObjectiveCriteriaArgument
-
Create a new optional
ObjectiveCriteriaArgument. - optional(String) - Static method in class cloud.commandframework.fabric.argument.ParticleArgument
-
Create a new optional
ParticleArgument. - optional(String) - Static method in class cloud.commandframework.fabric.argument.ResourceLocationArgument
-
Create a new optional
ResourceLocationArgument. - optional(String) - Static method in class cloud.commandframework.fabric.argument.ScoreboardOperationArgument
-
Create a new optional
ScoreboardOperationArgument. - optional(String) - Static method in class cloud.commandframework.fabric.argument.server.BlockPosArgument
-
Create a new optional
BlockPosArgument. - optional(String) - Static method in class cloud.commandframework.fabric.argument.server.ColumnPosArgument
-
Create a new optional
ColumnPosArgument. - optional(String) - Static method in class cloud.commandframework.fabric.argument.server.MessageArgument
-
Create a new optional
MessageArgument. - optional(String) - Static method in class cloud.commandframework.fabric.argument.server.MultipleEntitySelectorArgument
-
Create a new optional
MultipleEntitySelectorArgument. - optional(String) - Static method in class cloud.commandframework.fabric.argument.server.MultiplePlayerSelectorArgument
-
Create a new optional
MultiplePlayerSelectorArgument. - optional(String) - Static method in class cloud.commandframework.fabric.argument.server.SingleEntitySelectorArgument
-
Create a new optional
SingleEntitySelectorArgument. - optional(String) - Static method in class cloud.commandframework.fabric.argument.server.SinglePlayerSelectorArgument
-
Create a new optional
SinglePlayerSelectorArgument. - optional(String) - Static method in class cloud.commandframework.fabric.argument.server.Vec2dArgument
-
Create a new optional
Vec2dArgument. - optional(String) - Static method in class cloud.commandframework.fabric.argument.server.Vec3dArgument
-
Create a new optional
Vec3dArgument. - optional(String) - Static method in class cloud.commandframework.fabric.argument.TeamArgument
-
Create a new optional
TeamArgument. - optional(String) - Static method in class cloud.commandframework.fabric.argument.TimeArgument
-
Create a new optional
TimeArgument. - optional(String, boolean) - Static method in class cloud.commandframework.fabric.argument.server.Vec2dArgument
-
Create a new optional
Vec2dArgument. - optional(String, boolean) - Static method in class cloud.commandframework.fabric.argument.server.Vec3dArgument
-
Create a new optional
Vec3dArgument. - optional(String, boolean, Vec3) - Static method in class cloud.commandframework.fabric.argument.server.Vec2dArgument
-
Create a new optional
Vec2dArgumentwith the specified default value. - optional(String, boolean, Vec3) - Static method in class cloud.commandframework.fabric.argument.server.Vec3dArgument
-
Create a new optional
Vec3dArgumentwith the specified default value. - optional(String, float) - Static method in class cloud.commandframework.fabric.argument.AngleArgument
-
Create a new optional
AngleArgumentwith the specified default value. - optional(String, MinecraftTime) - Static method in class cloud.commandframework.fabric.argument.TimeArgument
-
Create a new optional
TimeArgumentwith the specified default value. - optional(String, Class<V>, ResourceKey<? extends Registry<V>>) - Static method in class cloud.commandframework.fabric.argument.RegistryEntryArgument
-
Create a new optional
RegistryEntryArgument. - optional(String, Class<V>, ResourceKey<? extends Registry<V>>, ResourceKey<V>) - Static method in class cloud.commandframework.fabric.argument.RegistryEntryArgument
-
Create a new optional
RegistryEntryArgumentwith the specified default value. - optional(String, String) - Static method in class cloud.commandframework.fabric.argument.server.MessageArgument
-
Create a new optional
MessageArgumentwith the specified value. - optional(String, Set<Direction.Axis>) - Static method in class cloud.commandframework.fabric.argument.AxisArgument
-
Create a new optional
AxisArgumentwith the specified default value. - optional(String, MinMaxBounds.Doubles) - Static method in class cloud.commandframework.fabric.argument.FloatRangeArgument
-
Create a new optional
FloatRangeArgumentwith the specified default value. - optional(String, MinMaxBounds.Ints) - Static method in class cloud.commandframework.fabric.argument.IntRangeArgument
-
Create a new optional
IntRangeArgumentwith the specified default value. - optional(String, ChatFormatting) - Static method in class cloud.commandframework.fabric.argument.NamedColorArgument
-
Create a new optional
NamedColorArgumentwith the specified default value. - optional(String, EntityAnchorArgument.Anchor) - Static method in class cloud.commandframework.fabric.argument.EntityAnchorArgument
-
Create a new optional
EntityAnchorArgumentwith the specified default value. - optional(String, NbtPathArgument.NbtPath) - Static method in class cloud.commandframework.fabric.argument.NbtPathArgument
-
Create a new optional
NbtPathArgumentwith the specified default value. - optional(String, BlockPos) - Static method in class cloud.commandframework.fabric.argument.server.BlockPosArgument
-
Create a new optional
BlockPosArgumentwith the specified default value. - optional(String, BlockPos) - Static method in class cloud.commandframework.fabric.argument.server.ColumnPosArgument
-
Create a new optional
ColumnPosArgumentwith the specified default value. - optional(String, ParticleOptions) - Static method in class cloud.commandframework.fabric.argument.ParticleArgument
-
Create a new optional
ParticleArgumentwith the specified default value. - optional(String, CompoundTag) - Static method in class cloud.commandframework.fabric.argument.CompoundTagArgument
-
Create a new optional
CompoundTagArgumentwith the specified default value. - optional(String, Tag) - Static method in class cloud.commandframework.fabric.argument.NbtTagArgument
-
Create a new optional
NbtTagArgumentwith the specified default value. - optional(String, ResourceLocation) - Static method in class cloud.commandframework.fabric.argument.ResourceLocationArgument
-
Create a new optional
ResourceLocationArgumentwith the specified default value. - optional(String, MobEffect) - Static method in class cloud.commandframework.fabric.argument.MobEffectArgument
-
Deprecated.Create a new optional
MobEffectArgumentwith the specified default value. - optional(String, ItemStack) - Static method in class cloud.commandframework.fabric.argument.ItemInputArgument
-
Create a new optional
ItemInputArgumentwith the specified default value. - optional(String, Vec3) - Static method in class cloud.commandframework.fabric.argument.server.Vec2dArgument
-
Create a new optional
Vec2dArgumentwith the specified default value. - optional(String, Vec3) - Static method in class cloud.commandframework.fabric.argument.server.Vec3dArgument
-
Create a new optional
Vec3dArgumentwith the specified default value. - optional(String, ObjectiveCriteria) - Static method in class cloud.commandframework.fabric.argument.ObjectiveCriteriaArgument
-
Create a new optional
ObjectiveCriteriaArgumentwith the specified default value. - optional(String, PlayerTeam) - Static method in class cloud.commandframework.fabric.argument.TeamArgument
-
Create a new optional
TeamArgumentwith the specified default value.
P
- parse(CommandContext<C>, Queue<String>) - Method in class cloud.commandframework.fabric.argument.RegistryEntryArgument.Parser
- parse(CommandContext<C>, Queue<String>) - Method in class cloud.commandframework.fabric.argument.TeamArgument.TeamParser
- parseIntermediate(CommandContext<C>, Queue<String>) - Method in class cloud.commandframework.fabric.argument.TeamArgument.TeamParser
- Parser(ResourceKey<? extends Registry<V>>) - Constructor for class cloud.commandframework.fabric.argument.RegistryEntryArgument.Parser
-
Create a new
RegistryEntryArgument.Parser. - ParticleArgument<C> - Class in cloud.commandframework.fabric.argument
-
An argument for any
ParticleOptions. - ParticleArgument.Builder<C> - Class in cloud.commandframework.fabric.argument
-
Builder for
ParticleArgument. - peek() - Method in class cloud.commandframework.fabric.mixin.CloudStringReaderMixin
- permissionLevel(int) - Method in class cloud.commandframework.fabric.FabricCommandManager
-
Get a permission predicate which passes when the sender has the specified permission level.
- poll() - Method in class cloud.commandframework.fabric.mixin.CloudStringReaderMixin
- position() - Method in interface cloud.commandframework.fabric.data.Coordinates
-
Resolve a position from the parsed coordinates.
R
- RegistryEntryArgument<C,
V> - Class in cloud.commandframework.fabric.argument -
Argument for getting a values from a
Registry. - RegistryEntryArgument.Builder<C,
V> - Class in cloud.commandframework.fabric.argument -
A builder for
RegistryEntryArgument. - RegistryEntryArgument.Parser<C,
V> - Class in cloud.commandframework.fabric.argument -
A parser for values stored in a
Registry. - registryKey() - Method in class cloud.commandframework.fabric.argument.RegistryEntryArgument.Parser
-
Get the registry associated with this parser.
- remove(Object) - Method in class cloud.commandframework.fabric.mixin.CloudStringReaderMixin
- resolveClient(CommandContext<C>, FabricClientCommandSource, String) - Method in class cloud.commandframework.fabric.argument.TeamArgument.TeamParser
- resolveServer(CommandContext<C>, CommandSourceStack, String) - Method in class cloud.commandframework.fabric.argument.TeamArgument.TeamParser
- ResourceLocationArgument<C> - Class in cloud.commandframework.fabric.argument
-
An argument parsing a
ResourceLocation. - ResourceLocationArgument.Builder<C> - Class in cloud.commandframework.fabric.argument
-
Builder for
ResourceLocationArgument.
S
- ScoreboardOperationArgument<C> - Class in cloud.commandframework.fabric.argument
-
An argument for selecting any of the logical operations in
OperationArgument.Operation. - ScoreboardOperationArgument.Builder<C> - Class in cloud.commandframework.fabric.argument
-
Builder for
ScoreboardOperationArgument. - selector() - Method in interface cloud.commandframework.fabric.data.Selector
-
If this value came from a parsed
EntitySelector, this will provide the details of that selector. - Selector<V> - Interface in cloud.commandframework.fabric.data
-
A selector string to query multiple entity-like values
- Selector.Single<V> - Interface in cloud.commandframework.fabric.data
-
A specialized selector that can only return one value.
- singleEntitySelector() - Static method in class cloud.commandframework.fabric.argument.FabricArgumentParsers
-
A parser for
SingleEntitySelector. - SingleEntitySelector - Interface in cloud.commandframework.fabric.data
-
A selector for a single entity.
- SingleEntitySelectorArgument<C> - Class in cloud.commandframework.fabric.argument.server
-
An argument for selecting a single
entityusing anEntitySelector. - SingleEntitySelectorArgument.Builder<C> - Class in cloud.commandframework.fabric.argument.server
-
Builder for
SingleEntitySelectorArgument. - singlePlayerSelector() - Static method in class cloud.commandframework.fabric.argument.FabricArgumentParsers
-
A parser for
SinglePlayerSelector. - SinglePlayerSelector - Interface in cloud.commandframework.fabric.data
-
A selector for a single player.
- SinglePlayerSelectorArgument<C> - Class in cloud.commandframework.fabric.argument.server
-
An argument for selecting a single
playerusing anEntitySelector. - SinglePlayerSelectorArgument.Builder<C> - Class in cloud.commandframework.fabric.argument.server
-
Builder for
SinglePlayerSelectorArgument. - size() - Method in class cloud.commandframework.fabric.mixin.CloudStringReaderMixin
- suggestions(CommandContext<C>, String) - Method in class cloud.commandframework.fabric.argument.RegistryEntryArgument.Parser
- suggestions(CommandContext<C>, String) - Method in class cloud.commandframework.fabric.argument.TeamArgument.TeamParser
T
- TeamArgument<C> - Class in cloud.commandframework.fabric.argument
-
An argument for parsing
Teams. - TeamArgument.Builder<C> - Class in cloud.commandframework.fabric.argument
-
Builder for
TeamArgument. - TeamArgument.TeamParser<C> - Class in cloud.commandframework.fabric.argument
-
Argument parser for
Teams. - TeamArgument.UnknownTeamException - Exception in cloud.commandframework.fabric.argument
-
Exception for when a team cannot be found for supplied input.
- TeamParser() - Constructor for class cloud.commandframework.fabric.argument.TeamArgument.TeamParser
- ticks() - Method in class cloud.commandframework.fabric.data.MinecraftTime
-
Get the number of in-game ticks represented by this time.
- ticksLong() - Method in class cloud.commandframework.fabric.data.MinecraftTime
-
Get the number of in-game ticks represented by this time.
- time() - Static method in class cloud.commandframework.fabric.argument.FabricArgumentParsers
-
A parser for in-game time, in ticks.
- TimeArgument<C> - Class in cloud.commandframework.fabric.argument
-
An argument for in-game time.
- TimeArgument.Builder<C> - Class in cloud.commandframework.fabric.argument
-
Builder for
TimeArgument. - toString() - Method in class cloud.commandframework.fabric.data.MinecraftTime
V
- vec2(boolean) - Static method in class cloud.commandframework.fabric.argument.FabricArgumentParsers
-
A parser for coordinates, relative or absolute, from 2 doubles for x and z, with y always defaulting to 0.
- Vec2dArgument<C> - Class in cloud.commandframework.fabric.argument.server
-
An argument for resolving
Coordinates.CoordinatesXZfrom 2 doubles. - Vec2dArgument.Builder<C> - Class in cloud.commandframework.fabric.argument.server
-
Builder for
Vec2dArgument. - vec3(boolean) - Static method in class cloud.commandframework.fabric.argument.FabricArgumentParsers
-
A parser for coordinates, relative or absolute, from 3 doubles.
- Vec3dArgument<C> - Class in cloud.commandframework.fabric.argument.server
-
An argument for resolving
Coordinatesfrom 3 doubles. - Vec3dArgument.Builder<C> - Class in cloud.commandframework.fabric.argument.server
-
Builder for
Vec3dArgument.
W
- withBuildContext(FabricCommandManager<?, ?>, CommandBuildContext, boolean, Runnable) - Static method in class cloud.commandframework.fabric.argument.FabricArgumentParsers.ContextualArgumentTypeProvider
-
Temporarily expose a command build context to providers called from this thread.
- wrappedCoordinates() - Method in interface cloud.commandframework.fabric.data.Coordinates
-
Get the coordinates wrapped by this
Coordinates.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
RegistryEntryArgument.Parser.