mirror of
https://github.com/Minestom/Minestom.git
synced 2024-11-18 00:25:30 +01:00
ItemMeta doesnt need to be cloneable
This commit is contained in:
parent
0478b696f4
commit
d1c10243a8
@ -15,7 +15,7 @@ import java.util.List;
|
|||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
import java.util.function.Consumer;
|
import java.util.function.Consumer;
|
||||||
|
|
||||||
public class ItemMeta implements Cloneable {
|
public class ItemMeta {
|
||||||
|
|
||||||
private final ItemMetaBuilder builder;
|
private final ItemMetaBuilder builder;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user