1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-19 19:25:48 +00:00

Link SlimefunItemStack

This commit is contained in:
Daniel Walsh 2020-03-11 02:13:58 +00:00 committed by GitHub
parent 865ff25d4c
commit 4c1953ef60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -152,9 +152,9 @@ public class SlimefunItemStack extends CustomItem {
}
/**
* Gets the {@link SlimefunItem} associated for this SlimefunItemStack. Null if no item is found.
* Gets the {@link SlimefunItem} associated for this {@link SlimefunItemStack}. Null if no item is found.
*
* @return The {@link SlimefunItem} for this SlimefunItemStack, null if not found.
* @return The {@link SlimefunItem} for this {@link SlimefunItemStack}, null if not found.
*/
public SlimefunItem getItem() {
return SlimefunItem.getByID(this.id);