decodeTag method

  1. @override
void decodeTag(
  1. Tag tag
)
override

Implementation

@override
void decodeTag(Tag tag) {
  clientVersion = tag.asCompoundTag().get("version")!.asString();
}