Module parsers

Source
Expand description

A collection of parses for use in command argument nodes.

Re-exports§

pub use block_pos::BlockPos;
pub use column_pos::ColumnPos;
pub use entity_anchor::EntityAnchor;
pub use entity_selector::EntitySelector;
pub use inventory_slot::InventorySlot;
pub use rotation::Rotation;
pub use score_holder::ScoreHolder;
pub use strings::GreedyString;
pub use strings::QuotableString;
pub use swizzle::Swizzle;
pub use time::Time;
pub use vec2::Vec2;
pub use vec3::Vec3;

Modules§

angle
block_pos
bool
color
column_pos
entity_anchor
entity_selector
gamemode
inventory_slot
numbers
rotation
score_holder
strings
swizzle
time
vec2
vec3

Structs§

ParseInput

Enums§

AbsoluteOrRelative
CommandArgParseError

Traits§

CommandArg