selery.command.util

Members

Aliases

Position
alias Position = PositionImpl!EntityPosition

Indicates a position with absolutes and/or relatives coordinates.

Ranged
alias Ranged(T, T min, T max) = Ranged!(T, "[]", min, max)
Undocumented in source.

Enums

PocketType
enum PocketType
Undocumented in source.
isRanged
eponymoustemplate isRanged(T)
Undocumented in source.

Interfaces

CommandSender
interface CommandSender

Interface for command senders.

WorldCommandSender
interface WorldCommandSender

Interface for a command sender that is spawned in a world.

Structs

PositionImpl
struct PositionImpl(V)

Indicates a position with absolutes and/or relatives coordinates.

Ranged
struct Ranged(T, string _type, T _min, T _max)
Undocumented in source.
Target
struct Target

Indicates a target selected using a username or a target selector. For reference see Command on Minecraft Wiki.

Templates

SingleEnum
template SingleEnum(string value)

Created an enum with a single value that can be used in commands with a single argument.

SnakeCaseEnum
template SnakeCaseEnum(T)
minImpl
template minImpl(T)
Undocumented in source.

Meta

Authors

Kripth