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 TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
-
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.ITEM
private 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_ITEM
private static final DeferredItem
<BlockItem> HideNeighborFaceTest.GLASS_SLAB_ITEM
private static final DeferredItem
<BlockItem> ValidRailShapeTest.RAIL_SLOPE_ITEM
(package private) static final DeferredItem
<BlockItem> ScaffoldingTest.SCAFFOLDING_METHOD_TEST_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
Fields in net.neoforged.neoforge.oldtest.client with type parameters of type BlockItemModifier 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
Subclasses of BlockItem in net.neoforged.neoforge.oldtest.client.modelModifier and TypeClassDescriptionprivate static class
Fields in net.neoforged.neoforge.oldtest.client.model with type parameters of type BlockItemModifier and TypeFieldDescriptionstatic final DeferredItem
<BlockItem> MegaModelTest.TEST_BLOCK_ITEM
private static final DeferredItem
<BlockItem> MultiLayerModelTest.TEST_BLOCK_ITEM
private static final DeferredItem
<BlockItem> TRSRTransformerTest.TEST_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 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
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)