Uses of Record Class
net.minecraft.class_11560
Packages that use class_11560
Package
Description
The base package for all Minecraft classes.
Contains utility method classes, various enums, serialization helpers, and
miscellaneous classes.
-
Uses of class_11560 in net.minecraft
Fields in net.minecraft declared as class_11560Methods in net.minecraft that return class_11560Modifier and TypeMethodDescriptionstatic @Nullable class_11560class_11560.method_72370(JsonObject jsonObject) static class_11560class_11560.method_72371(String string) Methods in net.minecraft that return types with arguments of type class_11560Modifier and TypeMethodDescriptionclass_11561.findByName(String string) class_11561.findByNameAsync(String string) Methods in net.minecraft with parameters of type class_11560Constructors in net.minecraft with parameters of type class_11560ModifierConstructorDescriptionclass_11549(MinecraftServer minecraftServer, class_11560 class_11560) -
Uses of class_11560 in net.minecraft.command.argument
Methods in net.minecraft.command.argument that return types with arguments of type class_11560Modifier and TypeMethodDescriptionGameProfileArgumentType.GameProfileArgument.getNames(ServerCommandSource source) GameProfileArgumentType.SelectorBacked.getNames(ServerCommandSource source) static Collection<class_11560> GameProfileArgumentType.getProfileArgument(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name) -
Uses of class_11560 in net.minecraft.entity.player
Methods in net.minecraft.entity.player that return class_11560 -
Uses of class_11560 in net.minecraft.server
Methods in net.minecraft.server that return types with arguments of type class_11560Modifier and TypeMethodDescriptionprotected ServerConfigEntry<class_11560> BannedPlayerList.fromJson(JsonObject json) protected ServerConfigEntry<class_11560> OperatorList.fromJson(JsonObject json) protected ServerConfigEntry<class_11560> Whitelist.fromJson(JsonObject json) Methods in net.minecraft.server with parameters of type class_11560Modifier and TypeMethodDescriptionvoidPlayerManager.addToOperators(class_11560 class_11560) booleanOperatorList.canBypassPlayerLimit(class_11560 class_11560) booleanPlayerManager.canBypassPlayerLimit(class_11560 class_11560) PlayerManager.checkCanJoin(SocketAddress address, class_11560 class_11560) booleanBannedPlayerList.contains(class_11560 class_11560) intMinecraftServer.getPermissionLevel(class_11560 class_11560) booleanWhitelist.isAllowed(class_11560 class_11560) abstract booleanMinecraftServer.isHost(class_11560 class_11560) booleanPlayerManager.isOperator(class_11560 class_11560) booleanPlayerManager.isWhitelisted(class_11560 class_11560) PlayerManager.loadPlayerData(class_11560 class_11560) voidPlayerManager.removeFromOperators(class_11560 class_11560) protected StringBannedPlayerList.toString(class_11560 class_11560) protected StringOperatorList.toString(class_11560 class_11560) protected StringWhitelist.toString(class_11560 class_11560) Constructors in net.minecraft.server with parameters of type class_11560ModifierConstructorDescriptionBannedPlayerEntry(@Nullable class_11560 class_11560) BannedPlayerEntry(@Nullable class_11560 class_11560, @Nullable Date created, @Nullable String source, @Nullable Date expiry, @Nullable String reason) OperatorEntry(class_11560 class_11560, int permissionLevel, boolean bypassPlayerLimit) WhitelistEntry(class_11560 class_11560) -
Uses of class_11560 in net.minecraft.server.dedicated
Methods in net.minecraft.server.dedicated with parameters of type class_11560Modifier and TypeMethodDescriptionvoidDedicatedPlayerManager.addToOperators(class_11560 class_11560) booleanDedicatedPlayerManager.canBypassPlayerLimit(class_11560 class_11560) booleanMinecraftDedicatedServer.isHost(class_11560 class_11560) booleanDedicatedPlayerManager.isWhitelisted(class_11560 class_11560) voidDedicatedPlayerManager.removeFromOperators(class_11560 class_11560) -
Uses of class_11560 in net.minecraft.server.dedicated.command
Method parameters in net.minecraft.server.dedicated.command with type arguments of type class_11560Modifier and TypeMethodDescriptionprivate static intBanCommand.ban(ServerCommandSource source, Collection<class_11560> targets, @Nullable Text reason) private static intDeOpCommand.deop(ServerCommandSource source, Collection<class_11560> targets) private static intWhitelistCommand.executeAdd(ServerCommandSource source, Collection<class_11560> targets) private static intWhitelistCommand.executeRemove(ServerCommandSource source, Collection<class_11560> targets) private static intOpCommand.op(ServerCommandSource source, Collection<class_11560> targets) private static intPardonCommand.pardon(ServerCommandSource source, Collection<class_11560> targets) -
Uses of class_11560 in net.minecraft.server.integrated
Methods in net.minecraft.server.integrated with parameters of type class_11560Modifier and TypeMethodDescriptionIntegratedPlayerManager.checkCanJoin(SocketAddress address, class_11560 class_11560) booleanIntegratedServer.isHost(class_11560 class_11560) -
Uses of class_11560 in net.minecraft.test
Fields in net.minecraft.test with type parameters of type class_11560Modifier and TypeFieldDescriptionprivate final Set<class_11560> TestServer.class_11706.field_61883Methods in net.minecraft.test that return types with arguments of type class_11560Modifier and TypeMethodDescriptionTestServer.class_11706.findByName(String string) TestServer.class_11706.findByNameAsync(String string) Methods in net.minecraft.test with parameters of type class_11560Modifier and TypeMethodDescriptionvoidTestServer.class_11706.add(class_11560 class_11560) booleanTestServer.isHost(class_11560 class_11560) -
Uses of class_11560 in net.minecraft.util
Fields in net.minecraft.util declared as class_11560Fields in net.minecraft.util with type parameters of type class_11560Modifier and TypeFieldDescriptionprivate final Map<String, CompletableFuture<Optional<class_11560>>> UserCache.pendingRequestsMethods in net.minecraft.util that return class_11560Methods in net.minecraft.util that return types with arguments of type class_11560Modifier and TypeMethodDescriptionUserCache.findByName(String string) UserCache.findByNameAsync(String string) private Optional<class_11560> UserCache.findProfileByName(com.mojang.authlib.GameProfileRepository gameProfileRepository, String string) private Optional<class_11560> UserCache.getOfflinePlayerProfile(String string) Methods in net.minecraft.util with parameters of type class_11560Modifier and TypeMethodDescriptionvoidUserCache.add(class_11560 class_11560) private UserCache.EntryUserCache.method_72368(class_11560 class_11560) Constructors in net.minecraft.util with parameters of type class_11560ModifierConstructorDescription(package private)Entry(class_11560 class_11560, Date expirationDate) -
Uses of class_11560 in net.minecraft.world
Methods in net.minecraft.world with parameters of type class_11560Modifier and TypeMethodDescriptionprivate voidPlayerSaveHandler.backupCorruptedPlayerData(class_11560 class_11560, String extension) PlayerSaveHandler.loadPlayerData(class_11560 class_11560) private Optional<NbtCompound> PlayerSaveHandler.loadPlayerData(class_11560 class_11560, String extension)