Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Amulet-Team/Amulet-Core
/ functions
Functions
474 in github.com/Amulet-Team/Amulet-Core
⨍
Functions
474
◇
Types & classes
54
↳
Endpoints
1
Method
serialise
src/amulet/core/palette/block_palette.cpp:4
Method
serialise
src/amulet/core/palette/biome_palette.cpp:4
Method
serialise
src/amulet/core/block/block.cpp:16
Method
serialise
src/amulet/core/block_entity/block_entity.cpp:7
Method
serialise
src/amulet/core/chunk/component/section_array_map.cpp:85
Method
serialise
src/amulet/core/chunk/component/block_entity_component.cpp:9
Method
serialise
src/amulet/core/chunk/component/biome_3d_component.cpp:9
Method
serialise
BlockComponentData
src/amulet/core/chunk/component/block_component.cpp:8
Method
serialise
src/amulet/core/entity/entity.cpp:8
Method
set
src/amulet/core/chunk/component/block_entity_component.hpp:64
Method
setUp
(self)
tests/test_amulet_core/test_palette/test_block_palette.py:15
Method
setUp
(self)
tests/test_amulet_core/test_palette/test_biome_palette.py:13
Method
set_base_name
src/amulet/core/block_entity/block_entity.hpp:41
Method
set_base_name
src/amulet/core/entity/entity.hpp:36
Method
set_biome
src/amulet/core/chunk/component/biome_3d_component.cpp:29
Method
set_block
src/amulet/core/chunk/component/block_component.cpp:58
Method
set_block_entity
src/amulet/core/chunk/component/block_entity_component.cpp:55
Method
set_namespace
src/amulet/core/block_entity/block_entity.hpp:30
Method
set_namespace
src/amulet/core/entity/entity.hpp:31
Method
set_x
src/amulet/core/entity/entity.hpp:56
Method
set_y
src/amulet/core/entity/entity.hpp:58
Method
set_z
src/amulet/core/entity/entity.hpp:60
Method
size
src/amulet/core/selection/group.hpp:42
Function
skip
(app, what, name, obj, would_skip, options)
docs_source/conf.py:192
Method
slice
Converts the :class:`SelectionBox` minimum/maximum coordinates into slice arguments :return: The :class:`SelectionBox` coordinates a
src_/amulet/selection/box.py:179
Function
str_sub_func
(match: re.Match)
tools/generate_pybind_stubs.py:36
Method
sub_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
Method
sub_chunk_boxes
( self, sub_chunk_size: int = 16 )
src_/amulet/selection/group.py:162
Method
sub_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
Method
sub_chunk_count
(self, sub_chunk_size: int = 16)
src_/amulet/selection/group.py:152
Method
sub_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
Method
sub_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
Method
subtract
(self, other: AbstractBaseSelection)
src_/amulet/selection/abstract_selection.py:166
Method
subtract
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
Method
test
(self)
tests/test_amulet_core/test_version.py:135
Method
test_attrs
(self)
tests/test_amulet_core/test_selection.py:14
Method
test_attrs
(self)
tests/test_amulet_core/test_selection.py:169
Function
test_bedrock_blockstate
tests/test_amulet_core/test_block_.py.cpp:242
Method
test_bedrock_blockstate
(self)
tests/test_amulet_core/test_block.py:150
Method
test_bedrock_blockstate_constructor
(self)
tests/test_amulet_core/test_block.py:225
Function
test_biome_palette
tests/test_amulet_core/test_palette/test_biome_palette_.py.cpp:5
Method
test_biome_to_index
(self)
tests/test_amulet_core/test_palette/test_biome_palette.py:37
Function
test_block_compare
tests/test_amulet_core/test_block_.py.cpp:127
Function
test_block_component
(self: TestCase, chunk: Chunk)
tests/test_amulet_core/test_chunk_components/test_block_component.py:12
Method
test_block_component
(self)
tests/test_amulet_core/test_chunk_components/test_block_component.py:28
Function
test_block_ctor_attrs_lvalue
tests/test_amulet_core/test_block_.py.cpp:26
Function
test_block_ctor_attrs_rvalue
tests/test_amulet_core/test_block_.py.cpp:51
Function
test_block_ctor_attrs_view
tests/test_amulet_core/test_block_.py.cpp:72
Function
test_block_equal
tests/test_amulet_core/test_block_.py.cpp:101
Function
test_block_palette
tests/test_amulet_core/test_palette/test_block_palette_.py.cpp:5
Function
test_block_serialise
tests/test_amulet_core/test_block_.py.cpp:156
Function
test_block_stack_compare
tests/test_amulet_core/test_block_.py.cpp:442
Function
test_block_stack_ctor_args_lvalue
tests/test_amulet_core/test_block_.py.cpp:337
Function
test_block_stack_ctor_args_rvalue
tests/test_amulet_core/test_block_.py.cpp:414
Function
test_block_stack_ctor_errors
tests/test_amulet_core/test_block_.py.cpp:436
Function
test_block_stack_equal
tests/test_amulet_core/test_block_.py.cpp:487
Function
test_block_stack_serialisation
tests/test_amulet_core/test_block_.py.cpp:525
Method
test_block_stack_to_index
(self)
tests/test_amulet_core/test_palette/test_block_palette.py:45
Method
test_bool
(self)
tests/test_amulet_core/test_selection.py:315
Method
test_bounds
(self)
tests/test_amulet_core/test_selection.py:252
Function
test_compare
tests/test_amulet_core/test_biome_.py.cpp:85
Function
test_compare
tests/test_amulet_core/test_block_entity_.py.cpp:40
Method
test_compare
(self)
tests/test_amulet_core/test_version.py:63
Method
test_compare
(self)
tests/test_amulet_core/test_biome.py:44
Method
test_construct
(self)
tests/test_amulet_core/test_selection.py:141
Method
test_construct
(self)
tests/test_amulet_core/test_block.py:96
Method
test_construct
(self)
tests/test_amulet_core/test_block_entity.py:67
Method
test_construct
(self)
tests/test_amulet_core/test_entity.py:113
Method
test_construct
(self)
tests/test_amulet_core/test_biome.py:15
Method
test_construct_array
(self)
tests/test_amulet_core/test_chunk_components/test_section_array_map.py:108
Method
test_construct_buffer
(self)
tests/test_amulet_core/test_chunk_components/test_section_array_map.py:45
Method
test_construct_buffer_stride
(self)
tests/test_amulet_core/test_chunk_components/test_section_array_map.py:56
Method
test_construct_errors
(self)
tests/test_amulet_core/test_chunk_components/test_section_array_map.py:125
Method
test_construct_int
(self)
tests/test_amulet_core/test_chunk_components/test_section_array_map.py:103
Method
test_construct_np
(self)
tests/test_amulet_core/test_chunk_components/test_section_array_map.py:115
Method
test_construct_self
(self)
tests/test_amulet_core/test_chunk_components/test_section_array_map.py:37
Method
test_construct_shape
(self)
tests/test_amulet_core/test_chunk_components/test_section_array_map.py:20
Method
test_construct_shape_value
(self)
tests/test_amulet_core/test_chunk_components/test_section_array_map.py:30
Method
test_constructor
(self)
tests/test_amulet_core/test_block.py:281
Method
test_contains
(self)
tests/test_amulet_core/test_selection.py:81
Method
test_contains
(self)
tests/test_amulet_core/test_selection.py:267
Method
test_contains
(self)
tests/test_amulet_core/test_chunk_components/test_section_array_map.py:235
Method
test_cpp
(self)
tests/test_amulet_core/test_selection.py:9
Method
test_cpp
(self)
tests/test_amulet_core/test_selection.py:136
Method
test_cpp
(self)
tests/test_amulet_core/test_block.py:89
Method
test_cpp
(self)
tests/test_amulet_core/test_block.py:274
Method
test_cpp
(self)
tests/test_amulet_core/test_chunk.py:11
Method
test_cpp
(self)
tests/test_amulet_core/test_block_entity.py:60
Method
test_cpp
(self)
tests/test_amulet_core/test_version.py:13
Method
test_cpp
(self)
tests/test_amulet_core/test_version.py:130
Method
test_cpp
(self)
tests/test_amulet_core/test_entity.py:108
Method
test_cpp
(self)
tests/test_amulet_core/test_biome.py:8
Method
test_cpp
(self)
tests/test_amulet_core/test_chunk_components/test_biome_3d_component.py:5
Method
test_cpp
(self)
tests/test_amulet_core/test_chunk_components/test_section_array_map.py:13
Method
test_cpp
(self)
tests/test_amulet_core/test_chunk_components/test_block_entity_component.py:5
Method
test_cpp
(self)
tests/test_amulet_core/test_chunk_components/test_block_component.py:21
Method
test_crop
(self)
tests/test_amulet_core/test_version.py:109
Function
test_ctror_attrs_lvalue
tests/test_amulet_core/test_biome_.py.cpp:22
Function
test_ctror_attrs_lvalue
tests/test_amulet_core/test_block_entity_.py.cpp:20
Function
test_ctror_attrs_rvalue
tests/test_amulet_core/test_biome_.py.cpp:37
← previous
next →
301–400 of 474, ranked by callers