0.9.2 hotfix
This commit is contained in:
@@ -18,12 +18,12 @@ public interface IWirelessGridHandler {
|
|||||||
/**
|
/**
|
||||||
* Called when a player opens a wireless grid.
|
* Called when a player opens a wireless grid.
|
||||||
*
|
*
|
||||||
* @param player The player that opened the 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
|
* @param hand The hand the player opened it with
|
||||||
* @return If the opening was successful
|
* @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.
|
* Called when the player closes a wireless grid.
|
||||||
|
Reference in New Issue
Block a user