Added method in ReflectRegistry
This commit is contained in:
parent
6353bf8dba
commit
bcf532aeba
@ -182,6 +182,7 @@ public class ReflectRegistry {
|
||||
public static final class ChunkStorage {
|
||||
public static final ClassMapping MAPPING = wrapEx(() -> NMSReflect.mojClass("net.minecraft.world.level.chunk.storage.ChunkStorage"));
|
||||
public static final ReflectMethod<?> read = wrapEx(() -> MAPPING.mojMethod("read", ChunkPos.MAPPING));
|
||||
public static final ReflectMethod<?> readSync = wrapEx(() -> MAPPING.runtimeReflect().method("readSync", ChunkPos.MAPPING.runtimeReflect().get())); // spigot/paper method
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user