Skip to content

Instantly share code, notes, and snippets.

View insert3coins's full-sized avatar

insert3coins insert3coins

  • Pluto ( the mini planet )
View GitHub Profile
@JuiciFruit
JuiciFruit / PlayerDataManager.java
Last active May 4, 2016 00:10
Reflection based PlayerDataManager class
package juicydev.example.player;
import java.io.File;
import java.lang.reflect.Constructor;
import java.lang.reflect.Method;
import java.util.UUID;
import juicydev.example.ReflectionUtil.PackageType;
import juicydev.example.ReflectionUtil.SubPackageType;
import net.minecraft.util.com.mojang.authlib.GameProfile;