fix: interface definitions
This commit is contained in:
parent
bf4d16c526
commit
1e5fa6215e
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ from typing import List, Optional, Iterable, Tuple
|
|||
def bit_pack(data:Iterable[int], bits:int, size:int): ...
|
||||
|
||||
class Chunk:
|
||||
def __init__(self, x: int, z: int, bitmask: int, ground_up_continuous: bool): ...
|
||||
def __init__(self, x: int, z: int, bitmask: int, ground_up_continuous: bool, block_entities: str): ...
|
||||
def read(self, chunk_data:bytes): ...
|
||||
def merge(self, other:'Chunk'): ...
|
||||
def get_slice(self, y:int) -> Tuple[Tuple[int, ...], ...]: ...
|
||||
|
|
Loading…
Reference in a new issue