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.debug
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.debug.block
Modifier and TypeFieldDescriptionstatic final DeferredItem<BlockItem>
StickyBlockTest.BLUE_BLOCK_ITEM
private static final DeferredItem<BlockItem>
FullPotsAccessorDemo.DIORITE_POT_ITEM
private static final DeferredItem<BlockItem>
HideNeighborFaceTest.GLASS_SLAB_ITEM
private static final DeferredItem<BlockItem>
LevelSensitiveLightBlockTest.LIGHT_BLOCK_ITEM
private static final DeferredItem<BlockItem>
ValidRailShapeTest.RAIL_SLOPE_ITEM
static final DeferredItem<BlockItem>
StickyBlockTest.RED_BLOCK_ITEM
private static final DeferredItem<BlockItem>
PistonEventTest.SHIFT_ON_MOVE_ITEM
private static final DeferredItem<BlockItem>
BlockEntityOnLoadTest.TEST_BLOCK_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
static final DeferredItem<BlockItem>
CustomRespawnTest.TEST_RESPAWN_BLOCK_ITEM
-
Uses of BlockItem in net.neoforged.neoforge.debug.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.debug.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.debug.item
Modifier and TypeFieldDescriptionprivate static final DeferredItem<BlockItem>
TagBasedToolTypesTest.ORE_ITEM
-
Uses of BlockItem in net.neoforged.neoforge.debug.misc
Modifier and TypeFieldDescriptionprivate static final DeferredItem<BlockItem>
GameTestTest.ENERGY_BLOCK_ITEM
-
Uses of BlockItem in net.neoforged.neoforge.debug.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.