Class ExpandStatePropertiesPredicate

java.lang.Object
com.blamejared.crafttweaker.natives.predicate.ExpandStatePropertiesPredicate

@ZenRegister public final class ExpandStatePropertiesPredicate extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static net.minecraft.advancements.critereon.StatePropertiesPredicate
    any()
     
    static net.minecraft.advancements.critereon.StatePropertiesPredicate.Builder
     
    static boolean
    matches(net.minecraft.advancements.critereon.StatePropertiesPredicate internal, net.minecraft.world.level.block.state.BlockState state)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ExpandStatePropertiesPredicate

      public ExpandStatePropertiesPredicate()
  • Method Details

    • any

      public static net.minecraft.advancements.critereon.StatePropertiesPredicate any()
    • create

      public static net.minecraft.advancements.critereon.StatePropertiesPredicate.Builder create()
    • matches

      public static boolean matches(net.minecraft.advancements.critereon.StatePropertiesPredicate internal, net.minecraft.world.level.block.state.BlockState state)