Iron Block(minecraft:iron_block) 43 Double Stone Slab(minecraft:double_stone_slab) 43:1 Double Sandstone Slab(minecraft:double_stone_slab) 43:2 Double Wooden Slab(minecraft:double_stone_slab) 43:3 Double Cobblestone Slab(minecraft:double_stone_slab) 43:4 Double Brick Slab(minecraft:double_stone...
Iron_of_block 只是一个助记符。www.minecraft-servers-list.org/id-list/ 或 minecraft-ids.grahamedgecombe.com 都有完整的列表
List of Items展開資料表 IDNameAux Values (if applicable) 383 acacia_boat -140 acacia_button 658 acacia_chest_boat 567 acacia_door -812 acacia_double_slab -575 acacia_fence 187 acacia_fence_gate -504 acacia_hanging_sign 161 acacia_leaves 162 acacia_log -742 acacia_planks ...
A searchable Minecraft ID list, containing all item and block IDs from the latest version of Minecraft (1.18) and lower versions (1.17, 1.16, 1.15, 1.14, 1.13, 1.12, 1.8, etc).
IdentifierFull IDShort ID agent 312 56 allay 390 134 area_effect_cloud 95 95 armadillo 5006 142 armor_stand 317 61 arrow 12582992 80 axolotl 4994 130 balloon 107 107 bat 33043 19 bee 378 122 blaze 2859 43 boat 90 90 bogged 1117072 144 breeze 2956 140 breeze_wind_charge_projectile 4194445...
ProbabilityBlockPaletteItem Selection SelectionEventAfterEvent SelectionManager SettingsManager SettingsUIElement SimpleBlockPaletteItem SimpleToolWrapper SimulationState SpeedSettings ThemeSettings TransactionManager UserDefinedTransactionHandle UserDefinedTransactionHand...
Type the name of a material, or a material's ID, into the search box below to instantly search all 115 materials in our database. Optimize Your Experience Click the "Table View" and "Card View" buttons to change the way the items are displayed. Type the name of an item or block, ...
public Block getBlockByExtId(int x, int y, int z) { return this.get(x, y, z).getBlock(); } /** * Returns the metadata associated with the block at the given coordinates in this ExtendedBlockStorage. */ public int getExtBlockMetadata(int x, int y, int z) { IBlock...
Get the list of block types this item can be placed on in Adventure mode. Returnsstring[] Notes: This function can't be called in read-only mode. getComponent getComponent(componentId: T): ItemComponentTypeMap[T] | undefined Gets a component (that represents additional capabilities) for an ...
publicclassBlockInit{// idprivatestaticfinal StringTITANIUM_BLOCK="titanium_block";publicstaticDeferredRegister<Block>BLOCKS=DeferredRegister.create(ForgeRegistries.BLOCKS,TutorialMod.MOD_ID);// 注册一个block需要两步// 1. 需要将这个block添加到ITEM中// 2. 需要将这个block添加到BLOCKS中privatestaticRegistr...