Skip to content

Commit 605e5b4

Browse files
OOPS
1 parent 308571f commit 605e5b4

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

src/main/java/me/flame/menus/components/nbt/LegacyNbt.java

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -36,24 +36,6 @@
3636
import java.lang.reflect.Method;
3737
import java.util.Objects;
3838

39-
/**
40-
* Class to set / get NBT tags from items.
41-
* I hate this class. I hate it. I hate it.
42-
*/
43-
package me.flame.menus.components.nbt;
44-
45-
import org.bukkit.Bukkit;
46-
import org.bukkit.Material;
47-
import org.bukkit.inventory.ItemStack;
48-
import org.jetbrains.annotations.NotNull;
49-
import org.jetbrains.annotations.Nullable;
50-
51-
import java.lang.reflect.Constructor;
52-
import java.lang.reflect.InvocationTargetException;
53-
import java.lang.reflect.Method;
54-
import java.util.Objects;
55-
import java.util.logging.Level;
56-
5739
/**
5840
* Class to set / get NBT tags from items.
5941
* I hate this class. I hate it. I hate it.

0 commit comments

Comments
 (0)