Package morph.api

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


      {
        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

Related Classes of morph.api.MorphEvent

Copyright © 2018 www.massapicom. 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.