Skip to content

Commit 37613f2

Browse files
committed
Remove a weird comment
1 parent 251de5d commit 37613f2

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/main/java/org/mvplugins/multiverse/inventories/util/ItemStackConverter.java

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,6 @@ public static boolean isEmptyItemStack(@Nullable ItemStack itemStack) {
3131
return itemStack == null || itemStack.getType() == Material.AIR || itemStack.getAmount() == 0;
3232
}
3333

34-
// /**
35-
// * Format: `material[custom properties] amount`
36-
// * Example: iron_sword[attribute_modifiers=[{type:"generic.attack_damage",id:"op_damage",amount:10000,operation:"add_value",slot:"mainhand"}]] 1
37-
// *
38-
// * @return
39-
// */
40-
// @Nullable
41-
// public static ItemStack fromString(String item) {
42-
//
43-
// }
44-
4534
@Nullable
4635
public static ItemStack deserialize(Object obj) {
4736
if (obj instanceof ItemStack itemStack) {

0 commit comments

Comments
 (0)