Uses of Class
net.minecraft.predicate.TagPredicate
-
Uses of TagPredicate in net.minecraft.predicate
Modifier 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
Modifier and TypeFieldDescriptionprivate final ImmutableList.Builder<TagPredicate<DamageType>>
DamageSourcePredicate.Builder.tagPredicates
private final List<TagPredicate<DamageType>>
DamageSourcePredicate.tagPredicates
Modifier and TypeMethodDescriptionDamageSourcePredicate.Builder.tag
(TagPredicate<DamageType> tagPredicate) ModifierConstructorDescriptionDamageSourcePredicate
(List<TagPredicate<DamageType>> tagPredicates, EntityPredicate directEntity, EntityPredicate sourceEntity)