Skip to content

Commit 8390216

Browse files
committed
Update BlockStateArgument page
1 parent 8476ecf commit 8390216

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

docs/en/create-commands/arguments/types/misc/blockstate-arguments.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,7 @@ authors:
1010

1111
![A block state argument with suggestions for Minecraft items](/images/arguments/blockstate.png)
1212

13-
The `BlockStateArgument` is used to represent data about blocks in the world. These refer to any blocks that have data or states, such as dispensers, signs, doors and pistons. The `BlockStateArgument` creates a Bukkit `BlockData` object when used.
14-
15-
:::info
16-
17-
Make sure to not confuse the cast type with `BlockState`. The naming of this argument refers to the internal Minecraft vanilla argument naming convention - **this argument casts to `BlockData` and NOT `BlockState`**.
18-
19-
:::
13+
The `BlockStateArgument` is used to represent data about blocks in the world. These refer to any blocks that have data or states, such as dispensers, signs, doors and pistons. The `BlockStateArgument` creates a Bukkit `BlockState` object when used.
2014

2115
::::tip Example – Setting a block
2216

0 commit comments

Comments
 (0)