1package net.minecraft.server; 2 3public interface PlayerFileData { 4 5 void a(EntityHuman entityhuman); 6 7 void b(EntityHuman entityhuman); 8}