MCPcopy Create free account

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

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

MethodVersionNumber
src/amulet/core/version/version.hpp:37
MethodVersionRange
src/amulet/core/version/version.hpp:162
MethodVersionRangeContainer
src/amulet/core/version/version.hpp:195
Method__add__
Add an iterable of :class:`SelectionBox` classes to this :class:`SelectionGroup`. Note this will construct a new :class:`SelectionGr
src_/amulet/selection/group.py:31
Method__init__
Construct an instance of the :class:`Status` class.
src_/amulet/chunk/components/status.py:84
Methodas_type
Get the generation state in a given format. >>> chunk.status.as_type(StatusFormats.Raw) 2.0 >>> chunk.status.as_type
src_/amulet/chunk/components/status.py:138
Methodblocks
The location of every block in the selection. :return: An Iterator of block locations.
src_/amulet/selection/abstract_selection.py:28
Methodblocks
(self)
src_/amulet/selection/box.py:171
Methodblocks
The location of every block in the selection. >>> group: SelectionGroup >>> for x, y, z in group.blocks: >>> ...
src_/amulet/selection/group.py:60
Methodbounding_box
src/amulet/core/selection/group.cpp:168
Methodbuild_extension
(self, ext)
setup.py:27
Functioncapture_bedrock_blockstate_property_key
"key"=false "key"=true "key"=nbt
src/amulet/core/block/block.cpp:312
Functioncapture_bedrock_blockstate_property_value
src/amulet/core/block/block.cpp:343
Functioncapture_java_blockstate_property_key
key=str
src/amulet/core/block/block.cpp:257
Functioncapture_java_blockstate_property_value
src/amulet/core/block/block.cpp:273
Methodchunk_boxes
An Iterator of chunk coordinates and boxes that intersect the selection and the chunk. >>> selection1: AbstractBaseSelection
src_/amulet/selection/abstract_selection.py:37
Methodchunk_boxes
( self, sub_chunk_size: int = 16 )
src_/amulet/selection/box.py:117
Methodchunk_boxes
( self, sub_chunk_size: int = 16 )
src_/amulet/selection/group.py:146
Methodchunk_count
The number of chunks that intersect the selection. :param sub_chunk_size: The dimension of a sub-chunk. Default 16.
src_/amulet/selection/abstract_selection.py:52
Methodchunk_count
(self, sub_chunk_size: int = 16)
src_/amulet/selection/group.py:136
Methodchunk_locations
An iterable of chunk coordinates that intersect the selection. >>> selection1: AbstractBaseSelection >>> for cx, cz in selec
src_/amulet/selection/abstract_selection.py:61
Functionclass_var_union_sub_func
(match: re.Match)
tools/generate_pybind_stubs.py:29
Methodclosest_vector_intersection
Returns the index for the closest box in the look vector and the multiplier of the look vector to get there. :param origin: The orig
src_/amulet/selection/group.py:225
Methodcontains_biome
src/amulet/core/palette/biome_palette.hpp:59
Methodcontains_block
src/amulet/core/palette/block_palette.hpp:65
Methodcontains_section
src/amulet/core/chunk/component/section_array_map.hpp:105
Functiondecorate
Store f in HANDLERS[vcs][method].
src/amulet/core/_version.py:72
Methoddel
src/amulet/core/chunk/component/block_entity_component.hpp:90
Methoddel_section
src/amulet/core/chunk/component/section_array_map.hpp:123
Methoddeserialise
src/amulet/core/version/version.cpp:20
Methoddeserialise
src/amulet/core/biome/biome.cpp:25
Methoddeserialise
src/amulet/core/palette/block_palette.cpp:14
Methoddeserialise
src/amulet/core/palette/biome_palette.cpp:14
Methoddeserialise
src/amulet/core/block/block.cpp:34
Methoddeserialise
src/amulet/core/block_entity/block_entity.cpp:12
Methoddeserialise
src/amulet/core/chunk/component/section_array_map.cpp:102
Methoddeserialise
src/amulet/core/chunk/component/block_entity_component.cpp:13
Methoddeserialise
Deserialise the component
src/amulet/core/chunk/component/biome_3d_component.cpp:14
Methoddeserialise
src/amulet/core/chunk/component/block_component.cpp:15
Methoddeserialise
src/amulet/core/entity/entity.cpp:12
Functioneq_sub_func
if one - add @overload and overloaded signature
tools/generate_pybind_stubs.py:46
Methodfootprint_area
The 2D area that the selection fills when looking at the selection from above.
src_/amulet/selection/group.py:267
Functiongeneric_alias_sub_func
(match: re.Match)
tools/generate_pybind_stubs.py:83
Methodget_biome
src/amulet/core/chunk/component/biome_3d_component.cpp:21
Methodget_block_entity
src/amulet/core/chunk/component/block_entity_component.cpp:47
Functionget_build_dependencies
()
requirements.py:61
Methodget_component_ids
Component list
src/amulet/core/chunk/chunk.hpp:68
Functionget_hook_dirs
()
src/amulet/core/__pyinstaller/__init__.py:1
Methodget_palette_ptr
src/amulet/core/chunk/component/block_component.hpp:64
Methodget_palette_ptr
src/amulet/core/chunk/component/biome_3d_component.hpp:59
Functionget_requires_for_build_editable
( config_settings: Union[Mapping[str, Union[str, list[str], None]], None] = None, )
build_requires.py:18
Functionget_requires_for_build_wheel
( config_settings: Union[Mapping[str, Union[str, list[str], None]], None] = None, )
build_requires.py:8
Functionget_runtime_dependencies
()
requirements.py:71
Methodget_sections_ptr
src/amulet/core/chunk/component/block_component.hpp:66
Methodget_sections_ptr
src/amulet/core/chunk/component/biome_3d_component.hpp:61
Methodget_size
src/amulet/core/chunk/component/block_entity_component.hpp:49
Methodget_span
src/amulet/core/chunk/component/section_array_map.hpp:46
Functionget_versions
Get version information or return default if unable to do so.
src/amulet/core/_version.py:668
Functiongit_get_keywords
Extract version information from the given file.
src/amulet/core/_version.py:169
Methodinit
src/amulet/core/chunk/component/block_component.hpp:79
Methodinit
BlockEntityComponent
src/amulet/core/chunk/component/block_entity_component.cpp:19
Methodinit
src/amulet/core/chunk/component/biome_3d_component.hpp:74
Functioninit_module
src/amulet/core/_amulet_core.py.cpp:18
Functioninit_module
tests/test_amulet_core/_test_amulet_core.py.cpp:18
Methodintersection
Create and return a new a selection containing the volume that this selection and other both contain. If the selections do not inter
src_/amulet/selection/abstract_selection.py:73
Functionlinkcode_resolve
(domain, info)
docs_source/conf.py:204
Methodmax
src/amulet/core/selection/box.hpp:58
Methodmax_x
src/amulet/core/selection/box.hpp:54
Methodmax_y
src/amulet/core/selection/box.hpp:55
Methodmax_z
src/amulet/core/selection/box.hpp:56
Methodmin
src/amulet/core/selection/box.hpp:57
Methodmin_x
Accessors
src/amulet/core/selection/box.hpp:51
Methodmin_y
src/amulet/core/selection/box.hpp:52
Methodmin_z
src/amulet/core/selection/box.hpp:53
Functionnew_buffer
src/amulet/core/chunk/component/section_array_map.cpp:13
Methodoperator!=
src/amulet/core/selection/group.hpp:77
Methodoperator<=>
Operators
src/amulet/core/selection/box.hpp:81
Methodoperator<=>
Comparison
src/amulet/core/version/version.hpp:68
Methodoperator<=>
Comparison operators
src/amulet/core/version/version.hpp:129
Methodoperator<=>
src/amulet/core/biome/biome.hpp:36
Methodoperator<=>
src/amulet/core/block/block.hpp:78
Methodoperator<=>
src/amulet/core/block/block.hpp:133
Methodoperator==
src/amulet/core/selection/group.hpp:76
Methodoperator==
src/amulet/core/version/version.cpp:124
Methodoperator==
src/amulet/core/version/version.hpp:87
Methodoperator==
src/amulet/core/version/version.hpp:137
Methodoperator==
src/amulet/core/biome/biome.hpp:48
Methodoperator==
src/amulet/core/palette/block_palette.hpp:34
Methodoperator==
src/amulet/core/palette/biome_palette.hpp:30
Methodoperator==
src/amulet/core/block/block.hpp:94
Methodoperator==
src/amulet/core/block/block.hpp:147
Methodoperator==
src/amulet/core/block_entity/block_entity.cpp:17
Methodoperator==
src/amulet/core/entity/entity.cpp:17
Methodoperator[]
Element access
src/amulet/core/version/version.hpp:60
Functionparse_blockstate
src/amulet/core/block/block.cpp:147
Methodpopulate_section
src/amulet/core/chunk/component/section_array_map.cpp:206
Functionregister_vcs_handler
Create decorator to mark a method as the handler of a VCS.
src/amulet/core/_version.py:69
Functionrun_command
Call the given command(s).
src/amulet/core/_version.py:82
Methodserialise
src/amulet/core/version/version.cpp:11
Methodserialise
src/amulet/core/biome/biome.cpp:16
← previousnext →201–300 of 474, ranked by callers