Interface SurvivesOnEdenGrass

All Superinterfaces:
org.betterx.bclib.interfaces.SurvivesOn, org.betterx.bclib.interfaces.SurvivesOnBlocks, org.betterx.bclib.interfaces.SurvivesOnSpecialGround
All Known Implementing Classes:
AuritisSaplingBlock

public interface SurvivesOnEdenGrass extends org.betterx.bclib.interfaces.SurvivesOnBlocks
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final List<net.minecraft.world.level.block.Block>
     
  • Method Summary

    Modifier and Type
    Method
    Description
    default List<net.minecraft.world.level.block.Block>
     

    Methods inherited from interface org.betterx.bclib.interfaces.SurvivesOnBlocks

    getSurvivableBlocksString, isSurvivable

    Methods inherited from interface org.betterx.bclib.interfaces.SurvivesOnSpecialGround

    canSurviveOnBottom, canSurviveOnTop, isTerrain, prefixComponent
  • Field Details

    • BLOCKS

      static final List<net.minecraft.world.level.block.Block> BLOCKS
  • Method Details

    • getSurvivableBlocks

      default List<net.minecraft.world.level.block.Block> getSurvivableBlocks()
      Specified by:
      getSurvivableBlocks in interface org.betterx.bclib.interfaces.SurvivesOnBlocks