Interface SchematicStateFilter


public interface SchematicStateFilter
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.world.level.block.state.BlockState
    filterStates(@Nullable net.minecraft.world.level.block.entity.BlockEntity be, net.minecraft.world.level.block.state.BlockState state)
    This will always be called from the logical server
  • Method Details

    • filterStates

      net.minecraft.world.level.block.state.BlockState filterStates(@Nullable @Nullable net.minecraft.world.level.block.entity.BlockEntity be, net.minecraft.world.level.block.state.BlockState state)
      This will always be called from the logical server