Fix missing param in javadoc

This commit is contained in:
Eric 2018-07-26 00:02:51 +02:00
parent 9a70df5e01
commit 720fceaba1
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ public class SpawnEggMeta {
}
/**
* @param plugin An instance of the {@link ShopChest} plugin
* @param stack {@link ItemStack} (Spawn Egg) of which the Entity should be gotten
* @return The {@link EntityType} the Spawn Egg will spawn or <b>null</b> if <i>nbtEntityID</i> is null
*/