Uses of Class
net.minecraft.world.item.BlockItem
Package
Description
-
Uses of BlockItem in net.minecraft.world.item
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
-
Uses of BlockItem in net.neoforged.neoforge.oldtest
Modifier and TypeFieldDescriptionprivate static final DeferredItem
<BlockItem> DeferredRegistryTest.ITEM
private static final DeferredItem
<BlockItem> CustomSoundTypeTest.TEST_STEP_BLOCK_ITEM
-
Uses of BlockItem in net.neoforged.neoforge.oldtest.block
Modifier and TypeFieldDescriptionprivate static final DeferredItem
<BlockItem> FullPotsAccessorDemo.DIORITE_POT_ITEM
private static final DeferredItem
<BlockItem> HideNeighborFaceTest.GLASS_SLAB_ITEM
private static final DeferredItem
<BlockItem> ValidRailShapeTest.RAIL_SLOPE_ITEM
private static final DeferredItem
<BlockItem> CustomBreakSoundTest.TEST_BLOCK_ITEM
static final DeferredItem
<BlockItem> OnTreeGrowBlockTest.TEST_DIRT_ITEM
static final DeferredItem
<BlockItem> OnTreeGrowBlockTest.TEST_GRASS_BLOCK_ITEM
private static final DeferredItem
<BlockItem> RedstoneSidedConnectivityTest.TEST_REDSTONE_BLOCKITEM
-
Uses of BlockItem in net.neoforged.neoforge.oldtest.client
Modifier and TypeFieldDescriptionstatic final DeferredItem
<BlockItem> AmbientOcclusionElementsTest.AO_BLOCK_NO_SHADE_ITEM
static final DeferredItem
<BlockItem> AmbientOcclusionElementsTest.AO_BLOCK_SHADE_ITEM
static final DeferredItem
<BlockItem> AmbientOcclusionElementsTest.NO_AO_BLOCK_NO_SHADE_ITEM
static final DeferredItem
<BlockItem> AmbientOcclusionElementsTest.NO_AO_BLOCK_SHADE_ITEM
static final DeferredItem
<BlockItem> EmissiveElementsTest.TEST_BLOCK_ITEM
-
Uses of BlockItem in net.neoforged.neoforge.oldtest.client.model
Modifier and TypeClassDescriptionprivate static class
Modifier and TypeFieldDescriptionstatic final DeferredItem
<BlockItem> MegaModelTest.TEST_BLOCK_ITEM
private static final DeferredItem
<BlockItem> MultiLayerModelTest.TEST_BLOCK_ITEM
-
Uses of BlockItem in net.neoforged.neoforge.oldtest.misc
Modifier and TypeFieldDescriptionprivate static final DeferredItem
<BlockItem> GameTestTest.ENERGY_BLOCK_ITEM
-
Uses of BlockItem in net.neoforged.neoforge.oldtest.world
Modifier and TypeFieldDescriptionprivate static final DeferredItem
<BlockItem> ForgeChunkManagerTest.CHUNK_LOADER_ITEM
-
Uses of BlockItem in net.neoforged.neoforge.registries
Modifier and TypeMethodDescriptionDeferredRegister.Items.registerSimpleBlockItem
(String name, Supplier<? extends Block> block) Adds a new simpleBlockItem
for the givenBlock
to the list of entries to be registered and returns aDeferredItem
that will be populated with the created item automatically.DeferredRegister.Items.registerSimpleBlockItem
(String name, Supplier<? extends Block> block, Item.Properties properties) Adds a new simpleBlockItem
for the givenBlock
to the list of entries to be registered and returns aDeferredItem
that will be populated with the created item automatically.DeferredRegister.Items.registerSimpleBlockItem
(Holder<Block> block) Adds a new simpleBlockItem
for the givenBlock
to the list of entries to be registered and returns aDeferredItem
that will be populated with the created item automatically.DeferredRegister.Items.registerSimpleBlockItem
(Holder<Block> block, Item.Properties properties) Adds a new simpleBlockItem
for the givenBlock
to the list of entries to be registered and returns aDeferredItem
that will be populated with the created item automatically. -
Uses of BlockItem in net.neoforged.testframework.registration
Modifier 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) Modifier and TypeMethodDescriptionDeferredBlockBuilder.withBlockItem
(Consumer<DeferredItemBuilder<BlockItem>> consumer) DeferredBlockBuilder.withBlockItem
(Item.Properties properties, Consumer<DeferredItemBuilder<BlockItem>> consumer)