Template:ItemLink(查看源代码) Template:Java Edition(查看源代码) Template:Message box(查看源代码) Template:Msgbox(查看源代码) Template:Nbt(查看源代码) Template:Nbt/sprite(查看源代码) Template:Only(查看源代码) Template:Reflist(查看源代码) Template:STConversion(查看源代码) Template:See also(查看源代...
/edit item 打开物品NBT编辑界面 /edit entity 打开生物实体编辑功能,右键生物实体打开NBT面 /edit tile 打开方块实体编辑功能,右键方块实体打开NBT面 安装&配置 1.安装 下载插件,把插件放入服务端的plugin文件夹下面 2.配置文件 暂时没有,以后会推出快捷页面的编辑功能,可以删除你认为无用的快捷功能使用教程 第一章...
Entry<IBlockState, ItemStack> entry : map.entrySet()) { NBTTagCompound tag = new NBTTagCompound(); NBTTagCompound stateTag = new NBTTagCompound(); NBTUtil.writeBlockState(stateTag, entry.getKey()); tag.setTag("Block", stateTag); tag.setTag("Item", entry.getValue().writeToNBT(new...
src/main/java/org/spout/nbt/holder/ListField.java src/main/java/org/spout/nbt/itemmap/StringMapReader.java src/main/java/org/spout/nbt/regionfile/SimpleRegionFileReader.java src/main/java/org/spout/nbt/stream/EndianSwitchableInputStream.java src/main/java/org/spout/nbt/stream/EndianSwitchableOutpu...
Item Size 28*20*18 Special Features 1 Bluetooth, Touch Screen, WiFi Function Special Features 2 Support Steering Wheel Control Special Features 3 Support Can-Bus Support 1 Netflix, Youtube, GPS Function, Waze Support 2 Mirrorlink Show on Original Display Transport Package Carton Specificat...
Item Size 28*20*18 Special Features 1 Bluetooth, Touch Screen, WiFi Function Special Features 2 Support Steering Wheel Control Special Features 3 Support Can-Bus Support 1 Netflix, Youtube, GPS Function, Waze Support 2 Mirrorlink Show on Original Display Transport Package Carton ...
for (Map.Entry<EnumFacing, Cover> entry : covers.entrySet()) { NBTTagCompound tag = new NBTTagCompound(); tag.setInteger(NBT_DIRECTION, entry.getKey().ordinal()); tag.setTag(NBT_ITEM, entry.getValue().getStack().serializeNBT()); tag.setInteger(NBT_TYPE, entry.getValue().getType()...
I experienced a crash when i open 'dimension1' or 'dimension2' nbt. My character currently was in the overworld, so 'dimension0'. (Also, sidenote: do you know where the filled_map (item) nbt is saved? how do you figure out where what key is?) ...
Search or jump to... Search code, repositories, users, issues, pull requests... Provide feedback We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your...
if(!itemToEnchant.isEmpty()) itemCmp = itemToEnchant.writeToNBT(itemCmp); cmp.setTag(TAG_ITEM, itemCmp); String enchStr = enchants.stream() .map(e -> Enchantment.REGISTRY.getNameForObject(e.enchantment) + "=" + e.enchantmentLevel) .collect(Collectors.joining(",")); cmp.setString(...