Fix JDK version differences

This commit is contained in:
Gabriel Tofvesson 2021-05-20 00:48:37 +02:00
parent 0a124dc16a
commit f0c89e897b

View File

@ -22,7 +22,7 @@ public class TabCompletionListener implements Listener {
private static final List<NamespacedKey> materialTypes = Arrays.stream(Material.values())
.map(Material::getKey)
.sorted(Comparator.comparing(NamespacedKey::toString))
.toList();
.collect(Collectors.toList());
/**
* Whether or not there are namespaces other than the default "minecraft"