0.9.2 hotfix
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user