Uses of Class
net.minecraft.world.item.BlockItem
Packages that use BlockItem
-
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
class
Methods in net.minecraft.world.item with parameters of type BlockItem -
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.