Examples of MorphEvent


Examples of morph.api.MorphEvent

                                    }
                                }
                            }
                        }

                        if(!MinecraftForge.EVENT_BUS.post(new MorphEvent(player, info2.prevState.entInstance, info2.nextState.entInstance)))
                        {
                            Morph.proxy.tickHandlerServer.setPlayerMorphInfo(player, info2);

                            PacketHandler.sendToAll(Morph.channels, info2.getMorphInfoAsPacket());
View Full Code Here

Examples of morph.api.MorphEvent

      {
        info2.morphAbilities = info3.morphAbilities;
                info2.healthOffset = info3.healthOffset;
      }

            if(!MinecraftForge.EVENT_BUS.post(new MorphEvent(player, info2.prevState.entInstance, info2.nextState.entInstance)))
            {
                Morph.proxy.tickHandlerServer.setPlayerMorphInfo(player, info2);

                PacketHandler.sendToAll(Morph.channels, info2.getMorphInfoAsPacket());
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.