Interface AkashicFloodfiller
- All Known Implementing Classes:
BlockAkashicBookshelf,BlockAkashicLigature
public interface AkashicFloodfiller
-
Method Summary
Modifier and TypeMethodDescriptiondefault booleancanBeFloodedThrough(net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state, net.minecraft.world.level.Level world) static booleancanItBeFloodedThrough(net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state, net.minecraft.world.level.Level world) static @Nullable net.minecraft.core.BlockPosfloodFillFor(net.minecraft.core.BlockPos start, net.minecraft.world.level.Level world, float skipChance, TriPredicate<net.minecraft.core.BlockPos, net.minecraft.world.level.block.state.BlockState, net.minecraft.world.level.Level> isTarget, int maxRange) static @Nullable net.minecraft.core.BlockPosfloodFillFor(net.minecraft.core.BlockPos start, net.minecraft.world.level.Level world, TriPredicate<net.minecraft.core.BlockPos, net.minecraft.world.level.block.state.BlockState, net.minecraft.world.level.Level> isTarget)
-
Method Details
-
canBeFloodedThrough
default boolean canBeFloodedThrough(net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state, net.minecraft.world.level.Level world) -
floodFillFor
@Nullable static @Nullable net.minecraft.core.BlockPos floodFillFor(net.minecraft.core.BlockPos start, net.minecraft.world.level.Level world, TriPredicate<net.minecraft.core.BlockPos, net.minecraft.world.level.block.state.BlockState, net.minecraft.world.level.Level> isTarget) -
floodFillFor
@Nullable static @Nullable net.minecraft.core.BlockPos floodFillFor(net.minecraft.core.BlockPos start, net.minecraft.world.level.Level world, float skipChance, TriPredicate<net.minecraft.core.BlockPos, net.minecraft.world.level.block.state.BlockState, net.minecraft.world.level.Level> isTarget, int maxRange) -
canItBeFloodedThrough
static boolean canItBeFloodedThrough(net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state, net.minecraft.world.level.Level world)
-