0.9.2 hotfix

This commit is contained in:
Raoul Van den Berge
2016-08-25 14:52:49 +02:00
parent af3414164d
commit 512f7149b2

View File

@@ -19,11 +19,11 @@ public interface IWirelessGridHandler {
* Called when a player opens a wireless grid.
*
* @param player The player that opened the wireless grid
* @param world The world of the controller
* @param controllerWorld The world of the controller
* @param hand The hand the player opened it with
* @return If the opening was successful
*/
boolean onOpen(EntityPlayer player, World world, EnumHand hand);
boolean onOpen(EntityPlayer player, World controllerWorld, EnumHand hand);
/**
* Called when the player closes a wireless grid.