CommandArgument

Companion
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

case
class ArgumentWithoutProperties(typeIdentifier: String) extends CommandArgument
case
class DoubleA(flags: Byte, min: Option[Double], max: Option[Double]) extends CommandArgument
case
class EntityA(flags: Byte) extends CommandArgument
case
class FloatA(flags: Byte, min: Option[Float], max: Option[Float]) extends CommandArgument
case
class IntegerA(flags: Byte, min: Option[Int], max: Option[Int]) extends CommandArgument
case
class LongA(flags: Byte, min: Option[Long], max: Option[Long]) extends CommandArgument
case
class RangeA(decimalsAllowed: Boolean) extends CommandArgument
case
class ScoreHolderA(flags: Byte) extends CommandArgument
case
class StringA(varIntEnum: VarInt) extends CommandArgument

see https://wiki.vg/Command_Data for details

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror