Interface LodestoneBlockFiller.EntryDiscardPredicate

Enclosing class:
LodestoneBlockFiller

public static interface LodestoneBlockFiller.EntryDiscardPredicate
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    shouldDiscard(net.minecraft.world.level.LevelAccessor level, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state)
     
  • Method Details

    • shouldDiscard

      boolean shouldDiscard(net.minecraft.world.level.LevelAccessor level, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state)