MCPcopy Create free account
hub / github.com/GRAnimated/MinecraftLCE / read

Method read

tools/parse_languages_loc.py:103–106  ·  view source on GitHub ↗
(self, reader: Reader)

Source from the content-addressed store, hash-verified

101 keys: list
102
103 def read(self, reader: Reader):
104 self.use_unique_ids = reader.read_bool()
105 self.key_count = reader.read_uint()
106 self.keys = reader.read_uint_array(self.key_count)
107
108used_names = {}
109

Callers

nothing calls this directly

Calls 3

read_boolMethod · 0.80
read_uintMethod · 0.80
read_uint_arrayMethod · 0.80

Tested by

no test coverage detected