Sneaky tabs, trying to slip in there.
This commit is contained in:
@@ -57,11 +57,11 @@ public interface IOpenInv {
|
|||||||
* Gets an ISpecialEnderChest for the given Player. Returns null if the ISpecialEnderChest could
|
* Gets an ISpecialEnderChest for the given Player. Returns null if the ISpecialEnderChest could
|
||||||
* not be instantiated.
|
* not be instantiated.
|
||||||
*
|
*
|
||||||
* @deprecated Use {@link IOpenInv#getSpecialEnderChest(Player, boolean)}
|
|
||||||
* @param player the Player
|
* @param player the Player
|
||||||
* @param online true if the Player is currently online
|
* @param online true if the Player is currently online
|
||||||
* @return the ISpecialEnderChest
|
* @return the ISpecialEnderChest
|
||||||
* @throws IllegalStateException if the server version is unsupported
|
* @throws IllegalStateException if the server version is unsupported
|
||||||
|
* @deprecated Use {@link IOpenInv#getSpecialEnderChest(Player, boolean)}
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
@Deprecated
|
||||||
@Nullable
|
@Nullable
|
||||||
@@ -71,11 +71,11 @@ public interface IOpenInv {
|
|||||||
* Gets an ISpecialPlayerInventory for the given Player. Returns null if the
|
* Gets an ISpecialPlayerInventory for the given Player. Returns null if the
|
||||||
* ISpecialPlayerInventory could not be instantiated.
|
* ISpecialPlayerInventory could not be instantiated.
|
||||||
*
|
*
|
||||||
* @deprecated Use {@link IOpenInv#getSpecialInventory(Player, boolean)}
|
|
||||||
* @param player the Player
|
* @param player the Player
|
||||||
* @param online true if the Player is currently online
|
* @param online true if the Player is currently online
|
||||||
* @return the ISpecialPlayerInventory
|
* @return the ISpecialPlayerInventory
|
||||||
* @throws IllegalStateException if the server version is unsupported
|
* @throws IllegalStateException if the server version is unsupported
|
||||||
|
* @deprecated Use {@link IOpenInv#getSpecialInventory(Player, boolean)}
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
@Deprecated
|
||||||
@Nullable
|
@Nullable
|
||||||
|
Reference in New Issue
Block a user