def write(self, nbt: NBTStream): nbt.put_int(len(self.value)) nbt.put(bytes(self.value))
def write(self, nbt: NBTStream): nbt.put_int(self.value)