net.minecraft.world.level.levelgen.blockpredicates

abstract class CombiningPredicate

implements BlockPredicate

egw
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>
e
predicates
field_35061
predicates

Constructor summary

ModifierConstructor
protected (List<BlockPredicate> predicates)

Method summary

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