Examples of SoundUpdaterRocket


Examples of micdoodle8.mods.galacticraft.core.client.sounds.SoundUpdaterRocket

                    if (e instanceof EntityAutoRocket)
                    {
                        if (((EntityAutoRocket) e).rocketSoundUpdater == null)
                        {
                          EntityAutoRocket eship = (EntityAutoRocket) e;
                          eship.rocketSoundUpdater = new SoundUpdaterRocket(FMLClientHandler.instance().getClient().thePlayer, eship);
              FMLClientHandler.instance().getClient().getSoundHandler().playSound((ISound) eship.rocketSoundUpdater);
                        }
                    }
                }
            }
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.