Uses of Record Class
com.mojang.authlib.minecraft.BanDetails
Packages that use BanDetails
Package
Description
-
Uses of BanDetails in com.mojang.authlib.minecraft
Fields in com.mojang.authlib.minecraft with type parameters of type BanDetailsModifier and TypeFieldDescriptionprivate final Map<String, BanDetails> UserApiService.UserProperties.bannedScopesThe field for thebannedScopesrecord component.Methods in com.mojang.authlib.minecraft that return types with arguments of type BanDetailsModifier and TypeMethodDescriptionUserApiService.UserProperties.bannedScopes()Returns the value of thebannedScopesrecord component.Constructor parameters in com.mojang.authlib.minecraft with type arguments of type BanDetailsModifierConstructorDescriptionUserProperties(Set<UserApiService.UserFlag> flags, Map<String, BanDetails> bannedScopes) Creates an instance of aUserPropertiesrecord class. -
Uses of BanDetails in net.minecraft.client
Methods in net.minecraft.client that return BanDetails -
Uses of BanDetails in net.minecraft.client.gui.screens
Methods in net.minecraft.client.gui.screens with parameters of type BanDetailsModifier and TypeMethodDescriptionstatic ConfirmLinkScreenBanNoticeScreens.create(it.unimi.dsi.fastutil.booleans.BooleanConsumer callback, BanDetails multiplayerBanned) private static ComponentBanNoticeScreens.getBanDurationText(BanDetails multiplayerBanned) private static ComponentBanNoticeScreens.getBannedScreenText(BanDetails multiplayerBanned) private static ComponentBanNoticeScreens.getBannedTitle(BanDetails multiplayerBanned) private static ComponentBanNoticeScreens.getBanReasonText(BanDetails multiplayerBanned) private static ComponentBanNoticeScreens.getBanStatusText(BanDetails multiplayerBanned) private static booleanBanNoticeScreens.isTemporaryBan(BanDetails multiplayerBanned)