Uses of Record Class
net.minecraft.class_11068
Packages that use class_11068
Package
Description
The base package for all Minecraft classes.
-
Uses of class_11068 in net.minecraft
Fields in net.minecraft declared as class_11068Fields in net.minecraft with type parameters of type class_11068Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<class_11068> class_11068.field_58940Methods in net.minecraft that return class_11068 -
Uses of class_11068 in net.minecraft.predicate.entity
Fields in net.minecraft.predicate.entity declared as class_11068Modifier and TypeFieldDescriptionprivate final class_11068PlayerPredicate.unlocksThe field for theunlocksrecord component.Fields in net.minecraft.predicate.entity with type parameters of type class_11068Modifier and TypeFieldDescriptionprivate Optional<class_11068> PlayerPredicate.Builder.field_58850Methods in net.minecraft.predicate.entity that return class_11068Modifier and TypeMethodDescriptionPlayerPredicate.unlocks()Returns the value of theunlocksrecord component.Constructors in net.minecraft.predicate.entity with parameters of type class_11068ModifierConstructorDescriptionPlayerPredicate(NumberRange.IntRange experienceLevel, GameModeList gameModeList, List<PlayerPredicate.StatMatcher<?>> list, Object2BooleanMap<RegistryKey<Recipe<?>>> recipes, Map<Identifier, PlayerPredicate.AdvancementPredicate> advancements, Optional<EntityPredicate> optional, Optional<InputPredicate> optional2, class_11068 class_11068)