mirror of
https://github.com/TotalFreedomMC/OpenInv.git
synced 2025-01-05 14:38:26 +00:00
Sneaky tabs, trying to slip in there.
This commit is contained in:
parent
50c45b6616
commit
a802769265
6 changed files with 44 additions and 44 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue