Examples of EnumModelPacket


Examples of micdoodle8.mods.galacticraft.core.entities.player.GCPlayerHandler.EnumModelPacket

                if (gearData == null)
                {
                    gearData = new PlayerGearData(player);
                }

                EnumModelPacket type = EnumModelPacket.values()[(Integer) this.data.get(1)];

                switch (type)
                {
                case ADDMASK:
                    gearData.setMask(0);
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.