value

@JvmName(name = "valueBlockPredicateArg")
fun DefaultArgumentReader<BlockPredicateArgumentType>.value(): Predicate<CachedBlockPosition>

Reads the block predicate value of the argument in the receiver ArgumentReader.

Author

Cypher121

See also


@JvmName(name = "valueBlockStateArg")
fun DefaultArgumentReader<BlockStateArgumentType>.value(): BlockStateArgument

Reads the BlockStateArgument value of the argument in the receiver ArgumentReader.

Author

Cypher121

See also


@JvmName(name = "valueEntityAnchorArg")
fun DefaultArgumentReader<EntityAnchorArgumentType>.value(): EntityAnchorArgumentType.EntityAnchor

Reads the entity anchor value of the argument in the receiver ArgumentReader.

Author

Cypher121

See also


@JvmName(name = "valueEntitySummonArg")
fun ArgumentReader<*, DefaultArgumentDescriptor<EntitySummonArgumentType>>.value(): Identifier

Reads the entity summon Identifier value of the argument in the receiver ArgumentReader.

Author

Cypher121

See also


@JvmName(name = "valueSingleEntityArg")
fun ArgumentReader<ServerCommandSource, SingleEntityArgumentDescriptor>.value(): Entity

Reads the Entity value from the argument in the receiver ArgumentReader.

Author

Cypher121

See also


@JvmName(name = "valueEnumClassArg")
fun <T : Enum<T>> ArgumentReader<*, TypedEnumArgumentDescriptor<T>>.value(): T

Reads the enum value of type T from the argument in the receiver ArgumentReader.

Author

Cypher121

See also

org.quiltmc.qsl.command.api.EnumArgumentType

@JvmName(name = "valueEnumStringArg")
fun ArgumentReader<*, StringEnumArgumentDescriptor>.value(): String

Reads the string value from the argument in the receiver ArgumentReader.

Author

Cypher121

See also

org.quiltmc.qsl.command.api.EnumArgumentType

@JvmName(name = "valueEnumMappedArg")
fun <T> ArgumentReader<*, MappedStringEnumArgumentDescriptor<T>>.value(): T

Reads the string value from the argument in the receiver ArgumentReader and converts it to a value of type T according to the map provided when creating the argument.

Author

Cypher121

See also

org.quiltmc.qsl.command.api.EnumArgumentType

@JvmName(name = "valueDimensionArg")
fun ArgumentReader<ServerCommandSource, DefaultArgumentDescriptor<DimensionArgumentType>>.value(): ServerWorld

Reads the ServerWorld value for the selected dimension from the argument in the receiver ArgumentReader.

Author

Cypher121

See also


@JvmName(name = "valueEnchantmentArg")
fun DefaultArgumentReader<EnchantmentArgumentType>.value(): Enchantment

Reads the Enchantment value from the argument in the receiver ArgumentReader.

Author

Cypher121

See also


@JvmName(name = "valueParticleEffectArg")
fun DefaultArgumentReader<ParticleEffectArgumentType>.value(): ParticleEffect

Reads the ParticleEffect value from the argument in the receiver ArgumentReader.

Author

Cypher121

See also


@JvmName(name = "valueStatusEffectArg")
fun DefaultArgumentReader<StatusEffectArgumentType>.value(): StatusEffect

Reads the StatusEffect value from the argument in the receiver ArgumentReader.

Author

Cypher121

See also


@JvmName(name = "valueAngleArg")
fun ArgumentReader<ServerCommandSource, DefaultArgumentDescriptor<AngleArgumentType>>.value(): Float

Reads the float value from the argument in the receiver ArgumentReader.

Author

Cypher121

See also


@JvmName(name = "valueRotationArg")
fun DefaultArgumentReader<RotationArgumentType>.value(): PosArgument

Reads the raw PosArgument value from the argument in the receiver ArgumentReader.

Author

Cypher121

See also


@JvmName(name = "valueSwizzleArg")
fun DefaultArgumentReader<SwizzleArgumentType>.value(): EnumSet<Direction.Axis>

Reads the set of Direction.Axis from the argument in the receiver ArgumentReader.

Author

Cypher121

See also


@JvmName(name = "valueBlockPosArg")
fun ArgumentReader<ServerCommandSource, DefaultArgumentDescriptor<BlockPosArgumentType>>.value(): BlockPos

Reads the BlockPos value from the argument in the receiver ArgumentReader.

Author

