Uses of Record Class
net.minecraft.class_9789
Packages that use class_9789
Package
Description
The base package for all Minecraft classes.
-
Uses of class_9789 in net.minecraft
Fields in net.minecraft declared as class_9789Modifier and TypeFieldDescriptionstatic final class_9789
class_9789.field_52012
static final class_9789
class_9789.field_52013
Fields in net.minecraft with type parameters of type class_9789Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<class_9789> class_9789.field_52014
Methods in net.minecraft that return class_9789 -
Uses of class_9789 in net.minecraft.predicate.entity
Fields in net.minecraft.predicate.entity declared as class_9789Modifier and TypeFieldDescriptionprivate class_9789
PlayerPredicate.Builder.gameMode
private final class_9789
PlayerPredicate.gameMode
The field for thegameMode
record component.Methods in net.minecraft.predicate.entity that return class_9789Modifier and TypeMethodDescriptionPlayerPredicate.gameMode()
Returns the value of thegameMode
record component.Methods in net.minecraft.predicate.entity with parameters of type class_9789Constructors in net.minecraft.predicate.entity with parameters of type class_9789ModifierConstructorDescriptionPlayerPredicate
(NumberRange.IntRange experienceLevel, class_9789 class_9789, List<PlayerPredicate.StatMatcher<?>> list, Object2BooleanMap<Identifier> recipes, Map<Identifier, PlayerPredicate.AdvancementPredicate> advancements, Optional<EntityPredicate> optional)