Class ExpandEntityTypePredicate
java.lang.Object
com.blamejared.crafttweaker.natives.predicate.ExpandEntityTypePredicate
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic net.minecraft.advancements.critereon.EntityTypePredicateany()static net.minecraft.advancements.critereon.EntityTypePredicatestatic net.minecraft.advancements.critereon.EntityTypePredicatecreate(net.minecraft.world.entity.EntityType<?> type) static booleanmatches(net.minecraft.advancements.critereon.EntityTypePredicate internal, net.minecraft.world.entity.EntityType<?> type)
-
Constructor Details
-
ExpandEntityTypePredicate
public ExpandEntityTypePredicate()
-
-
Method Details
-
any
public static net.minecraft.advancements.critereon.EntityTypePredicate any() -
create
public static net.minecraft.advancements.critereon.EntityTypePredicate create(net.minecraft.world.entity.EntityType<?> type) -
create
public static net.minecraft.advancements.critereon.EntityTypePredicate create(KnownTag<net.minecraft.world.entity.EntityType<?>> type) -
matches
public static boolean matches(net.minecraft.advancements.critereon.EntityTypePredicate internal, net.minecraft.world.entity.EntityType<?> type)
-