ItemMeta doesnt need to be cloneable

This commit is contained in:
themode 2021-04-03 04:07:27 +02:00
parent 0478b696f4
commit d1c10243a8
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ import java.util.List;
import java.util.Map;
import java.util.function.Consumer;
public class ItemMeta implements Cloneable {
public class ItemMeta {
private final ItemMetaBuilder builder;