Minecraft Wiki
Advertisement
[view | edit | history | purge]Documentation

This template is used to show the format of each command argument type.

Parameters

|je=: an argument type in Java Edition.

|be=: an argument type in Bedrock Edition.

Example

{{arg desc|je=item_predicate}}
{{arg desc|je=vec2|be=RelativeFloat}}
{{arg desc|je=float|max=5.0|min=1.0|be=float}}
{{arg desc|je=entity|amount=single|type=entities|be=actor}}

It must be a item argument (accepts item tags).

Must be a two-dimensional coordinates with floating-point number elements. Accepts tilde and caret notations.

Must be a Single-precision floating-point format number. In Java Edition, it must be from 1.0 to 5.0.

Arg desc: Illegal parameters


See also

[view | edit | history | purge]The above documentation is transcluded from Template:Arg desc/doc.
Advertisement