amulet-core 2.0.4a1.post250728120927__cp312-cp312-win_amd64.whl → 2.0.5a1__cp312-cp312-win_amd64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of amulet-core might be problematic. Click here for more details.
- amulet/core/__init__.py +1 -0
- amulet/core/__init__.pyi +1 -1
- amulet/core/_amulet_core.cp312-win_amd64.pyd +0 -0
- amulet/core/_amulet_core.pyi +1 -1
- amulet/core/_version.py +3 -3
- amulet/core/amulet_core.dll +0 -0
- amulet/core/amulet_core.lib +0 -0
- amulet/core/amulet_coreConfig.cmake +2 -0
- amulet/core/biome/__init__.pyi +3 -3
- amulet/core/block/__init__.pyi +9 -9
- amulet/core/block_entity/__init__.pyi +3 -3
- amulet/core/chunk/__init__.pyi +1 -1
- amulet/core/chunk/component/__init__.pyi +1 -1
- amulet/core/chunk/component/block_component.pyi +1 -1
- amulet/core/chunk/component/section_array_map.pyi +42 -26
- amulet/core/entity/__init__.pyi +3 -3
- amulet/core/palette/__init__.pyi +1 -1
- amulet/core/palette/biome_palette.pyi +6 -6
- amulet/core/palette/block_palette.pyi +4 -4
- amulet/core/selection/__init__.pyi +20 -3
- amulet/core/selection/box.hpp +27 -16
- amulet/core/selection/box.pyi +20 -10
- amulet/core/selection/box_group.hpp +89 -0
- amulet/core/selection/{group.pyi → box_group.pyi} +34 -33
- amulet/core/selection/cuboid.hpp +41 -0
- amulet/core/selection/cuboid.pyi +49 -0
- amulet/core/selection/ellipsoid.hpp +42 -0
- amulet/core/selection/ellipsoid.pyi +47 -0
- amulet/core/selection/shape.hpp +73 -0
- amulet/core/selection/shape.pyi +56 -0
- amulet/core/selection/shape_group.hpp +73 -0
- amulet/core/selection/shape_group.pyi +118 -0
- amulet/core/version/__init__.pyi +5 -5
- {amulet_core-2.0.4a1.post250728120927.dist-info → amulet_core-2.0.5a1.dist-info}/METADATA +7 -7
- amulet_core-2.0.5a1.dist-info/RECORD +54 -0
- amulet/core/selection/group.hpp +0 -80
- amulet_core-2.0.4a1.post250728120927.dist-info/RECORD +0 -46
- {amulet_core-2.0.4a1.post250728120927.dist-info → amulet_core-2.0.5a1.dist-info}/WHEEL +0 -0
- {amulet_core-2.0.4a1.post250728120927.dist-info → amulet_core-2.0.5a1.dist-info}/entry_points.txt +0 -0
- {amulet_core-2.0.4a1.post250728120927.dist-info → amulet_core-2.0.5a1.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: amulet-core
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.5a1
|
|
4
4
|
Summary: A Python library for reading/writing Minecraft's various save formats.
|
|
5
5
|
Author: James Clare, Ben Gothard
|
|
6
6
|
Project-URL: Homepage, https://www.amuletmc.com
|
|
@@ -11,12 +11,13 @@ Classifier: Operating System :: OS Independent
|
|
|
11
11
|
Requires-Python: >=3.11
|
|
12
12
|
Description-Content-Type: text/markdown
|
|
13
13
|
Requires-Dist: amulet-compiler-target==2.0
|
|
14
|
-
Requires-Dist: amulet-compiler-version==
|
|
14
|
+
Requires-Dist: amulet-compiler-version==4.1297307203.19
|
|
15
15
|
Requires-Dist: pybind11==3.0.0
|
|
16
|
-
Requires-Dist: amulet-pybind11-extensions~=1.
|
|
16
|
+
Requires-Dist: amulet-pybind11-extensions~=1.2.0.0a0
|
|
17
17
|
Requires-Dist: amulet-io~=1.0.0.0
|
|
18
|
-
Requires-Dist: amulet-
|
|
19
|
-
Requires-Dist: amulet-
|
|
18
|
+
Requires-Dist: amulet-utils~=1.1.3.0a1
|
|
19
|
+
Requires-Dist: amulet-zlib~=1.0.8.0a2
|
|
20
|
+
Requires-Dist: amulet-nbt~=5.0.2.0a1
|
|
20
21
|
Requires-Dist: numpy~=2.0
|
|
21
22
|
Provides-Extra: docs
|
|
22
23
|
Requires-Dist: Sphinx>=1.7.4; extra == "docs"
|
|
@@ -27,14 +28,13 @@ Requires-Dist: setuptools>=42; extra == "dev"
|
|
|
27
28
|
Requires-Dist: versioneer; extra == "dev"
|
|
28
29
|
Requires-Dist: packaging; extra == "dev"
|
|
29
30
|
Requires-Dist: wheel; extra == "dev"
|
|
30
|
-
Requires-Dist: amulet_pybind11_extensions~=1.0; extra == "dev"
|
|
31
31
|
Requires-Dist: pybind11_stubgen>=2.5.4; extra == "dev"
|
|
32
32
|
Requires-Dist: black>=22.3; extra == "dev"
|
|
33
33
|
Requires-Dist: isort; extra == "dev"
|
|
34
34
|
Requires-Dist: autoflake; extra == "dev"
|
|
35
35
|
Requires-Dist: mypy; extra == "dev"
|
|
36
36
|
Requires-Dist: types-pyinstaller; extra == "dev"
|
|
37
|
-
Requires-Dist: amulet-test-utils~=1.
|
|
37
|
+
Requires-Dist: amulet-test-utils~=1.3; extra == "dev"
|
|
38
38
|
Dynamic: requires-dist
|
|
39
39
|
|
|
40
40
|
# Amulet Core
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
amulet/core/__init__.py,sha256=3OSfdYsczg_YNIY2Vv_Rit2Ob61sNt3Bo9mE1Ixx8Sg,978
|
|
2
|
+
amulet/core/__init__.pyi,sha256=qhxaM6yfnVWokiy9uzRktnKtWJYc2zy_gH3_rh4SxKI,456
|
|
3
|
+
amulet/core/_amulet_core.cp312-win_amd64.pyd,sha256=Q3PF1SnKAjIwTBaOcT8UQj6-u8F7WibTLA-pCCkSCi8,795648
|
|
4
|
+
amulet/core/_amulet_core.pyi,sha256=ysIiVDNTMxy3kdBKGkDXr0EDyhZqMITrH_ywsm0HAwM,134
|
|
5
|
+
amulet/core/_version.py,sha256=mETEQ4ANIIYXuyFSMhjSZwGmU0K2PsT92z1OcojPoxE,520
|
|
6
|
+
amulet/core/amulet_core.dll,sha256=3tFNQSxLh78s8FJxyzpexeDtW48skC9csGAx15rGGF0,221696
|
|
7
|
+
amulet/core/amulet_core.lib,sha256=oiaTgzWvQtrPfiFcz6zG6rH1Nz2kCjkpQAu71dbmoN0,98444
|
|
8
|
+
amulet/core/amulet_coreConfig.cmake,sha256=iwFn1KmAr-rFh3jafs52FAnTArYjPEd2eVs0w2gidEA,987
|
|
9
|
+
amulet/core/dll.hpp,sha256=pyhd9lh570R1Qi7TPPnKoiB-fAFmQan8Vnk-oZmuK70,586
|
|
10
|
+
amulet/core/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
+
amulet/core/__pyinstaller/__init__.py,sha256=vNM3T3GSrs58ywzILHdIsQP2sglKq6Jn4qwCGC3CZVQ,56
|
|
12
|
+
amulet/core/__pyinstaller/hook-amulet.core.py,sha256=AmV845T4BRjex63_T_KCeKLUlV0DxEk6aWsUJaLqyGE,172
|
|
13
|
+
amulet/core/biome/__init__.pyi,sha256=O3MhAFUQnHRmrM0LNrVZaH4GZGpu0cOqF9M05m1KJPI,2170
|
|
14
|
+
amulet/core/biome/biome.hpp,sha256=6RftLCHa4jVLr3lmRU8RIuA4K5REU-1J8SmJts7Ty0Y,1539
|
|
15
|
+
amulet/core/block/__init__.pyi,sha256=FiH9ZQpGuxa8B9TtdBsozs6NNDYt9jNhuChX1azmBpM,9696
|
|
16
|
+
amulet/core/block/block.hpp,sha256=iRZyFKwfM7tbiXaHN6MNZeedpVr8SZkkKPPm20Tkgbo,4702
|
|
17
|
+
amulet/core/block_entity/__init__.pyi,sha256=QQ-3_RywLfvpEbN7SGgmTdVNwHb9xZxo56DMg01iEz8,2172
|
|
18
|
+
amulet/core/block_entity/block_entity.hpp,sha256=q_8rzz4JCQ-L4q025G-ooQ2G47Hf6hyn3Wou4GZZ1Dc,2277
|
|
19
|
+
amulet/core/chunk/__init__.pyi,sha256=35RyNsGhktLv6LfJkQRJ-OONR947y1HHac6D4NjaOGo,1957
|
|
20
|
+
amulet/core/chunk/chunk.hpp,sha256=r3s5nPd60XwTyulG8xA7VdPH72OwDFwD-32faKp75ds,3915
|
|
21
|
+
amulet/core/chunk/component/__init__.pyi,sha256=U_-nIa6YXnTMnrj2BQCt-sU2mSu8klfvf9-m9722Xj0,461
|
|
22
|
+
amulet/core/chunk/component/biome_3d_component.hpp,sha256=qtBGznXfxGh44GMrm5QwjyooCLhIXySuozyRWuBo1cA,3281
|
|
23
|
+
amulet/core/chunk/component/block_component.hpp,sha256=JFk1O1IBWWX9-blvQN0Kv1xNUuWYWpMxkPB6jzIoG2w,3361
|
|
24
|
+
amulet/core/chunk/component/block_component.pyi,sha256=Yc2ACyeHLOacLqdpA9WyoWkgelLoJNhZa88d2rKSD60,895
|
|
25
|
+
amulet/core/chunk/component/block_entity_component.hpp,sha256=wCv7Im03GqPoTLmtt0bmvxrS12kJN_qjzqONuRZ2YmE,3918
|
|
26
|
+
amulet/core/chunk/component/section_array_map.hpp,sha256=V_WAG56rz3SAUWMMLgoPAhY3faH3t4Egg9_PsSERueE,3855
|
|
27
|
+
amulet/core/chunk/component/section_array_map.pyi,sha256=H2pNAew6qkqKlWPvHW70jMHVIic9wqDT6GcsBuNpW-4,4072
|
|
28
|
+
amulet/core/entity/__init__.pyi,sha256=KGtjf-QjJijeutbvkhK7S4bwwjrelaUdrR2DqVaA6NI,2676
|
|
29
|
+
amulet/core/entity/entity.hpp,sha256=02TsWsA2XNmULM92lx0Wby-exVur4Myncu_IY_a2KQ4,2911
|
|
30
|
+
amulet/core/palette/__init__.pyi,sha256=NHmuFpb2lAK09E9cNb_w9udk0zPpHbg06MraZbEGKZ8,295
|
|
31
|
+
amulet/core/palette/biome_palette.hpp,sha256=V4OWp4TpLu0rXnyFM-UyP5rFzWhmtqP5MWbDjQC0nX8,2033
|
|
32
|
+
amulet/core/palette/biome_palette.pyi,sha256=CTyougV7bGGSSZ-KLl2VUY2hRj9-QXK8qDILMsNPozc,1843
|
|
33
|
+
amulet/core/palette/block_palette.hpp,sha256=e_LLR444vkbMO3KR5xhx0scIcgfd1HqEKyMiwqXqheY,2307
|
|
34
|
+
amulet/core/palette/block_palette.pyi,sha256=Q5MN_9VdLVuiMGHwM0IX_Eu3CHl9SqlMgju2aNhOMTs,1975
|
|
35
|
+
amulet/core/selection/__init__.pyi,sha256=CAgbMuQfTXdLZAin7QPJnrXnc1JLW5h3GO4BeUWsY5Q,744
|
|
36
|
+
amulet/core/selection/box.hpp,sha256=eQXFQMmfS7g7qrelM7WtZ6lEhiS0Lll1J04U49-qhpk,3203
|
|
37
|
+
amulet/core/selection/box.pyi,sha256=RtHF0-4xUz7NzVx5gPqMvO-xtBb21zgDK_U_F0ZHcsM,7166
|
|
38
|
+
amulet/core/selection/box_group.hpp,sha256=DHh2a08DCqJkNEdPq3BKeTAs_ORAqxJtxIAmWkFj2FQ,2261
|
|
39
|
+
amulet/core/selection/box_group.pyi,sha256=cx3L-bx_cGdoiEP67urXDWl8mAdmsE7z16zY18IFEpY,6788
|
|
40
|
+
amulet/core/selection/cuboid.hpp,sha256=dE9MD0dvtFzCTJeYz_bH2zQHnpEAtheZTATAtBQ7U2g,1137
|
|
41
|
+
amulet/core/selection/cuboid.pyi,sha256=v9-8G1XNqzREwVJBPSlD07IpntrS7EQwmWmP5ywgqYI,1561
|
|
42
|
+
amulet/core/selection/ellipsoid.hpp,sha256=yyaun4O9cTq0j2cRA9vmDPWME3snFL4flGPlK33ykcw,1240
|
|
43
|
+
amulet/core/selection/ellipsoid.pyi,sha256=UBXhS4o7-B6QVRTaYYhRUMNvzXcULTsfd4BTEk194l0,1492
|
|
44
|
+
amulet/core/selection/shape.hpp,sha256=f1LcDYm37EC4QUUbh1E68OEi-sApwhb5348whJsaTjI,2020
|
|
45
|
+
amulet/core/selection/shape.pyi,sha256=laitz9y2Gb2JFYkiVak5Sy-01ePUJbbPDcA4sEHMQZE,1547
|
|
46
|
+
amulet/core/selection/shape_group.hpp,sha256=Cn1Wo4bHLjcVcqo9IF8jdMaH9LSCx4Jv6SRPoFH65Ro,1858
|
|
47
|
+
amulet/core/selection/shape_group.pyi,sha256=Ik1sWCC0vJ8MHGJmvPiXtQEZkU2HVCFeb_7Q4lGycTE,3927
|
|
48
|
+
amulet/core/version/__init__.pyi,sha256=yBPn3RivWayjrFGm9WhuIgjt0Aro6ubWAUBcb-ZUwZ0,4279
|
|
49
|
+
amulet/core/version/version.hpp,sha256=yVc_uhBgmHQ0Evo73rXXoRwSQMHakUQxSYR3_fu2KH4,6506
|
|
50
|
+
amulet_core-2.0.5a1.dist-info/METADATA,sha256=2YgrjPzDCZRNuATe0fEXZuJ0O2ZJIf4OUXyRSRszOgw,5025
|
|
51
|
+
amulet_core-2.0.5a1.dist-info/WHEEL,sha256=8UP9x9puWI0P1V_d7K2oMTBqfeLNm21CTzZ_Ptr0NXU,101
|
|
52
|
+
amulet_core-2.0.5a1.dist-info/entry_points.txt,sha256=a64mqk_dgbzVyk-pz0WKpK6kNAhIGdVT9DO2VqDIAc8,68
|
|
53
|
+
amulet_core-2.0.5a1.dist-info/top_level.txt,sha256=3ZqHzNDiIb9kV8TwSeeXxK_9haSrsu631Qe4ndDo0rc,7
|
|
54
|
+
amulet_core-2.0.5a1.dist-info/RECORD,,
|
amulet/core/selection/group.hpp
DELETED
|
@@ -1,80 +0,0 @@
|
|
|
1
|
-
#pragma once
|
|
2
|
-
|
|
3
|
-
#include <array>
|
|
4
|
-
#include <concepts>
|
|
5
|
-
#include <ranges>
|
|
6
|
-
#include <set>
|
|
7
|
-
|
|
8
|
-
#include <amulet/core/dll.hpp>
|
|
9
|
-
|
|
10
|
-
#include "box.hpp"
|
|
11
|
-
|
|
12
|
-
namespace Amulet {
|
|
13
|
-
|
|
14
|
-
class SelectionBox;
|
|
15
|
-
|
|
16
|
-
class SelectionGroup {
|
|
17
|
-
private:
|
|
18
|
-
std::set<SelectionBox> _boxes;
|
|
19
|
-
|
|
20
|
-
public:
|
|
21
|
-
// Constructors
|
|
22
|
-
SelectionGroup() {};
|
|
23
|
-
SelectionGroup(const SelectionBox& box)
|
|
24
|
-
{
|
|
25
|
-
_boxes.insert(box);
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
template <typename Iterable>
|
|
29
|
-
requires std::ranges::input_range<Iterable> && std::convertible_to<std::ranges::range_value_t<Iterable>, const SelectionBox&>
|
|
30
|
-
SelectionGroup(const Iterable& boxes)
|
|
31
|
-
{
|
|
32
|
-
for (const SelectionBox& box : boxes) {
|
|
33
|
-
_boxes.emplace(box);
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
// Accessors
|
|
38
|
-
const std::set<SelectionBox>& selection_boxes() const
|
|
39
|
-
{
|
|
40
|
-
return _boxes;
|
|
41
|
-
}
|
|
42
|
-
size_t size() const
|
|
43
|
-
{
|
|
44
|
-
return _boxes.size();
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
// Bounds
|
|
48
|
-
AMULET_CORE_EXPORT std::int64_t min_x() const;
|
|
49
|
-
AMULET_CORE_EXPORT std::int64_t min_y() const;
|
|
50
|
-
AMULET_CORE_EXPORT std::int64_t min_z() const;
|
|
51
|
-
AMULET_CORE_EXPORT std::int64_t max_x() const;
|
|
52
|
-
AMULET_CORE_EXPORT std::int64_t max_y() const;
|
|
53
|
-
AMULET_CORE_EXPORT std::int64_t max_z() const;
|
|
54
|
-
AMULET_CORE_EXPORT std::array<std::int64_t, 3> min() const;
|
|
55
|
-
AMULET_CORE_EXPORT std::array<std::int64_t, 3> max() const;
|
|
56
|
-
AMULET_CORE_EXPORT std::pair<
|
|
57
|
-
std::array<std::int64_t, 3>,
|
|
58
|
-
std::array<std::int64_t, 3>>
|
|
59
|
-
bounds() const;
|
|
60
|
-
AMULET_CORE_EXPORT SelectionBox bounding_box() const;
|
|
61
|
-
|
|
62
|
-
// Contains and intersects
|
|
63
|
-
AMULET_CORE_EXPORT bool contains_block(std::int64_t x, std::int64_t y, std::int64_t z) const;
|
|
64
|
-
AMULET_CORE_EXPORT bool contains_point(double x, double y, double z) const;
|
|
65
|
-
AMULET_CORE_EXPORT bool intersects(const SelectionBox& other) const;
|
|
66
|
-
AMULET_CORE_EXPORT bool intersects(const SelectionGroup& other) const;
|
|
67
|
-
|
|
68
|
-
// Transform
|
|
69
|
-
AMULET_CORE_EXPORT SelectionGroup translate(std::int64_t dx, std::int64_t dy, std::int64_t dz) const;
|
|
70
|
-
|
|
71
|
-
// Operators
|
|
72
|
-
operator bool() const
|
|
73
|
-
{
|
|
74
|
-
return !_boxes.empty();
|
|
75
|
-
}
|
|
76
|
-
bool operator==(const SelectionGroup& rhs) const = default;
|
|
77
|
-
bool operator!=(const SelectionGroup& rhs) const = default;
|
|
78
|
-
};
|
|
79
|
-
|
|
80
|
-
}
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
amulet/core/__init__.py,sha256=XSgXjSNSWxln5yn1US9dA7fLkB2ZgpHNu-Zd2i8AyWU,953
|
|
2
|
-
amulet/core/__init__.pyi,sha256=jotQVbNN5yY9FNylZK06uFftYXdvra6cd8IjV8E2DuA,445
|
|
3
|
-
amulet/core/_amulet_core.cp312-win_amd64.pyd,sha256=qJ7F73Gnb5Ky9Z0ZPdbwobRN45_iIexAZM4vmiGEvcA,675328
|
|
4
|
-
amulet/core/_amulet_core.pyi,sha256=6KCygVcKCdfcpjegv7RMDgxKh9M6F-IHNhPUNGZAlyQ,123
|
|
5
|
-
amulet/core/_version.py,sha256=uRg4er4UDUNETtY-4yZPjwYgCM8HHGu2EHo5TeHmI1o,520
|
|
6
|
-
amulet/core/amulet_core.dll,sha256=uj177s5VFnpeix9mFeNhBJwO4dZRdsgjJlPDvzpZFuY,157184
|
|
7
|
-
amulet/core/amulet_core.lib,sha256=EvQGjRGscV1gYXRPMFyL-P3JuTUYH-Yfyx5tlUoa_04,45970
|
|
8
|
-
amulet/core/amulet_coreConfig.cmake,sha256=lIMT2iokqBGeWo1_gHlYIXNDge5htq7orPeRiqBZuFg,876
|
|
9
|
-
amulet/core/dll.hpp,sha256=pyhd9lh570R1Qi7TPPnKoiB-fAFmQan8Vnk-oZmuK70,586
|
|
10
|
-
amulet/core/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
-
amulet/core/__pyinstaller/__init__.py,sha256=vNM3T3GSrs58ywzILHdIsQP2sglKq6Jn4qwCGC3CZVQ,56
|
|
12
|
-
amulet/core/__pyinstaller/hook-amulet.core.py,sha256=AmV845T4BRjex63_T_KCeKLUlV0DxEk6aWsUJaLqyGE,172
|
|
13
|
-
amulet/core/biome/__init__.pyi,sha256=rRxGRmd4vq1BlYysmo0SdRYEVzNzyGTbn_hpRHrrdIk,2157
|
|
14
|
-
amulet/core/biome/biome.hpp,sha256=6RftLCHa4jVLr3lmRU8RIuA4K5REU-1J8SmJts7Ty0Y,1539
|
|
15
|
-
amulet/core/block/__init__.pyi,sha256=Iv3EYrZ1JPM-37_AYEHVlUK_s_qhctUJunYewmRs1Yg,9684
|
|
16
|
-
amulet/core/block/block.hpp,sha256=iRZyFKwfM7tbiXaHN6MNZeedpVr8SZkkKPPm20Tkgbo,4702
|
|
17
|
-
amulet/core/block_entity/__init__.pyi,sha256=95L-jlRnn4hTin13m_7f72M0uFkP4DQNE1T1PsA3eys,2159
|
|
18
|
-
amulet/core/block_entity/block_entity.hpp,sha256=q_8rzz4JCQ-L4q025G-ooQ2G47Hf6hyn3Wou4GZZ1Dc,2277
|
|
19
|
-
amulet/core/chunk/__init__.pyi,sha256=3CXjNyVx1FXuUeAZ0MdQgwPeFMY_63incYHG3IQxwqY,1946
|
|
20
|
-
amulet/core/chunk/chunk.hpp,sha256=r3s5nPd60XwTyulG8xA7VdPH72OwDFwD-32faKp75ds,3915
|
|
21
|
-
amulet/core/chunk/component/__init__.pyi,sha256=stjIjJy7yTVxicTbxsUh6H_57BvHRiNexqTWA0khlyQ,450
|
|
22
|
-
amulet/core/chunk/component/biome_3d_component.hpp,sha256=qtBGznXfxGh44GMrm5QwjyooCLhIXySuozyRWuBo1cA,3281
|
|
23
|
-
amulet/core/chunk/component/block_component.hpp,sha256=JFk1O1IBWWX9-blvQN0Kv1xNUuWYWpMxkPB6jzIoG2w,3361
|
|
24
|
-
amulet/core/chunk/component/block_component.pyi,sha256=NaaPkl9wFP0331XMGmoGD2dQH_sjdspuc3Bm5HigzkE,884
|
|
25
|
-
amulet/core/chunk/component/block_entity_component.hpp,sha256=wCv7Im03GqPoTLmtt0bmvxrS12kJN_qjzqONuRZ2YmE,3918
|
|
26
|
-
amulet/core/chunk/component/section_array_map.hpp,sha256=V_WAG56rz3SAUWMMLgoPAhY3faH3t4Egg9_PsSERueE,3855
|
|
27
|
-
amulet/core/chunk/component/section_array_map.pyi,sha256=FVsobxk9dAqmjj0YbhO9HOC6h9LSjVHIvk-pDIX1NgU,3380
|
|
28
|
-
amulet/core/entity/__init__.pyi,sha256=fuw6s2Yofb__qe9yN1zuzY2XZ5D32ekAcKJmbtGhy8o,2663
|
|
29
|
-
amulet/core/entity/entity.hpp,sha256=02TsWsA2XNmULM92lx0Wby-exVur4Myncu_IY_a2KQ4,2911
|
|
30
|
-
amulet/core/palette/__init__.pyi,sha256=_QLcDg5WSp-Y67CAUoa-EmA6zptftMvJtX8FfeDZJM8,284
|
|
31
|
-
amulet/core/palette/biome_palette.hpp,sha256=V4OWp4TpLu0rXnyFM-UyP5rFzWhmtqP5MWbDjQC0nX8,2033
|
|
32
|
-
amulet/core/palette/biome_palette.pyi,sha256=ouCF-PidfUr4UhGcX3umtuFc1m3tNi4zLmW9o9Xwd18,1755
|
|
33
|
-
amulet/core/palette/block_palette.hpp,sha256=e_LLR444vkbMO3KR5xhx0scIcgfd1HqEKyMiwqXqheY,2307
|
|
34
|
-
amulet/core/palette/block_palette.pyi,sha256=TV76JhWSiSGVtsJ-SVisfV2pXdwZ3j9MYH4qbsxJeLo,1898
|
|
35
|
-
amulet/core/selection/__init__.pyi,sha256=STDthuVyAmuNrLp_uCvy-Nn54k8dzKZV1d0jM_KHu4g,238
|
|
36
|
-
amulet/core/selection/box.hpp,sha256=WfQiXqRMSbaaxnVhpfdP4VzDhSIx3mnnakoGrZKv2aQ,3031
|
|
37
|
-
amulet/core/selection/box.pyi,sha256=NdfcsRQEzlS5696D_UOePOzJNbg-YVxdjsVqrR84y_c,6863
|
|
38
|
-
amulet/core/selection/group.hpp,sha256=xK07faXoiVePn9v7sJ_oZJfie3lqgzcOuGkdRe4BsUA,2292
|
|
39
|
-
amulet/core/selection/group.pyi,sha256=dGXFuDJR77S2iTF-Kbwh1C6AxijQQiUY_a7s6ODaUPQ,6619
|
|
40
|
-
amulet/core/version/__init__.pyi,sha256=GjP25QNT6-zHaulDMpFBg0RK4ggwcmR0LvKTvhW1Rio,4264
|
|
41
|
-
amulet/core/version/version.hpp,sha256=yVc_uhBgmHQ0Evo73rXXoRwSQMHakUQxSYR3_fu2KH4,6506
|
|
42
|
-
amulet_core-2.0.4a1.post250728120927.dist-info/METADATA,sha256=NMX5RE2nj4gxQdwx5RznroF0zUlyjl2ugnKSF-D3edc,5081
|
|
43
|
-
amulet_core-2.0.4a1.post250728120927.dist-info/WHEEL,sha256=8UP9x9puWI0P1V_d7K2oMTBqfeLNm21CTzZ_Ptr0NXU,101
|
|
44
|
-
amulet_core-2.0.4a1.post250728120927.dist-info/entry_points.txt,sha256=a64mqk_dgbzVyk-pz0WKpK6kNAhIGdVT9DO2VqDIAc8,68
|
|
45
|
-
amulet_core-2.0.4a1.post250728120927.dist-info/top_level.txt,sha256=3ZqHzNDiIb9kV8TwSeeXxK_9haSrsu631Qe4ndDo0rc,7
|
|
46
|
-
amulet_core-2.0.4a1.post250728120927.dist-info/RECORD,,
|
|
File without changes
|
{amulet_core-2.0.4a1.post250728120927.dist-info → amulet_core-2.0.5a1.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{amulet_core-2.0.4a1.post250728120927.dist-info → amulet_core-2.0.5a1.dist-info}/top_level.txt
RENAMED
|
File without changes
|