Cypher121

See also


@JvmName(name = "valueColumnPosArg")
fun ArgumentReader<ServerCommandSource, DefaultArgumentDescriptor<ColumnPosArgumentType>>.value(): ColumnPos

Reads the ColumnPos value from the argument in the receiver ArgumentReader.

Author

Cypher121

See also


@JvmName(name = "valueVec2Arg")
fun ArgumentReader<ServerCommandSource, DefaultArgumentDescriptor<Vec2ArgumentType>>.value(): Vec2f

Reads the Vec2f value from the argument in the receiver ArgumentReader.

Author

Cypher121

See also


@JvmName(name = "valueVec3Arg")
fun ArgumentReader<ServerCommandSource, DefaultArgumentDescriptor<Vec3ArgumentType>>.value(): Vec3d

Reads the Vec3d value from the argument in the receiver ArgumentReader.

Author

Cypher121

See also


@JvmName(name = "valueIdentifierArg")
fun DefaultArgumentReader<IdentifierArgumentType>.value(): Identifier

Reads the Identifier value from the argument in the receiver ArgumentReader.

Author

Cypher121

See also


@JvmName(name = "valueItemPredicateArg")
fun DefaultArgumentReader<ItemPredicateArgumentType>.value(): Predicate<ItemStack>

Reads the ItemStack predicate value from the argument in the receiver ArgumentReader.

Author

Cypher121

See also


@JvmName(name = "valueItemSlotArg")
fun DefaultArgumentReader<ItemSlotArgumentType>.value(): Int

Reads the integer value from the argument in the receiver ArgumentReader.

Author

Cypher121

See also


@JvmName(name = "valueItemStackArg")
fun DefaultArgumentReader<ItemStackArgumentType>.value(): ItemStackArgument

Reads the ItemStackArgument value from the argument in the receiver ArgumentReader.

Author

Cypher121

See also


@JvmName(name = "valueTimeArg")
fun DefaultArgumentReader<TimeArgumentType>.value(): Int

Reads the integer value in ticks from the argument in the receiver ArgumentReader.

Author

Cypher121

See also


@JvmName(name = "valueUuidArg")
fun DefaultArgumentReader<UuidArgumentType>.value(): UUID

Reads the UUID value from the argument in the receiver ArgumentReader.

Author

Cypher121

See also


@JvmName(name = "valueNbtCompoundArg")
fun DefaultArgumentReader<NbtCompoundArgumentType>.value(): NbtCompound

Reads the NbtCompound value from the argument in the receiver ArgumentReader.

Author

Cypher121

See also


@JvmName(name = "valueNbtElementArg")
fun DefaultArgumentReader<NbtElementArgumentType>.value(): NbtElement

Reads the NbtElement value from the argument in the receiver ArgumentReader.

Author

Cypher121

See also


@JvmName(name = "valueNbtPathArg")
fun DefaultArgumentReader<NbtPathArgumentType>.value(): NbtPathArgumentType.NbtPath

Reads the NbtPath value from the argument in the receiver ArgumentReader.

Author

Cypher121

See also


@JvmName(name = "valueGameProfileArg")
fun ArgumentReader<ServerCommandSource, DefaultArgumentDescriptor<GameProfileArgumentType>>.value(): Collection<GameProfile>

Reads the GameProfile value from the argument in the receiver ArgumentReader.

Author

Cypher121

See also


@JvmName(name = "valueTeamArg")
fun ArgumentReader<ServerCommandSource, DefaultArgumentDescriptor<TeamArgumentType>>.value(): Team

Reads the Team value from the argument in the receiver ArgumentReader.

Author

Cypher121

See also


@JvmName(name = "valuePlayerArg")
fun ArgumentReader<ServerCommandSource, SinglePlayerArgumentDescriptor>.value(): ServerPlayerEntity

Reads the ServerPlayerEntity value from the argument in the receiver ArgumentReader.

Author

Cypher121

See also


@JvmName(name = "valueBoolArg")
fun DefaultArgumentReader<BoolArgumentType>.value(): Boolean
@JvmName(name = "valueDoubleArg")
fun DefaultArgumentReader<DoubleArgumentType>.value(): Double

Reads the boolean value from the argument in the receiver ArgumentReader.

Author

Cypher121

See also

com.mojang.brigadier.arguments.BoolArgumentType

@JvmName(name = "valueFloatArg")
fun DefaultArgumentReader<FloatArgumentType>.value(): Float

