147148149150151152153154155156
} public NBTCompound tag() { NBTCompound tag = position.tag(); tag.rename(HOME); NBTByte publicValue = new NBTByte(PUBLIC, isPublic ? (byte) 1 : (byte) 0); tag.put(publicValue); tag.put(invites); return tag; }