Use ? super in Consumer/Predicate API (#9939)
This commit is contained in:
parent
3d12fa65fa
commit
cea171de11
13 changed files with 186 additions and 223 deletions
|
@ -55,8 +55,8 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
--- a/src/main/java/org/bukkit/Location.java
|
||||
+++ b/src/main/java/org/bukkit/Location.java
|
||||
@@ -0,0 +0,0 @@ public class Location implements Cloneable, ConfigurationSerializable, io.paperm
|
||||
return centerLoc;
|
||||
}
|
||||
// Paper end - expand Location API
|
||||
|
||||
+ // Paper start - Add heightmap api
|
||||
+ /**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue