You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test/commandapi-bukkit-test-impl-1.18/src/main/java/dev/jorel/commandapi/test/Enums.java
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1593,7 +1593,6 @@ public Biome[] getBiomes() {
1593
1593
Biome.FOREST,
1594
1594
Biome.TAIGA,
1595
1595
Biome.SWAMP,
1596
-
Biome.MANGROVE_SWAMP,
1597
1596
Biome.RIVER,
1598
1597
Biome.NETHER_WASTES,
1599
1598
Biome.THE_END,
@@ -1642,7 +1641,6 @@ public Biome[] getBiomes() {
Copy file name to clipboardExpand all lines: commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test/commandapi-bukkit-test-impl-1.18/src/main/java/dev/jorel/commandapi/test/MockNMS.java
-5Lines changed: 0 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -458,11 +458,6 @@ public Collection<String> getCriteria() {
458
458
thrownewIllegalStateException("getDisplay is unimplemented");
459
459
}
460
460
461
-
@Override
462
-
public@NotNullComponentdisplayName() {
463
-
thrownewIllegalStateException("displayName is unimplemented");
0 commit comments