mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-31 22:22:49 +00:00
Correct javadoc for createInventory(InventoryHolder, InventoryType)
This commit is contained in:
parent
a712c921e9
commit
39ce53e961
2 changed files with 4 additions and 8 deletions
|
@ -928,11 +928,9 @@ public final class Bukkit {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates an empty inventory with the specified type and title. If the type
|
* Creates an empty inventory with the specified type. If the type
|
||||||
* is {@link InventoryType#CHEST}, the new inventory has a size of 27;
|
* is {@link InventoryType#CHEST}, the new inventory has a size of 27;
|
||||||
* otherwise the new inventory has the normal size for its type.<br>
|
* otherwise the new inventory has the normal size for its type.
|
||||||
* It should be noted that some inventory types do not support titles and
|
|
||||||
* may not render with said titles on the Minecraft client.
|
|
||||||
* <br>
|
* <br>
|
||||||
* {@link InventoryType#WORKBENCH} will not process crafting recipes if
|
* {@link InventoryType#WORKBENCH} will not process crafting recipes if
|
||||||
* created with this method. Use
|
* created with this method. Use
|
||||||
|
|
|
@ -767,11 +767,9 @@ public interface Server extends PluginMessageRecipient {
|
||||||
public HelpMap getHelpMap();
|
public HelpMap getHelpMap();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates an empty inventory with the specified type and title. If the type
|
* Creates an empty inventory with the specified type. If the type
|
||||||
* is {@link InventoryType#CHEST}, the new inventory has a size of 27;
|
* is {@link InventoryType#CHEST}, the new inventory has a size of 27;
|
||||||
* otherwise the new inventory has the normal size for its type.<br>
|
* otherwise the new inventory has the normal size for its type.
|
||||||
* It should be noted that some inventory types do not support titles and
|
|
||||||
* may not render with said titles on the Minecraft client.
|
|
||||||
* <br>
|
* <br>
|
||||||
* {@link InventoryType#WORKBENCH} will not process crafting recipes if
|
* {@link InventoryType#WORKBENCH} will not process crafting recipes if
|
||||||
* created with this method. Use
|
* created with this method. Use
|
||||||
|
|
Loading…
Add table
Reference in a new issue