Fix incorrect method params
This commit is contained in:
@ -465,10 +465,10 @@ public class PaperweightRegen extends Regenerator<ChunkAccess, ProtoChunk, Level
|
|||||||
areaLazyField.setAccessible(true);
|
areaLazyField.setAccessible(true);
|
||||||
Method initAreaFactoryMethod = Layers.class.getDeclaredMethod(
|
Method initAreaFactoryMethod = Layers.class.getDeclaredMethod(
|
||||||
Refraction.pickName("getDefaultLayer", "a"),
|
Refraction.pickName("getDefaultLayer", "a"),
|
||||||
long.class,
|
|
||||||
boolean.class,
|
boolean.class,
|
||||||
int.class,
|
int.class,
|
||||||
int.class
|
int.class,
|
||||||
|
LongFunction.class
|
||||||
);
|
);
|
||||||
initAreaFactoryMethod.setAccessible(true);
|
initAreaFactoryMethod.setAccessible(true);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user