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: worldedit-bukkit/adapters/adapter-1_17_1/src/main/java/com/sk89q/worldedit/bukkit/adapter/impl/fawe/v1_17_R1_2/PaperweightGetBlocks.java
Copy file name to clipboardExpand all lines: worldedit-bukkit/adapters/adapter-1_17_1/src/main/java/com/sk89q/worldedit/bukkit/adapter/impl/fawe/v1_17_R1_2/PaperweightGetBlocks_Copy.java
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@
22
22
importnet.minecraft.world.level.chunk.LevelChunk;
23
23
24
24
importjavax.annotation.Nullable;
25
+
importjava.util.Arrays;
25
26
importjava.util.HashMap;
26
27
importjava.util.HashSet;
27
28
importjava.util.Map;
@@ -99,7 +100,8 @@ public boolean isCreateCopy() {
99
100
}
100
101
101
102
@Override
102
-
publicvoidsetCreateCopy(booleancreateCopy) {
103
+
publicintsetCreateCopy(booleancreateCopy) {
104
+
return -1;
103
105
}
104
106
105
107
@Override
@@ -196,6 +198,10 @@ public boolean hasSection(int layer) {
0 commit comments