Fix JDK version differences
This commit is contained in:
parent
0a124dc16a
commit
f0c89e897b
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user