@override Tag encodeTag() { CompoundTag tag = CompoundTag(); tag.put("contents", contents); return tag; }