Skip to content

Commit

Permalink
代码整理
Browse files Browse the repository at this point in the history
  • Loading branch information
bunnyi116 committed Jun 27, 2023
1 parent e2b4ce0 commit 70afbd5
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@
public class BlockPosArgumentType implements ArgumentType<BlockPos> {
private static final Collection<String> EXAMPLES = Arrays.asList("0 0 0", "~ ~ ~");

public static BlockPosArgumentType xyz() {
return new BlockPosArgumentType();
}

public static BlockPosArgumentType blockPos() {
return new BlockPosArgumentType();
}
Expand Down

0 comments on commit 70afbd5

Please sign in to comment.