1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 03:35:51 +00:00

Update HiddenItem.java

This commit is contained in:
qwertyuioplkjhgfd 2022-01-20 04:16:16 +00:00 committed by GitHub
parent 6f5f5e585f
commit bf3da7b8d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,8 @@ import io.github.thebusybiscuit.slimefun4.core.attributes.NotConfigurable;
/**
* The {@link HiddenItem} is a {@link NotConfigurable} {@link SlimefunItem}
* that is hidden from the Slimefun guide.
*
* @author char321
*/
public class HiddenItem extends SlimefunItem implements NotConfigurable {