public void func_181140_a(Entity p_181140_1_)
{
if (p_181140_1_ != null && !(p_181140_1_ instanceof EntityPlayer) && !p_181140_1_.isEntityAlive())
{
String s = p_181140_1_.getUniqueID().toString();
this.removeObjectiveFromEntity(s, (ScoreObjective)null);
this.removePlayerFromTeams(s);
}
}
Scoreboard.java 文件源码
java
阅读 24
收藏 0
点赞 0
评论 0
项目:BaseClient
作者:
评论列表
文章目录