Uses of Record Class
net.minecraft.world.GameModeList
-
Uses of GameModeList in net.minecraft.predicate.entity
Modifier and TypeFieldDescriptionprivate GameModeList
PlayerPredicate.Builder.gameMode
private final GameModeList
PlayerPredicate.gameMode
The field for thegameMode
record component.Modifier and TypeMethodDescriptionPlayerPredicate.gameMode()
Returns the value of thegameMode
record component.ModifierConstructorDescriptionPlayerPredicate
(NumberRange.IntRange experienceLevel, GameModeList gameModeList, List<PlayerPredicate.StatMatcher<?>> list, Object2BooleanMap<Identifier> recipes, Map<Identifier, PlayerPredicate.AdvancementPredicate> advancements, Optional<EntityPredicate> optional) -
Uses of GameModeList in net.minecraft.world
Modifier and TypeFieldDescriptionstatic final GameModeList
GameModeList.ALL
static final GameModeList
GameModeList.SURVIVAL_LIKE
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<GameModeList> GameModeList.CODEC