mirror of
https://github.com/Xiao-MoMi/craft-engine.git
synced 2025-12-29 11:59:11 +00:00
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
[submodule "wiki"]
|
||||
path = wiki
|
||||
url = https://github.com/Xiao-MoMi/craft-engine-wiki.git
|
||||
@@ -15,8 +15,7 @@ import java.lang.instrument.Instrumentation;
|
||||
import java.lang.reflect.Method;
|
||||
import java.lang.reflect.Modifier;
|
||||
|
||||
public final class RuntimePatcher {
|
||||
private RuntimePatcher() {}
|
||||
public class RuntimePatcher {
|
||||
|
||||
public static void patch(BukkitCraftEngine plugin) throws ReflectiveOperationException {
|
||||
Class<?> holderClass = new ByteBuddy()
|
||||
|
||||
1
wiki
Submodule
1
wiki
Submodule
Submodule wiki added at bec8bb7cf8
Reference in New Issue
Block a user