Uses of Record Class
net.minecraft.world.GameModeList
Packages that use GameModeList
-
Uses of GameModeList in net.minecraft.predicate.entity
Fields in net.minecraft.predicate.entity declared as GameModeListModifier and TypeFieldDescriptionprivate GameModeList
PlayerPredicate.Builder.gameMode
private final GameModeList
PlayerPredicate.gameMode
The field for thegameMode
record component.Methods in net.minecraft.predicate.entity that return GameModeListModifier and TypeMethodDescriptionPlayerPredicate.gameMode()
Returns the value of thegameMode
record component.Methods in net.minecraft.predicate.entity with parameters of type GameModeListConstructors in net.minecraft.predicate.entity with parameters of type GameModeListModifierConstructorDescriptionPlayerPredicate
(NumberRange.IntRange experienceLevel, GameModeList gameModeList, List<PlayerPredicate.StatMatcher<?>> list, Object2BooleanMap<RegistryKey<Recipe<?>>> recipes, Map<Identifier, PlayerPredicate.AdvancementPredicate> advancements, Optional<EntityPredicate> optional, Optional<InputPredicate> optional2) -
Uses of GameModeList in net.minecraft.world
Fields in net.minecraft.world declared as GameModeListModifier and TypeFieldDescriptionstatic final GameModeList
GameModeList.ALL
static final GameModeList
GameModeList.SURVIVAL_LIKE
Fields in net.minecraft.world with type parameters of type GameModeListModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<GameModeList> GameModeList.CODEC
Methods in net.minecraft.world that return GameModeList