Uses of Record Class
net.minecraft.server.PlayerConfigEntry
Packages that use PlayerConfigEntry
Package
Description
The base package for all Minecraft classes.
Contains utility method classes, various enums, serialization helpers, and
miscellaneous classes.
-
Uses of PlayerConfigEntry in net.minecraft
Fields in net.minecraft declared as PlayerConfigEntryModifier and TypeFieldDescriptionprivate final PlayerConfigEntryclass_11835.class_11836.playerThe field for theplayerrecord component.private final PlayerConfigEntryclass_11854.class_11855.userThe field for theuserrecord component.Methods in net.minecraft that return PlayerConfigEntryModifier and TypeMethodDescriptionclass_11835.class_11836.player()Returns the value of theplayerrecord component.class_11854.class_11855.user()Returns the value of theuserrecord component.Methods in net.minecraft that return types with arguments of type PlayerConfigEntryModifier and TypeMethodDescriptionclass_11831.method_73771(Optional<UUID> optional, Optional<String> optional2) Methods in net.minecraft with parameters of type PlayerConfigEntryModifier and TypeMethodDescriptionvoidclass_11806.method_73663(PlayerConfigEntry playerConfigEntry) voidclass_11869.method_73663(PlayerConfigEntry playerConfigEntry) voidclass_11870.method_73663(PlayerConfigEntry playerConfigEntry) voidclass_11871.method_73663(PlayerConfigEntry playerConfigEntry) voidclass_11806.method_73670(PlayerConfigEntry playerConfigEntry) voidclass_11869.method_73670(PlayerConfigEntry playerConfigEntry) voidclass_11870.method_73670(PlayerConfigEntry playerConfigEntry) voidclass_11871.method_73670(PlayerConfigEntry playerConfigEntry) voidclass_11806.method_73673(PlayerConfigEntry playerConfigEntry) voidclass_11869.method_73673(PlayerConfigEntry playerConfigEntry) voidclass_11870.method_73673(PlayerConfigEntry playerConfigEntry) voidclass_11871.method_73673(PlayerConfigEntry playerConfigEntry) static class_11819class_11819.method_73709(PlayerConfigEntry playerConfigEntry) voidclass_11826.method_73734(PlayerConfigEntry playerConfigEntry, class_11838 class_11838) voidclass_11828.method_73749(PlayerConfigEntry playerConfigEntry, class_11838 class_11838) voidclass_11830.method_73763(PlayerConfigEntry playerConfigEntry, class_11838 class_11838) voidclass_11830.method_73764(PlayerConfigEntry playerConfigEntry, Optional<Integer> optional, Optional<Boolean> optional2, class_11838 class_11838) voidclass_11830.method_73765(PlayerConfigEntry playerConfigEntry, class_11838 class_11838) private class_11835.class_11836class_11835.class_11837.method_73859(PlayerConfigEntry playerConfigEntry) Constructors in net.minecraft with parameters of type PlayerConfigEntryModifierConstructorDescription(package private)class_11836(PlayerConfigEntry playerConfigEntry, String string, String string2, Optional<Instant> optional) (package private)class_11855(PlayerConfigEntry playerConfigEntry, Optional<Integer> optional, Optional<Boolean> optional2) -
Uses of PlayerConfigEntry in net.minecraft.command.argument
Methods in net.minecraft.command.argument that return types with arguments of type PlayerConfigEntryModifier and TypeMethodDescriptionGameProfileArgumentType.GameProfileArgument.getNames(ServerCommandSource source) GameProfileArgumentType.SelectorBacked.getNames(ServerCommandSource source) static Collection<PlayerConfigEntry> GameProfileArgumentType.getProfileArgument(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name) -
Uses of PlayerConfigEntry in net.minecraft.entity.player
Methods in net.minecraft.entity.player that return PlayerConfigEntry -
Uses of PlayerConfigEntry in net.minecraft.server
Fields in net.minecraft.server declared as PlayerConfigEntryModifier and TypeFieldDescriptionprivate static final PlayerConfigEntryMinecraftServer.ANONYMOUS_PLAYER_PROFILEFields in net.minecraft.server with type parameters of type PlayerConfigEntryModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<PlayerConfigEntry> PlayerConfigEntry.field_62419private final List<PlayerConfigEntry> ServerMetadata.Players.sampleThe field for thesamplerecord component.Methods in net.minecraft.server that return PlayerConfigEntryModifier and TypeMethodDescriptionstatic PlayerConfigEntryPlayerConfigEntry.fromNickname(String nickname) static @Nullable PlayerConfigEntryPlayerConfigEntry.read(JsonObject object) Methods in net.minecraft.server that return types with arguments of type PlayerConfigEntryModifier and TypeMethodDescriptionprotected ServerConfigEntry<PlayerConfigEntry> BannedPlayerList.fromJson(JsonObject json) protected ServerConfigEntry<PlayerConfigEntry> OperatorList.fromJson(JsonObject json) protected ServerConfigEntry<PlayerConfigEntry> Whitelist.fromJson(JsonObject json) ServerMetadata.Players.sample()Returns the value of thesamplerecord component.Methods in net.minecraft.server with parameters of type PlayerConfigEntryModifier and TypeMethodDescriptionvoidPlayerManager.addToOperators(PlayerConfigEntry playerConfigEntry) booleanOperatorList.canBypassPlayerLimit(PlayerConfigEntry playerConfigEntry) booleanPlayerManager.canBypassPlayerLimit(PlayerConfigEntry playerConfigEntry) PlayerManager.checkCanJoin(SocketAddress address, PlayerConfigEntry playerConfigEntry) booleanBannedPlayerList.contains(PlayerConfigEntry player) intMinecraftServer.getPermissionLevel(PlayerConfigEntry player) booleanWhitelist.isAllowed(PlayerConfigEntry playerConfigEntry) abstract booleanMinecraftServer.isHost(PlayerConfigEntry player) booleanPlayerManager.isOperator(PlayerConfigEntry playerConfigEntry) booleanPlayerManager.isWhitelisted(PlayerConfigEntry playerConfigEntry) PlayerManager.loadPlayerData(PlayerConfigEntry player) voidPlayerManager.method_74002(PlayerConfigEntry playerConfigEntry, Optional<Integer> optional, Optional<Boolean> optional2) booleanBannedPlayerList.remove(PlayerConfigEntry playerConfigEntry) booleanOperatorList.remove(PlayerConfigEntry playerConfigEntry) booleanWhitelist.remove(PlayerConfigEntry playerConfigEntry) voidPlayerManager.removeFromOperators(PlayerConfigEntry playerConfigEntry) protected StringBannedPlayerList.toString(PlayerConfigEntry playerConfigEntry) protected StringOperatorList.toString(PlayerConfigEntry playerConfigEntry) protected StringWhitelist.toString(PlayerConfigEntry playerConfigEntry) Constructors in net.minecraft.server with parameters of type PlayerConfigEntryModifierConstructorDescriptionBannedPlayerEntry(@Nullable PlayerConfigEntry playerConfigEntry) BannedPlayerEntry(@Nullable PlayerConfigEntry playerConfigEntry, @Nullable Date created, @Nullable String source, @Nullable Date expiry, @Nullable String reason) OperatorEntry(PlayerConfigEntry player, int permissionLevel, boolean bypassPlayerLimit) WhitelistEntry(PlayerConfigEntry playerConfigEntry) Constructor parameters in net.minecraft.server with type arguments of type PlayerConfigEntry -
Uses of PlayerConfigEntry in net.minecraft.server.dedicated
Methods in net.minecraft.server.dedicated with parameters of type PlayerConfigEntryModifier and TypeMethodDescriptionbooleanDedicatedPlayerManager.canBypassPlayerLimit(PlayerConfigEntry playerConfigEntry) booleanMinecraftDedicatedServer.isHost(PlayerConfigEntry player) booleanDedicatedPlayerManager.isWhitelisted(PlayerConfigEntry playerConfigEntry) -
Uses of PlayerConfigEntry in net.minecraft.server.dedicated.command
Method parameters in net.minecraft.server.dedicated.command with type arguments of type PlayerConfigEntryModifier and TypeMethodDescriptionprivate static intBanCommand.ban(ServerCommandSource source, Collection<PlayerConfigEntry> targets, @Nullable Text reason) private static intDeOpCommand.deop(ServerCommandSource source, Collection<PlayerConfigEntry> targets) private static intWhitelistCommand.executeAdd(ServerCommandSource source, Collection<PlayerConfigEntry> targets) private static intWhitelistCommand.executeRemove(ServerCommandSource source, Collection<PlayerConfigEntry> targets) private static intOpCommand.op(ServerCommandSource source, Collection<PlayerConfigEntry> targets) private static intPardonCommand.pardon(ServerCommandSource source, Collection<PlayerConfigEntry> targets) -
Uses of PlayerConfigEntry in net.minecraft.server.integrated
Methods in net.minecraft.server.integrated with parameters of type PlayerConfigEntryModifier and TypeMethodDescriptionIntegratedPlayerManager.checkCanJoin(SocketAddress address, PlayerConfigEntry playerConfigEntry) booleanIntegratedServer.isHost(PlayerConfigEntry player) -
Uses of PlayerConfigEntry in net.minecraft.server.network
Fields in net.minecraft.server.network declared as PlayerConfigEntryModifier and TypeFieldDescription(package private) final PlayerConfigEntryPrepareSpawnTask.playerConstructors in net.minecraft.server.network with parameters of type PlayerConfigEntry -
Uses of PlayerConfigEntry in net.minecraft.test
Fields in net.minecraft.test with type parameters of type PlayerConfigEntryModifier and TypeFieldDescriptionprivate final Set<PlayerConfigEntry> TestServer.DummyNameToIdCache.playersMethods in net.minecraft.test that return types with arguments of type PlayerConfigEntryMethods in net.minecraft.test with parameters of type PlayerConfigEntryModifier and TypeMethodDescriptionvoidTestServer.DummyNameToIdCache.add(PlayerConfigEntry player) booleanTestServer.isHost(PlayerConfigEntry player) -
Uses of PlayerConfigEntry in net.minecraft.util
Fields in net.minecraft.util declared as PlayerConfigEntryMethods in net.minecraft.util that return PlayerConfigEntryMethods in net.minecraft.util that return types with arguments of type PlayerConfigEntryModifier and TypeMethodDescriptionNameToIdCache.findByName(String name) UserCache.findByName(String name) private Optional<PlayerConfigEntry> UserCache.findProfileByName(com.mojang.authlib.GameProfileRepository repository, String string) private Optional<PlayerConfigEntry> UserCache.getOfflinePlayerProfile(String string) Methods in net.minecraft.util with parameters of type PlayerConfigEntryModifier and TypeMethodDescriptionvoidNameToIdCache.add(PlayerConfigEntry player) voidUserCache.add(PlayerConfigEntry player) private UserCache.EntryUserCache.addToCache(PlayerConfigEntry player) Constructors in net.minecraft.util with parameters of type PlayerConfigEntryModifierConstructorDescription(package private)Entry(PlayerConfigEntry player, Date expirationDate) -
Uses of PlayerConfigEntry in net.minecraft.world
Methods in net.minecraft.world with parameters of type PlayerConfigEntryModifier and TypeMethodDescriptionprivate voidPlayerSaveHandler.backupCorruptedPlayerData(PlayerConfigEntry playerConfigEntry, String extension) PlayerSaveHandler.loadPlayerData(PlayerConfigEntry playerConfigEntry) private Optional<NbtCompound> PlayerSaveHandler.loadPlayerData(PlayerConfigEntry playerConfigEntry, String extension)