Uses of Record Class
net.minecraft.advancements.critereon.PlayerPredicate.StatMatcher
Packages that use PlayerPredicate.StatMatcher
- 
Uses of PlayerPredicate.StatMatcher in net.minecraft.advancements.critereonFields in net.minecraft.advancements.critereon with type parameters of type PlayerPredicate.StatMatcherModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<PlayerPredicate.StatMatcher<?>>PlayerPredicate.StatMatcher.CODECprivate final com.google.common.collect.ImmutableList.Builder<PlayerPredicate.StatMatcher<?>>PlayerPredicate.Builder.statsprivate final List<PlayerPredicate.StatMatcher<?>>PlayerPredicate.statsThe field for thestatsrecord component.Methods in net.minecraft.advancements.critereon that return types with arguments of type PlayerPredicate.StatMatcherModifier and TypeMethodDescriptionprivate static <T> com.mojang.serialization.Codec<PlayerPredicate.StatMatcher<T>>PlayerPredicate.StatMatcher.createTypedCodec(StatType<T> p_299086_) PlayerPredicate.stats()Returns the value of thestatsrecord component.Constructor parameters in net.minecraft.advancements.critereon with type arguments of type PlayerPredicate.StatMatcherModifierConstructorDescriptionPlayerPredicate(MinMaxBounds.Ints level, Optional<GameType> gameType, List<PlayerPredicate.StatMatcher<?>> stats, it.unimi.dsi.fastutil.objects.Object2BooleanMap<ResourceLocation> recipes, Map<ResourceLocation, PlayerPredicate.AdvancementPredicate> advancements, Optional<EntityPredicate> lookingAt) Creates an instance of aPlayerPredicaterecord class.