Uses of Record Class
net.minecraft.advancements.critereon.GameTypePredicate
Packages that use GameTypePredicate
-
Uses of GameTypePredicate in net.minecraft.advancements.critereon
Fields in net.minecraft.advancements.critereon declared as GameTypePredicateModifier and TypeFieldDescriptionstatic final GameTypePredicateGameTypePredicate.ANYprivate GameTypePredicatePlayerPredicate.Builder.gameTypeprivate final GameTypePredicatePlayerPredicate.gameTypeThe field for thegameTyperecord component.static final GameTypePredicateGameTypePredicate.SURVIVAL_LIKEFields in net.minecraft.advancements.critereon with type parameters of type GameTypePredicateModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<GameTypePredicate> GameTypePredicate.CODECMethods in net.minecraft.advancements.critereon that return GameTypePredicateModifier and TypeMethodDescriptionPlayerPredicate.gameType()Returns the value of thegameTyperecord component.static GameTypePredicateMethods in net.minecraft.advancements.critereon with parameters of type GameTypePredicateModifier and TypeMethodDescriptionPlayerPredicate.Builder.setGameType(GameTypePredicate pGameType) Constructors in net.minecraft.advancements.critereon with parameters of type GameTypePredicateModifierConstructorDescriptionPlayerPredicate(MinMaxBounds.Ints level, GameTypePredicate 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.