Uses of Record Class
net.minecraft.predicate.entity.PlayerUnlocksPredicate
Packages that use PlayerUnlocksPredicate
-
Uses of PlayerUnlocksPredicate in net.minecraft.predicate.entity
Fields in net.minecraft.predicate.entity declared as PlayerUnlocksPredicateModifier and TypeFieldDescriptionstatic final PlayerUnlocksPredicatePlayerUnlocksPredicate.EMPTYprivate final PlayerUnlocksPredicatePlayerPredicate.unlocksThe field for theunlocksrecord component.Fields in net.minecraft.predicate.entity with type parameters of type PlayerUnlocksPredicateModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<PlayerUnlocksPredicate> PlayerUnlocksPredicate.CODECprivate Optional<PlayerUnlocksPredicate> PlayerPredicate.Builder.unlocksMethods in net.minecraft.predicate.entity that return PlayerUnlocksPredicateModifier and TypeMethodDescriptionPlayerUnlocksPredicate.Builder.build()PlayerPredicate.unlocks()Returns the value of theunlocksrecord component.Constructors in net.minecraft.predicate.entity with parameters of type PlayerUnlocksPredicateModifierConstructorDescriptionPlayerPredicate(NumberRange.IntRange experienceLevel, GameModeList gameModeList, List<PlayerPredicate.StatMatcher<?>> list, Object2BooleanMap<RegistryKey<Recipe<?>>> recipes, Map<Identifier, PlayerPredicate.AdvancementPredicate> advancements, Optional<EntityPredicate> optional, Optional<InputPredicate> optional2, PlayerUnlocksPredicate playerUnlocksPredicate)