Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
4cc26be8342a80d0959efb4e622b1cc2fd01c47f
PocketMine-MP
/
src
/
data
/
bedrock
/
item
下载当前目录
D
Dylan T.
Implemented bamboo material blocks
2f443e88
创建于
2025年12月21日
历史提交
文件
最后提交记录
最后更新时间
upgrade
Updated NBT library to get new ListTag handling features
7 个月前
BlockItemIdMap.php
Use BedrockDataFiles in more places
3 年前
ItemDeserializer.php
ItemDeserializer: fix doc comment typo
1 年前
ItemSerializer.php
ItemSerializer: avoid slow NBT check hasNamedTag() rebuilds the NBT from item properties to decide if there's any NBT. This is a waste of resources when we then fetch the tag to encode anyway.
8 个月前
ItemSerializerDeserializerRegistrar.php
Implemented bamboo material blocks this required a hack for all-sided logs, since bamboo doesn't have any such block
4 个月前
ItemTypeDeserializeException.php
ItemDeserializer: throw a more specific exception on unknown items
3 年前
ItemTypeSerializeException.php
Fix CS according to new rules
3 年前
SavedItemData.php
ÂInsert PM data version into blockstates, chunks, entities, tiles and level.dat this information will allow us to correct for any bugs introduced by past versions. however, we still need to propagate this information to permit actually using it when loading data.
2 年前
SavedItemStackData.php
First (untested) look at hooking all the itemstack serializer/deserializer stuff together this should address #5063 and related issues, if it works correctly.
3 年前
UnsupportedItemTypeException.php
ItemDeserializer: throw a more specific exception on unknown items
3 年前