예제 #1
0
 def get_sky_light(self, x: int, y: int, z: int) -> int:
     return chunk_utils.get_nibble_4(self.sky_light_entries,
                                     section.get_index(x, y, z))
예제 #2
0
 def get_data(self, x: int, y: int, z: int) -> int:
     return chunk_utils.get_nibble_4(self.data_entries,
                                     section.get_index(x, y, z))