Interface IDecayBlockIdentifier

All Superinterfaces:
IBlockItemPropertiesProvider
All Known Subinterfaces:
IDecayBlock
All Known Implementing Classes:
DecayBlockBase, DecayDirtMyceliumBlock, DecayLiquidBlock, DecayLogBase, DecayLogBlock, DecayPlantMatterBlock, DecayStrippedLogBlock, DecaySurfaceMyceliumBlock

public interface IDecayBlockIdentifier extends IBlockItemPropertiesProvider
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 IDecayBlock
Author:
Eti
  • Method Summary

    Modifier and Type
    Method
    Description
    default net.minecraft.world.item.Item.Properties
    Returns the properties for this ItemBlock for use in forge registries.