Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
4cc26be8342a80d0959efb4e622b1cc2fd01c47f
PocketMine-MP
/
src
/
data
/
bedrock
/
block
下载当前目录
G
GitHub
Implement Azalea and Flowering Azalea blocks with tree generation (
#6925
)
cf1e30a7
创建于
1月1日
历史提交
文件
最后提交记录
最后更新时间
convert
Implement Azalea and Flowering Azalea blocks with tree generation (#6925)
4 个月前
upgrade
First pass ext-encoding support (high-level network I/O and read-only data) (#6799) This implements ext-encoding only in high-level network I/O (only BedrockProtocol and stuff implemented in PM) and read-only data. This should net a significant performance advantage while being low-risk in the case of critical issues with the extension. Any problems affecting protocol won't do permanent damage while being fairly easy to debug. Next passes will integrate ext-encoding versions of RakLib, RakLibIpc and NBT, as well as generally using ext-encoding for writeable data.
7 个月前
BlockLegacyMetadata.php
Unify block serializers (#6769) This has several advantages: Easier to implement new blocks (one less file to modify) Easier to adjust serialization of existing blocks Guaranteed consistency between serializers and deserializers Potentially, exposes more metadata for programmatic analysis, instead of having everything baked inside opaque Closures There are some exceptions which still use the old approach: big dripleaf, cauldrons, mushroom stems, and pitcher crops. These all have multiple PM block types for a single ID, with relatively complex logic to select which to use. These weren't worth the effort to unify due to their small number. I may revisit this in the future, but I already spent a lot of brainpower on it.
8 个月前
BlockStateData.php
Consolidate Bedrock data version info this ensures we don't have to go into a bunch of randomly scattered files to update version numbers.
11 个月前
BlockStateDeserializeException.php
Throw a more specific exception on unknown block IDs
3 年前
BlockStateDeserializer.php
Namespace rename
3 年前
BlockStateSerializeException.php
Namespace rename
3 年前
BlockStateSerializer.php
Namespace rename
3 年前