importnet.minecraft.nbt.NBTTagCompound;//导入方法依赖的package包/类publicvoidreadFromNBT(NBTTagList listOfPlayers){inthowManyTimesToLoop = listOfPlayers.tagCount();for(inti =0; i < howManyTimesToLoop; i++) { NBTTagCompound nbt = listOfPlayers.getCompoundTagAt(i); LocalDateTime enterTime =...