MCPcopy Create free account

hub / github.com/Amulet-Team/Amulet-Core / functions

Functions474 in github.com/Amulet-Team/Amulet-Core

Methodserialise
src/amulet/core/palette/block_palette.cpp:4
Methodserialise
src/amulet/core/palette/biome_palette.cpp:4
Methodserialise
src/amulet/core/block/block.cpp:16
Methodserialise
src/amulet/core/block_entity/block_entity.cpp:7
Methodserialise
src/amulet/core/chunk/component/section_array_map.cpp:85
Methodserialise
src/amulet/core/chunk/component/block_entity_component.cpp:9
Methodserialise
src/amulet/core/chunk/component/biome_3d_component.cpp:9
Methodserialise
BlockComponentData
src/amulet/core/chunk/component/block_component.cpp:8
Methodserialise
src/amulet/core/entity/entity.cpp:8
Methodset
src/amulet/core/chunk/component/block_entity_component.hpp:64
MethodsetUp
(self)
tests/test_amulet_core/test_palette/test_block_palette.py:15
MethodsetUp
(self)
tests/test_amulet_core/test_palette/test_biome_palette.py:13
Methodset_base_name
src/amulet/core/block_entity/block_entity.hpp:41
Methodset_base_name
src/amulet/core/entity/entity.hpp:36
Methodset_biome
src/amulet/core/chunk/component/biome_3d_component.cpp:29
Methodset_block
src/amulet/core/chunk/component/block_component.cpp:58
Methodset_block_entity
src/amulet/core/chunk/component/block_entity_component.cpp:55
Methodset_namespace
src/amulet/core/block_entity/block_entity.hpp:30
Methodset_namespace
src/amulet/core/entity/entity.hpp:31
Methodset_x
src/amulet/core/entity/entity.hpp:56
Methodset_y
src/amulet/core/entity/entity.hpp:58
Methodset_z
src/amulet/core/entity/entity.hpp:60
Methodsize
src/amulet/core/selection/group.hpp:42
Functionskip
(app, what, name, obj, would_skip, options)
docs_source/conf.py:192
Methodslice
Converts the :class:`SelectionBox` minimum/maximum coordinates into slice arguments :return: The :class:`SelectionBox` coordinates a
src_/amulet/selection/box.py:179
Functionstr_sub_func
(match: re.Match)
tools/generate_pybind_stubs.py:36
Methodsub_chunk_boxes
An Iterator of sub-chunk coordinates and boxes that intersect the selection and the sub-chunk. >>> selection1: AbstractBaseSelection
src_/amulet/selection/abstract_selection.py:127
Methodsub_chunk_boxes
( self, sub_chunk_size: int = 16 )
src_/amulet/selection/group.py:162
Methodsub_chunk_count
The number of sub-chunks that intersect the selection. :param sub_chunk_size: The dimension of a sub-chunk. Default 16.
src_/amulet/selection/abstract_selection.py:142
Methodsub_chunk_count
(self, sub_chunk_size: int = 16)
src_/amulet/selection/group.py:152
Methodsub_chunk_locations
An iterable of sub-chunk coordinates that intersect the selection. >>> selection1: AbstractBaseSelection >>> for cx, cy, cz
src_/amulet/selection/abstract_selection.py:151
Methodsub_chunk_slice
Get the slice of the box in relative form for a given sub-chunk. >>> SelectionBox((0, 0, 0), (32, 32, 32)).sub_chunk_slice(1, 1, 1)
src_/amulet/selection/box.py:209
Methodsubtract
(self, other: AbstractBaseSelection)
src_/amulet/selection/abstract_selection.py:166
Methodsubtract
Get a :class:`~amulet.api.selection.SelectionGroup` containing boxes that are in self but not in other. This may be empty if other f
src_/amulet/selection/box.py:247
Methodtest
(self)
tests/test_amulet_core/test_version.py:135
Methodtest_attrs
(self)
tests/test_amulet_core/test_selection.py:14
Methodtest_attrs
(self)
tests/test_amulet_core/test_selection.py:169
Functiontest_bedrock_blockstate
tests/test_amulet_core/test_block_.py.cpp:242
Methodtest_bedrock_blockstate
(self)
tests/test_amulet_core/test_block.py:150
Methodtest_bedrock_blockstate_constructor
(self)
tests/test_amulet_core/test_block.py:225
Functiontest_biome_palette
tests/test_amulet_core/test_palette/test_biome_palette_.py.cpp:5
Methodtest_biome_to_index
(self)
tests/test_amulet_core/test_palette/test_biome_palette.py:37
Functiontest_block_compare
tests/test_amulet_core/test_block_.py.cpp:127
Functiontest_block_component
(self: TestCase, chunk: Chunk)
tests/test_amulet_core/test_chunk_components/test_block_component.py:12
Methodtest_block_component
(self)
tests/test_amulet_core/test_chunk_components/test_block_component.py:28
Functiontest_block_ctor_attrs_lvalue
tests/test_amulet_core/test_block_.py.cpp:26
Functiontest_block_ctor_attrs_rvalue
tests/test_amulet_core/test_block_.py.cpp:51
Functiontest_block_ctor_attrs_view
tests/test_amulet_core/test_block_.py.cpp:72
Functiontest_block_equal
tests/test_amulet_core/test_block_.py.cpp:101
Functiontest_block_palette
tests/test_amulet_core/test_palette/test_block_palette_.py.cpp:5
Functiontest_block_serialise
tests/test_amulet_core/test_block_.py.cpp:156
Functiontest_block_stack_compare
tests/test_amulet_core/test_block_.py.cpp:442
Functiontest_block_stack_ctor_args_lvalue
tests/test_amulet_core/test_block_.py.cpp:337
Functiontest_block_stack_ctor_args_rvalue
tests/test_amulet_core/test_block_.py.cpp:414
Functiontest_block_stack_ctor_errors
tests/test_amulet_core/test_block_.py.cpp:436
Functiontest_block_stack_equal
tests/test_amulet_core/test_block_.py.cpp:487
Functiontest_block_stack_serialisation
tests/test_amulet_core/test_block_.py.cpp:525
Methodtest_block_stack_to_index
(self)
tests/test_amulet_core/test_palette/test_block_palette.py:45
Methodtest_bool
(self)
tests/test_amulet_core/test_selection.py:315
Methodtest_bounds
(self)
tests/test_amulet_core/test_selection.py:252
Functiontest_compare
tests/test_amulet_core/test_biome_.py.cpp:85
Functiontest_compare
tests/test_amulet_core/test_block_entity_.py.cpp:40
Methodtest_compare
(self)
tests/test_amulet_core/test_version.py:63
Methodtest_compare
(self)
tests/test_amulet_core/test_biome.py:44
Methodtest_construct
(self)
tests/test_amulet_core/test_selection.py:141
Methodtest_construct
(self)
tests/test_amulet_core/test_block.py:96
Methodtest_construct
(self)
tests/test_amulet_core/test_block_entity.py:67
Methodtest_construct
(self)
tests/test_amulet_core/test_entity.py:113
Methodtest_construct
(self)
tests/test_amulet_core/test_biome.py:15
Methodtest_construct_array
(self)
tests/test_amulet_core/test_chunk_components/test_section_array_map.py:108
Methodtest_construct_buffer
(self)
tests/test_amulet_core/test_chunk_components/test_section_array_map.py:45
Methodtest_construct_buffer_stride
(self)
tests/test_amulet_core/test_chunk_components/test_section_array_map.py:56
Methodtest_construct_errors
(self)
tests/test_amulet_core/test_chunk_components/test_section_array_map.py:125
Methodtest_construct_int
(self)
tests/test_amulet_core/test_chunk_components/test_section_array_map.py:103
Methodtest_construct_np
(self)
tests/test_amulet_core/test_chunk_components/test_section_array_map.py:115
Methodtest_construct_self
(self)
tests/test_amulet_core/test_chunk_components/test_section_array_map.py:37
Methodtest_construct_shape
(self)
tests/test_amulet_core/test_chunk_components/test_section_array_map.py:20
Methodtest_construct_shape_value
(self)
tests/test_amulet_core/test_chunk_components/test_section_array_map.py:30
Methodtest_constructor
(self)
tests/test_amulet_core/test_block.py:281
Methodtest_contains
(self)
tests/test_amulet_core/test_selection.py:81
Methodtest_contains
(self)
tests/test_amulet_core/test_selection.py:267
Methodtest_contains
(self)
tests/test_amulet_core/test_chunk_components/test_section_array_map.py:235
Methodtest_cpp
(self)
tests/test_amulet_core/test_selection.py:9
Methodtest_cpp
(self)
tests/test_amulet_core/test_selection.py:136
Methodtest_cpp
(self)
tests/test_amulet_core/test_block.py:89
Methodtest_cpp
(self)
tests/test_amulet_core/test_block.py:274
Methodtest_cpp
(self)
tests/test_amulet_core/test_chunk.py:11
Methodtest_cpp
(self)
tests/test_amulet_core/test_block_entity.py:60
Methodtest_cpp
(self)
tests/test_amulet_core/test_version.py:13
Methodtest_cpp
(self)
tests/test_amulet_core/test_version.py:130
Methodtest_cpp
(self)
tests/test_amulet_core/test_entity.py:108
Methodtest_cpp
(self)
tests/test_amulet_core/test_biome.py:8
Methodtest_cpp
(self)
tests/test_amulet_core/test_chunk_components/test_biome_3d_component.py:5
Methodtest_cpp
(self)
tests/test_amulet_core/test_chunk_components/test_section_array_map.py:13
Methodtest_cpp
(self)
tests/test_amulet_core/test_chunk_components/test_block_entity_component.py:5
Methodtest_cpp
(self)
tests/test_amulet_core/test_chunk_components/test_block_component.py:21
Methodtest_crop
(self)
tests/test_amulet_core/test_version.py:109
Functiontest_ctror_attrs_lvalue
tests/test_amulet_core/test_biome_.py.cpp:22
Functiontest_ctror_attrs_lvalue
tests/test_amulet_core/test_block_entity_.py.cpp:20
Functiontest_ctror_attrs_rvalue
tests/test_amulet_core/test_biome_.py.cpp:37
← previousnext →301–400 of 474, ranked by callers