Skip to content

Commit

Permalink
Remove item bracket dump as unused
Browse files Browse the repository at this point in the history
Signed-off-by: TheSilkMiner <thesilkminer@outlook.com>
  • Loading branch information
TheSilkMiner committed Jun 18, 2022
1 parent 91b845f commit 5ce58ff
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,6 @@
import java.util.stream.Stream;

public final class ItemBracketExpressionParser implements BracketExpressionParser {
static Stream<String> dump() {
return Registry.ITEM
.keySet()
.stream()
.sorted()
.map(ResourceLocation::toString)
.map("<item:%s>"::formatted);
}

@Override
public ParsedExpression parse(final CodePosition position, final ZSTokenParser tokens) throws ParseException {
final String contents = ParseUtil.readBracketContent(position, tokens);
Expand Down

0 comments on commit 5ce58ff

Please sign in to comment.