Uses of Class
net.minecraft.predicate.TagPredicate
Packages that use TagPredicate
-
Uses of TagPredicate in net.minecraft.predicate
Methods in net.minecraft.predicate that return TagPredicateModifier and TypeMethodDescriptionstatic <T> TagPredicate<T>
static <T> TagPredicate<T>
TagPredicate.fromJson
(@Nullable JsonElement json, RegistryKey<? extends Registry<T>> registry) static <T> TagPredicate<T>
TagPredicate.unexpected
(TagKey<T> tag) -
Uses of TagPredicate in net.minecraft.predicate.entity
Fields in net.minecraft.predicate.entity with type parameters of type TagPredicateModifier and TypeFieldDescriptionprivate final ImmutableList.Builder<TagPredicate<DamageType>>
DamageSourcePredicate.Builder.tagPredicates
private final List<TagPredicate<DamageType>>
DamageSourcePredicate.tagPredicates
Methods in net.minecraft.predicate.entity with parameters of type TagPredicateModifier and TypeMethodDescriptionDamageSourcePredicate.Builder.tag
(TagPredicate<DamageType> tagPredicate) Constructor parameters in net.minecraft.predicate.entity with type arguments of type TagPredicateModifierConstructorDescriptionDamageSourcePredicate
(List<TagPredicate<DamageType>> tagPredicates, EntityPredicate directEntity, EntityPredicate sourceEntity)