Uses of Record Class
com.mojang.realmsclient.dto.InviteCode
Packages that use InviteCode
-
Uses of InviteCode in com.mojang.realmsclient.dto
Fields in com.mojang.realmsclient.dto with type parameters of type InviteCodeModifier and TypeFieldDescriptionprivate final List<InviteCode> InviteCodeList.inviteCodesThe field for theinviteCodesrecord component.Methods in com.mojang.realmsclient.dto that return InviteCodeModifier and TypeMethodDescriptionstatic @Nullable InviteCodeInviteCode.parse(JsonObject json) static @Nullable InviteCodeMethods in com.mojang.realmsclient.dto that return types with arguments of type InviteCodeModifier and TypeMethodDescriptionInviteCodeList.inviteCodes()Returns the value of theinviteCodesrecord component.Constructor parameters in com.mojang.realmsclient.dto with type arguments of type InviteCodeModifierConstructorDescriptionInviteCodeList(List<InviteCode> inviteCodes) Creates an instance of aInviteCodeListrecord class. -
Uses of InviteCode in com.mojang.realmsclient.gui.screens.configuration
Fields in com.mojang.realmsclient.gui.screens.configuration declared as InviteCodeModifier and TypeFieldDescriptionprivate final InviteCodeRealmsEditInviteCodeScreen.inviteCodeprivate final InviteCodeRealmsInviteCodesScreen.InviteCodeSelectionList.Entry.inviteCodeFields in com.mojang.realmsclient.gui.screens.configuration with type parameters of type InviteCodeMethods in com.mojang.realmsclient.gui.screens.configuration that return InviteCodeModifier and TypeMethodDescriptionRealmsInviteCodesScreen.InviteCodeSelectionList.getSelectedCode()Constructors in com.mojang.realmsclient.gui.screens.configuration with parameters of type InviteCodeModifierConstructorDescriptionEntry(InviteCode inviteCode) RealmsEditInviteCodeScreen(RealmsInviteCodesScreen parentScreen, long realmId, InviteCode inviteCode) Constructor parameters in com.mojang.realmsclient.gui.screens.configuration with type arguments of type InviteCode