Package | Description |
---|---|
io.github.bananapuncher714.cartographer.tinyprotocol |
TinyProtocol taken from https://github.com/aadnk/ProtocolLib/blob/master/modules/TinyProtocol/src/main/java/com/comphenix/tinyprotocol/TinyProtocol.java
|
Modifier and Type | Method and Description |
---|---|
static Reflection.ConstructorInvoker |
Reflection.getConstructor(java.lang.Class<?> clazz,
java.lang.Class<?>... params)
Search for the first publically and privately defined constructor of the given name and parameter count.
|
static Reflection.ConstructorInvoker |
Reflection.getConstructor(java.lang.String className,
java.lang.Class<?>... params)
Search for the first publically and privately defined constructor of the given name and parameter count.
|