Initial
This commit is contained in:
parent
e443249166
commit
f0a033e370
1 changed files with 4 additions and 3 deletions
|
|
@ -10,7 +10,7 @@
|
||||||
```xml
|
```xml
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.zhdev</groupId>
|
<groupId>org.zhdev.varioutil</groupId>
|
||||||
<artifactId>all</artifactId>
|
<artifactId>all</artifactId>
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>1.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
@ -22,7 +22,7 @@
|
||||||
```xml
|
```xml
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.zhdev</groupId>
|
<groupId>org.zhdev.varioutil</groupId>
|
||||||
<artifactId>common</artifactId>
|
<artifactId>common</artifactId>
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>1.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
@ -32,6 +32,7 @@
|
||||||
```java
|
```java
|
||||||
import java.lang.reflect.Field;
|
import java.lang.reflect.Field;
|
||||||
|
|
||||||
|
import org.zhdev.util.ReflectionUtils;
|
||||||
import org.bukkit.Bukkit;
|
import org.bukkit.Bukkit;
|
||||||
|
|
||||||
public class BukkitFields {
|
public class BukkitFields {
|
||||||
|
|
@ -52,7 +53,7 @@ public class BukkitFields {
|
||||||
```xml
|
```xml
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.zhdev</groupId>
|
<groupId>org.zhdev.varioutil</groupId>
|
||||||
<artifactId>io</artifactId>
|
<artifactId>io</artifactId>
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>1.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue