Examples of GCPlayerStats


Examples of micdoodle8.mods.galacticraft.core.entities.player.GCPlayerStats

          else
          if (this.posY > (this.worldObj.provider instanceof IExitHeight ? ((IExitHeight) this.worldObj.provider).getYCoordinateToTeleport() : 1200) + 100)
          {
            if (this.riddenByEntity instanceof EntityPlayerMP)
            {
              GCPlayerStats stats = GCPlayerStats.get((EntityPlayerMP) this.riddenByEntity);
              if (stats.usingPlanetSelectionGui)
              {
                this.kill();
              }
            }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.