@@ -26,7 +26,7 @@ public boolean canSpawn(World arg0, int arg1, int arg2) {
26
26
result = Misc .tryExecute (this .inLibName , this .name , "ChunkGenerator" , "canSpawn" ,
27
27
address , plugin , new Object [] {
28
28
arg0 , arg1 , arg2
29
- }, false );
29
+ }, false , true );
30
30
} catch (Exception ex ) {
31
31
ex .printStackTrace ();
32
32
}
@@ -44,7 +44,7 @@ public void generateBedrock(WorldInfo arg0, Random arg1, int arg2, int arg3, Chu
44
44
result = Misc .tryExecute (this .inLibName , this .name , "ChunkGenerator" , "generateBedrock" ,
45
45
address , plugin , new Object [] {
46
46
arg0 , arg1 , arg2 , arg3 , arg4
47
- }, false );
47
+ }, false , false );
48
48
} catch (Exception ex ) {
49
49
ex .printStackTrace ();
50
50
}
@@ -60,7 +60,7 @@ public void generateCaves(WorldInfo arg0, Random arg1, int arg2, int arg3, Chunk
60
60
result = Misc .tryExecute (this .inLibName , this .name , "ChunkGenerator" , "generateCaves" ,
61
61
address , plugin , new Object [] {
62
62
arg0 , arg1 , arg2 , arg3 , arg4
63
- }, false );
63
+ }, false , false );
64
64
} catch (Exception ex ) {
65
65
ex .printStackTrace ();
66
66
}
@@ -76,7 +76,7 @@ public ChunkData generateChunkData(World arg1, Random arg2, int arg3, int arg4,
76
76
result = Misc .tryExecute (this .inLibName , this .name , "ChunkGenerator" , "generateChunkData" ,
77
77
address , plugin , new Object [] {
78
78
arg1 , arg2 , arg3 , arg4 , arg5
79
- }, false );
79
+ }, false , true );
80
80
} catch (Exception ex ) {
81
81
ex .printStackTrace ();
82
82
}
@@ -94,7 +94,7 @@ public void generateNoise(WorldInfo arg1, Random arg2, int arg3, int arg4, Chunk
94
94
result = Misc .tryExecute (this .inLibName , this .name , "ChunkGenerator" , "generateNoise" ,
95
95
address , plugin , new Object [] {
96
96
arg1 , arg2 , arg3 , arg4 , arg5
97
- }, false );
97
+ }, false , false );
98
98
} catch (Exception ex ) {
99
99
ex .printStackTrace ();
100
100
}
@@ -110,7 +110,7 @@ public void generateSurface(WorldInfo arg1, Random arg2, int arg3, int arg4, Chu
110
110
result = Misc .tryExecute (this .inLibName , this .name , "ChunkGenerator" , "generateSurface" ,
111
111
address , plugin , new Object [] {
112
112
arg1 , arg2 , arg3 , arg4 , arg5
113
- }, false );
113
+ }, false , false );
114
114
} catch (Exception ex ) {
115
115
ex .printStackTrace ();
116
116
}
@@ -126,7 +126,7 @@ public int getBaseHeight(WorldInfo arg1, Random arg2, int arg3, int arg4, Height
126
126
result = Misc .tryExecute (this .inLibName , this .name , "ChunkGenerator" , "getBaseHeight" ,
127
127
address , plugin , new Object [] {
128
128
arg1 , arg2 , arg3 , arg4 , arg5
129
- }, false );
129
+ }, false , false );
130
130
} catch (Exception ex ) {
131
131
ex .printStackTrace ();
132
132
}
@@ -145,7 +145,7 @@ public BiomeProvider getDefaultBiomeProvider(WorldInfo arg1) {
145
145
"getDefaultBiomeProvider" ,
146
146
address , plugin , new Object [] {
147
147
arg1
148
- }, false );
148
+ }, false , false );
149
149
} catch (Exception ex ) {
150
150
ex .printStackTrace ();
151
151
}
@@ -163,7 +163,7 @@ public List<BlockPopulator> getDefaultPopulators(World arg1) {
163
163
result = Misc .tryExecute (this .inLibName , this .name , "ChunkGenerator" , "getDefaultPopulators" ,
164
164
address , plugin , new Object [] {
165
165
arg1
166
- }, false );
166
+ }, false , false );
167
167
} catch (Exception ex ) {
168
168
ex .printStackTrace ();
169
169
}
@@ -182,7 +182,7 @@ public Location getFixedSpawnLocation(World arg1, Random arg2) {
182
182
"getFixedSpawnLocation" ,
183
183
address , plugin , new Object [] {
184
184
arg1 , arg2
185
- }, false );
185
+ }, false , true );
186
186
} catch (Exception ex ) {
187
187
ex .printStackTrace ();
188
188
}
@@ -198,7 +198,7 @@ public boolean isParallelCapable() {
198
198
Object result = null ;
199
199
try {
200
200
result = Misc .tryExecute (this .inLibName , this .name , "ChunkGenerator" , "isParallelCapable" ,
201
- address , plugin , new Object [] {}, false );
201
+ address , plugin , new Object [] {}, false , true );
202
202
} catch (Exception ex ) {
203
203
ex .printStackTrace ();
204
204
}
@@ -215,7 +215,7 @@ public boolean shouldGenerateBedrock() {
215
215
try {
216
216
result = Misc .tryExecute (this .inLibName , this .name , "ChunkGenerator" ,
217
217
"shouldGenerateBedrock" ,
218
- address , plugin , new Object [] {}, false );
218
+ address , plugin , new Object [] {}, false , true );
219
219
} catch (Exception ex ) {
220
220
ex .printStackTrace ();
221
221
}
@@ -233,7 +233,7 @@ public boolean shouldGenerateCaves(WorldInfo arg1, Random arg2, int arg3, int ar
233
233
result = Misc .tryExecute (this .inLibName , this .name , "ChunkGenerator" , "shouldGenerateCaves" ,
234
234
address , plugin , new Object [] {
235
235
arg1 , arg2 , arg3 , arg4
236
- }, false );
236
+ }, false , true );
237
237
} catch (Exception ex ) {
238
238
ex .printStackTrace ();
239
239
}
@@ -252,7 +252,7 @@ public boolean shouldGenerateDecorations(WorldInfo arg0, Random arg1, int arg2,
252
252
"shouldGenerateDecorations" ,
253
253
address , plugin , new Object [] {
254
254
arg0 , arg1 , arg2 , arg3
255
- }, false );
255
+ }, false , true );
256
256
} catch (Exception ex ) {
257
257
ex .printStackTrace ();
258
258
}
@@ -270,7 +270,7 @@ public boolean shouldGenerateMobs(WorldInfo arg0, Random arg1, int arg2, int arg
270
270
result = Misc .tryExecute (this .inLibName , this .name , "ChunkGenerator" , "shouldGenerateMobs" ,
271
271
address , plugin , new Object [] {
272
272
arg0 , arg1 , arg2 , arg3
273
- }, false );
273
+ }, false , true );
274
274
} catch (Exception ex ) {
275
275
ex .printStackTrace ();
276
276
}
@@ -288,7 +288,7 @@ public boolean shouldGenerateNoise(WorldInfo arg0, Random arg1, int arg2, int ar
288
288
result = Misc .tryExecute (this .inLibName , this .name , "ChunkGenerator" , "shouldGenerateNoise" ,
289
289
address , plugin , new Object [] {
290
290
arg0 , arg1 , arg2 , arg3
291
- }, false );
291
+ }, false , true );
292
292
} catch (Exception ex ) {
293
293
ex .printStackTrace ();
294
294
}
@@ -307,7 +307,7 @@ public boolean shouldGenerateStructures(WorldInfo arg0, Random arg1, int arg2, i
307
307
"shouldGenerateStructures" ,
308
308
address , plugin , new Object [] {
309
309
arg0 , arg1 , arg2 , arg3
310
- }, false );
310
+ }, false , true );
311
311
} catch (Exception ex ) {
312
312
ex .printStackTrace ();
313
313
}
@@ -325,7 +325,7 @@ public boolean shouldGenerateSurface(WorldInfo arg0, Random arg1, int arg2, int
325
325
result = Misc .tryExecute (this .inLibName , this .name , "ChunkGenerator" , "runTaskTimer" ,
326
326
address , plugin , new Object [] {
327
327
arg0 , arg1 , arg2 , arg3
328
- }, false );
328
+ }, false , true );
329
329
} catch (Exception ex ) {
330
330
ex .printStackTrace ();
331
331
}
0 commit comments