mirror of
https://github.com/Minestom/Minestom.git
synced 2025-03-13 23:29:40 +01:00
Add comment about ItemMetaBuilder#clone
This commit is contained in:
parent
d1d973018e
commit
d34d3a2b50
@ -144,6 +144,7 @@ public abstract class ItemMetaBuilder implements Cloneable {
|
||||
deepClone(builder);
|
||||
return builder;
|
||||
} catch (CloneNotSupportedException e) {
|
||||
// Should never happen, because ItemMetaBuilder implements Cloneable
|
||||
e.printStackTrace();
|
||||
throw new UnsupportedOperationException("Weird thing happened");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user