Uses of Record Class
net.minecraft.server.PlayerConfigEntry
Packages that use PlayerConfigEntry
Package
Description
Contains utility method classes, various enums, serialization helpers, and
miscellaneous classes.
-
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
Methods in net.minecraft.server that return PlayerConfigEntryModifier and TypeMethodDescriptionstatic PlayerConfigEntryPlayerConfigEntry.method_72371(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) 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 playerConfigEntry) booleanWhitelist.isAllowed(PlayerConfigEntry playerConfigEntry) abstract booleanMinecraftServer.isHost(PlayerConfigEntry playerConfigEntry) booleanPlayerManager.isOperator(PlayerConfigEntry playerConfigEntry) booleanPlayerManager.isWhitelisted(PlayerConfigEntry playerConfigEntry) PlayerManager.loadPlayerData(PlayerConfigEntry player) 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) -
Uses of PlayerConfigEntry in net.minecraft.server.dedicated
Methods in net.minecraft.server.dedicated with parameters of type PlayerConfigEntryModifier and TypeMethodDescriptionvoidDedicatedPlayerManager.addToOperators(PlayerConfigEntry playerConfigEntry) booleanDedicatedPlayerManager.canBypassPlayerLimit(PlayerConfigEntry playerConfigEntry) booleanMinecraftDedicatedServer.isHost(PlayerConfigEntry playerConfigEntry) booleanDedicatedPlayerManager.isWhitelisted(PlayerConfigEntry playerConfigEntry) voidDedicatedPlayerManager.removeFromOperators(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 playerConfigEntry) -
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.class_11706.field_61883Methods in net.minecraft.test that return types with arguments of type PlayerConfigEntryMethods in net.minecraft.test with parameters of type PlayerConfigEntryModifier and TypeMethodDescriptionvoidTestServer.class_11706.add(PlayerConfigEntry player) booleanTestServer.isHost(PlayerConfigEntry playerConfigEntry) -
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)