Interface IBlockItemPropertiesProvider
- All Known Subinterfaces:
IDecayBlock
,IDecayBlockIdentifier
- All Known Implementing Classes:
ConnectableLightTechBlock
,DecayBlockBase
,DecayDirtMyceliumBlock
,DecayLiquidBlock
,DecayLogBase
,DecayLogBlock
,DecayPlantMatterBlock
,DecayStrippedLogBlock
,DecaySurfaceMyceliumBlock
,LightCapacitorBlock
,LightConduitBlock
,SolidLightConduitBlock
public interface IBlockItemPropertiesProvider
A lazy utility for forge registries to provide the BlockItem properties of a block.
-
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.world.item.Item.Properties
Returns the properties for this ItemBlock for use in forge registries.
-
Method Details
-
getPropertiesOfItem
net.minecraft.world.item.Item.Properties getPropertiesOfItem()Returns the properties for this ItemBlock for use in forge registries.- Returns:
- The properties for this ItemBlock.
-