Interface LodestoneBlockFiller.EntryPlacementPredicate

Enclosing class:
LodestoneBlockFiller

public static interface LodestoneBlockFiller.EntryPlacementPredicate
  • Method Summary

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

    • canPlace

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