Normalize patches
This commit is contained in:
@ -18,12 +18,12 @@
|
||||
UNKNOWN;
|
||||
+
|
||||
+ public boolean isPortal() {
|
||||
+ switch(this) {
|
||||
+ case NETHER_PORTAL:
|
||||
+ case END_PORTAL:
|
||||
+ return true;
|
||||
+ }
|
||||
+ return false;
|
||||
+ switch(this) {
|
||||
+ case NETHER_PORTAL:
|
||||
+ case END_PORTAL:
|
||||
+ return true;
|
||||
+ }
|
||||
+ return false;
|
||||
+ }
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user