Class AllOfBlockPredicate

java.lang.Object
net.minecraft.world.gen.blockpredicate.CombinedBlockPredicate
net.minecraft.world.gen.blockpredicate.AllOfBlockPredicate
All Implemented Interfaces:
BiPredicate<StructureWorldAccess,BlockPos>, BlockPredicate

class AllOfBlockPredicate extends CombinedBlockPredicate
Mappings:
Namespace Name
official dfg
intermediary net/minecraft/class_6644
named net/minecraft/world/gen/blockpredicate/AllOfBlockPredicate
  • Field Details

    • CODEC

      public static final com.mojang.serialization.Codec<AllOfBlockPredicate> CODEC
      Mappings:
      Namespace Name Mixin selector
      official a Ldfg;a:Lcom/mojang/serialization/Codec;
      intermediary field_35052 Lnet/minecraft/class_6644;field_35052:Lcom/mojang/serialization/Codec;
      named CODEC Lnet/minecraft/world/gen/blockpredicate/AllOfBlockPredicate;CODEC:Lcom/mojang/serialization/Codec;
  • Constructor Details

    • AllOfBlockPredicate

      public AllOfBlockPredicate(List<BlockPredicate> predicates)
      Mappings:
      Namespace Name Mixin selector
      official <init> Ldfk;<init>(Ljava/util/List;)V
      intermediary <init> Lnet/minecraft/class_6648;<init>(Ljava/util/List;)V
      named <init> Lnet/minecraft/world/gen/blockpredicate/CombinedBlockPredicate;<init>(Ljava/util/List;)V
  • Method Details

    • test

      public boolean test(StructureWorldAccess structureWorldAccess, BlockPos blockPos)
      Mappings:
      Namespace Name Mixin selector
      official a Ldfg;a(Lckp;Lgp;)Z
      intermediary method_38874 Lnet/minecraft/class_6644;method_38874(Lnet/minecraft/class_5281;Lnet/minecraft/class_2338;)Z
      named test Lnet/minecraft/world/gen/blockpredicate/AllOfBlockPredicate;test(Lnet/minecraft/world/StructureWorldAccess;Lnet/minecraft/util/math/BlockPos;)Z
    • getType

      public BlockPredicateType<?> getType()
      Mappings:
      Namespace Name Mixin selector
      official a Ldfi;a()Ldfj;
      intermediary method_38873 Lnet/minecraft/class_6646;method_38873()Lnet/minecraft/class_6647;
      named getType Lnet/minecraft/world/gen/blockpredicate/BlockPredicate;getType()Lnet/minecraft/world/gen/blockpredicate/BlockPredicateType;