mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-04-13 09:41:09 +00:00
Add since to deprecation annotation
This commit is contained in:
parent
b00ec19acf
commit
d4da8b95ff
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ public class CrafterCraftEvent extends BlockEvent implements Cancellable {
|
|||
private List<ItemStack> remainingItems;
|
||||
private boolean cancelled;
|
||||
|
||||
@Deprecated
|
||||
@Deprecated(since = "1.21.4")
|
||||
public CrafterCraftEvent(@NotNull Block theBlock, @NotNull CraftingRecipe recipe, @NotNull ItemStack result) {
|
||||
this(theBlock, recipe, result, new ArrayList<>());
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue