Interface IDecayBlockIdentifier
- All Superinterfaces:
IBlockItemPropertiesProvider
- All Known Subinterfaces:
IDecayBlock
- All Known Implementing Classes:
DecayBlockBase
,DecayDirtMyceliumBlock
,DecayLiquidBlock
,DecayLogBase
,DecayLogBlock
,DecayPlantMatterBlock
,DecayStrippedLogBlock
,DecaySurfaceMyceliumBlock
An empty interface for the purpose of identifying Decay blocks. Anything that implements this is a Decay block, but is not guaranteed to have the associated
spreading methods or other functionality - this is exclusively for identity and identity alone.
To check if a Decay block has higher level functions, check for the implementation of
To check if a Decay block has higher level functions, check for the implementation of
IDecayBlock
- Author:
- Eti
-
Method Summary
Modifier and TypeMethodDescriptiondefault net.minecraft.world.item.Item.Properties
Returns the properties for this ItemBlock for use in forge registries.
-
Method Details
-
getPropertiesOfItem
default net.minecraft.world.item.Item.Properties getPropertiesOfItem()Description copied from interface:IBlockItemPropertiesProvider
Returns the properties for this ItemBlock for use in forge registries.- Specified by:
getPropertiesOfItem
in interfaceIBlockItemPropertiesProvider
- Returns:
- The properties for this ItemBlock.
-