net.minecraft.world.gen.blockpredicate

public abstract class CombinedBlockPredicate

implements BlockPredicate

net.minecraft.world.level.levelgen.blockpredicates.CombiningPredicate
net.minecraft.world.level.levelgen.blockpredicates.CombiningPredicate
net.minecraft.class_6648
net.minecraft.world.gen.blockpredicate.CombinedBlockPredicate

Field summary

Modifier and TypeField
protected final List<BlockPredicate>
predicates
predicates
field_35061
predicates

Constructor summary

ModifierConstructor
protected (List<BlockPredicate> predicates)

Method summary

Modifier and TypeMethod
public static <T extends CombinedBlockPredicate> com.mojang.serialization.MapCodec<T>
codec(Function<List<BlockPredicate>, T> constructor)
codec(Function<List<BlockPredicate>, T> constructor)
method_38891(Function<List<class_6646>, T> arg0)
buildCodec(Function<List<BlockPredicate>, T> combiner)