diff --git a/src/main/java/de/epiceric/shopchest/nms/SpawnEggMeta.java b/src/main/java/de/epiceric/shopchest/nms/SpawnEggMeta.java index 6a00b14..81a1c87 100644 --- a/src/main/java/de/epiceric/shopchest/nms/SpawnEggMeta.java +++ b/src/main/java/de/epiceric/shopchest/nms/SpawnEggMeta.java @@ -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 null if nbtEntityID is null */