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

Class LOCKeyTable

tools/parse_languages_loc.py:98–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96 self.entries.append(entry)
97
98class LOCKeyTable:
99 use_unique_ids: bool
100 key_count: ctypes.c_uint
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 1

readMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected