Examples of GuiJoinSpaceRace


Examples of micdoodle8.mods.galacticraft.core.client.gui.screen.GuiJoinSpaceRace

        {
            return new GuiNewSpaceRace(player);
        }
        else if (ID == GuiIdsCore.SPACE_RACE_JOIN)
        {
            return new GuiJoinSpaceRace(playerClient);
        }

        TileEntity tile = world.getTileEntity(position.intX(), position.intY(), position.intZ());

        if (tile != null)
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.