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

Method read_uint_array

tools/parse_languages_loc.py:39–43  ·  view source on GitHub ↗
(self, count: int)

Source from the content-addressed store, hash-verified

37 return value
38
39 def read_uint_array(self, count: int):
40 values = []
41 for _ in range(count):
42 values.append(self.read_uint())
43 return values
44
45 def read_short_string_array(self, count: int):
46 values = []

Callers 1

readMethod · 0.80

Calls 1

read_uintMethod · 0.95

Tested by

no test coverage detected