Reads the float value from the argument in the receiver ArgumentReader.

Author

Cypher121

See also

com.mojang.brigadier.arguments.FloatArgumentType

@JvmName(name = "valueIntArg")
fun DefaultArgumentReader<IntegerArgumentType>.value(): Int

Reads the integer value from the argument in the receiver ArgumentReader.

Author

Cypher121

See also

com.mojang.brigadier.arguments.IntegerArgumentType

@JvmName(name = "valueLongArg")
fun DefaultArgumentReader<LongArgumentType>.value(): Long

Reads the long value from the argument in the receiver ArgumentReader.

Author

Cypher121

See also

com.mojang.brigadier.arguments.LongArgumentType

@JvmName(name = "valueFloatRangeArg")
fun DefaultArgumentReader<NumberRangeArgumentType.FloatRangeArgumentType>.value(): NumberRange.FloatRange

Reads the NumberRange.FloatRange value from the argument in the receiver ArgumentReader.

Author

Cypher121

See also


@JvmName(name = "valueIntRangeArg")
fun DefaultArgumentReader<NumberRangeArgumentType.IntRangeArgumentType>.value(): NumberRange.IntRange

Reads the NumberRange.IntRange value from the argument in the receiver ArgumentReader.

Author

Cypher121

See also


@JvmName(name = "valueOperationArg")
fun DefaultArgumentReader<OperationArgumentType>.value(): OperationArgumentType.Operation

Reads the OperationArgumentType.Operation value from the argument in the receiver ArgumentReader.

Author

Cypher121

See also


@JvmName(name = "valueScoreboardCriterionArg")
fun DefaultArgumentReader<ScoreboardCriterionArgumentType>.value(): ScoreboardCriterion

Reads the ScoreboardCriterion value from the argument in the receiver ArgumentReader.

Author

Cypher121

See also


@JvmName(name = "valueScoreboardObjectiveArg")
fun ArgumentReader<ServerCommandSource, DefaultArgumentDescriptor<ScoreboardObjectiveArgumentType>>.value(): ScoreboardObjective

Reads the ScoreboardObjective value from the argument in the receiver ArgumentReader.

Author

Cypher121

See also


@JvmName(name = "valueScoreboardSlotArg")
fun DefaultArgumentReader<ScoreboardSlotArgumentType>.value(): Int

Reads the integer slot value from the argument in the receiver ArgumentReader.

Author

Cypher121

See also


@JvmName(name = "valueSingleScoreHolderArg")
fun ArgumentReader<ServerCommandSource, SingleScoreHolderArgumentDescriptor>.value(): String

Reads the score holder name from the argument in the receiver ArgumentReader.

Author

Cypher121

See also


@JvmName(name = "valueListScoreHolderArg")
fun ArgumentReader<ServerCommandSource, ListScoreHolderArgumentDescriptor>.value(): Collection<String>

Reads all score holder names from the argument in the receiver ArgumentReader.

Throws an exception if no score holders are found for this argument.

Author

Cypher121

See also


@JvmName(name = "valueStringArg")
fun DefaultArgumentReader<StringArgumentType>.value(): String

Reads the string value from the argument in the receiver ArgumentReader.

Author

Cypher121

See also

com.mojang.brigadier.arguments.StringArgumentType

@JvmName(name = "valueTestClassArg")
fun DefaultArgumentReader<TestClassArgumentType>.value(): String

Reads the test class name from the argument in the receiver ArgumentReader.

Author

Cypher121

See also


@JvmName(name = "valueTestFunctionArg")
fun DefaultArgumentReader<TestFunctionArgumentType>.value(): TestFunction

Reads the TestFunction value from the argument in the receiver ArgumentReader.

Author

Cypher121

See also


@JvmName(name = "valueMessageArg")
fun ArgumentReader<ServerCommandSource, DefaultArgumentDescriptor<MessageArgumentType>>.value(): Text

Reads the message's Text value from the argument in the receiver ArgumentReader.

Author

Cypher121

See also


@JvmName(name = "valueColorArg")
fun DefaultArgumentReader<ColorArgumentType>.value(): Formatting

Reads the selected color's Formatting value from the argument in the receiver ArgumentReader.

Author

Cypher121

See also


@JvmName(name = "valueTextArg")
fun DefaultArgumentReader<TextArgumentType>.value(): Text

Reads the Text value from the argument in the receiver ArgumentReader.

Author

Cypher121

See also