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 TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassMethods 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 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.