Class SolidPredicate

java.lang.Object
net.minecraft.world.level.levelgen.blockpredicates.StateTestingPredicate
net.minecraft.world.level.levelgen.blockpredicates.SolidPredicate
All Implemented Interfaces:
BiPredicate<WorldGenLevel, BlockPos>, BlockPredicate

@Deprecated public class SolidPredicate extends StateTestingPredicate
Deprecated.
  • Field Details

    • CODEC

      public static final com.mojang.serialization.MapCodec<SolidPredicate> CODEC
      Deprecated.
  • Constructor Details

    • SolidPredicate

      public SolidPredicate(Vec3i offset)
      Deprecated.
  • Method Details