Uses of Class
net.minecraft.world.item.BlockItem
Packages that use BlockItem
Package
Description
-
Uses of BlockItem in net.minecraft.world.item
Subclasses of BlockItem in net.minecraft.world.itemModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassMethods in net.minecraft.world.item with parameters of type BlockItem -
Uses of BlockItem in net.neoforged.neoforge.oldtest
Fields in net.neoforged.neoforge.oldtest with type parameters of type BlockItemModifier and TypeFieldDescriptionprivate static final DeferredItem<BlockItem>DeferredRegistryTest.ITEMprivate static final DeferredItem<BlockItem>CustomSoundTypeTest.TEST_STEP_BLOCK_ITEM -
Uses of BlockItem in net.neoforged.neoforge.oldtest.block
Fields in net.neoforged.neoforge.oldtest.block with type parameters of type BlockItemModifier and TypeFieldDescriptionprivate static final DeferredItem<BlockItem>FullPotsAccessorDemo.DIORITE_POT_ITEMprivate static final DeferredItem<BlockItem>HideNeighborFaceTest.GLASS_SLAB_ITEMprivate static final DeferredItem<BlockItem>ValidRailShapeTest.RAIL_SLOPE_ITEMprivate static final DeferredItem<BlockItem>CustomBreakSoundTest.TEST_BLOCK_ITEMstatic final DeferredItem<BlockItem>OnTreeGrowBlockTest.TEST_DIRT_ITEMstatic final DeferredItem<BlockItem>OnTreeGrowBlockTest.TEST_GRASS_BLOCK_ITEMprivate static final DeferredItem<BlockItem>RedstoneSidedConnectivityTest.TEST_REDSTONE_BLOCKITEM -
Uses of BlockItem in net.neoforged.neoforge.oldtest.client
Fields in net.neoforged.neoforge.oldtest.client with type parameters of type BlockItemModifier and TypeFieldDescriptionstatic final DeferredItem<BlockItem>AmbientOcclusionElementsTest.AO_BLOCK_NO_SHADE_ITEMstatic final DeferredItem<BlockItem>AmbientOcclusionElementsTest.AO_BLOCK_SHADE_ITEMstatic final DeferredItem<BlockItem>AmbientOcclusionElementsTest.NO_AO_BLOCK_NO_SHADE_ITEMstatic final DeferredItem<BlockItem>AmbientOcclusionElementsTest.NO_AO_BLOCK_SHADE_ITEMstatic final DeferredItem<BlockItem>EmissiveElementsTest.TEST_BLOCK_ITEM -
Uses of BlockItem in net.neoforged.neoforge.oldtest.client.model
Subclasses of BlockItem in net.neoforged.neoforge.oldtest.client.modelModifier and TypeClassDescriptionprivate static classFields in net.neoforged.neoforge.oldtest.client.model with type parameters of type BlockItemModifier and TypeFieldDescriptionstatic final DeferredItem<BlockItem>MegaModelTest.TEST_BLOCK_ITEMprivate static final DeferredItem<BlockItem>MultiLayerModelTest.TEST_BLOCK_ITEM -
Uses of BlockItem in net.neoforged.neoforge.oldtest.item
Fields in net.neoforged.neoforge.oldtest.item with type parameters of type BlockItemModifier and TypeFieldDescriptionprivate static final DeferredItem<BlockItem>TagBasedToolTypesTest.ORE_ITEM -
Uses of BlockItem in net.neoforged.neoforge.oldtest.misc
Fields in net.neoforged.neoforge.oldtest.misc with type parameters of type BlockItemModifier and TypeFieldDescriptionprivate static final DeferredItem<BlockItem>GameTestTest.ENERGY_BLOCK_ITEM -
Uses of BlockItem in net.neoforged.neoforge.oldtest.world
Fields in net.neoforged.neoforge.oldtest.world with type parameters of type BlockItemModifier and TypeFieldDescriptionprivate static final DeferredItem<BlockItem>ForgeChunkManagerTest.CHUNK_LOADER_ITEM -
Uses of BlockItem in net.neoforged.neoforge.registries
Methods in net.neoforged.neoforge.registries that return types with arguments of type BlockItemModifier and TypeMethodDescriptionDeferredRegister.Items.registerSimpleBlockItem(String name, Supplier<? extends Block> block) Adds a new simpleBlockItemfor the givenBlockto the list of entries to be registered and returns aDeferredItemthat will be populated with the created item automatically.DeferredRegister.Items.registerSimpleBlockItem(String name, Supplier<? extends Block> block, Item.Properties properties) Adds a new simpleBlockItemfor the givenBlockto the list of entries to be registered and returns aDeferredItemthat will be populated with the created item automatically.DeferredRegister.Items.registerSimpleBlockItem(Holder<Block> block) Adds a new simpleBlockItemfor the givenBlockto the list of entries to be registered and returns aDeferredItemthat will be populated with the created item automatically.DeferredRegister.Items.registerSimpleBlockItem(Holder<Block> block, Item.Properties properties) Adds a new simpleBlockItemfor the givenBlockto the list of entries to be registered and returns aDeferredItemthat will be populated with the created item automatically. -
Uses of BlockItem in net.neoforged.testframework.registration
Methods in net.neoforged.testframework.registration that return types with arguments of type BlockItemModifier and TypeMethodDescriptionDeferredItems.registerSimpleBlockItem(String name, Supplier<? extends Block> block) DeferredItems.registerSimpleBlockItem(String name, Supplier<? extends Block> block, Item.Properties properties) DeferredItems.registerSimpleBlockItem(Holder<Block> block) DeferredItems.registerSimpleBlockItem(Holder<Block> block, Item.Properties properties) Method parameters in net.neoforged.testframework.registration with type arguments of type BlockItemModifier and TypeMethodDescriptionDeferredBlockBuilder.withBlockItem(Consumer<DeferredItemBuilder<BlockItem>> consumer) DeferredBlockBuilder.withBlockItem(Item.Properties properties, Consumer<DeferredItemBuilder<BlockItem>> consumer)