Package net.minecraftforge.client.event

Examples of net.minecraftforge.client.event.MouseEvent


        }
    }

    public static boolean postMouseEvent()
    {
        return MinecraftForge.EVENT_BUS.post(new MouseEvent());
    }
View Full Code Here

TOP

Related Classes of net.minecraftforge.client.event.MouseEvent

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.