Uses of Record Class
net.minecraft.class_11519
Packages that use class_11519
Package
Description
The base package for all Minecraft classes.
-
Uses of class_11519 in net.minecraft
Fields in net.minecraft with type parameters of type class_11519Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<class_11519> class_11519.field_60961Methods in net.minecraft with parameters of type class_11519 -
Uses of class_11519 in net.minecraft.client.gui.screen.dialog
Methods in net.minecraft.client.gui.screen.dialog that return class_11519Modifier and TypeMethodDescriptionprivate static class_11519DialogListDialogScreen.createButton(DialogListDialog dialog, RegistryEntry<Dialog> entry) private static class_11519ServerLinksDialogScreen.createButton(ServerLinksDialog dialog, ServerLinks.Entry entry) Methods in net.minecraft.client.gui.screen.dialog that return types with arguments of type class_11519Modifier and TypeMethodDescriptionprotected abstract Stream<class_11519> ColumnsDialogScreen.streamButtons(T dialog, DialogNetworkAccess networkAccess) protected Stream<class_11519> DialogListDialogScreen.streamButtons(DialogListDialog dialogListDialog, DialogNetworkAccess dialogNetworkAccess) protected Stream<class_11519> MultiActionDialogScreen.streamButtons(MultiActionDialog multiActionDialog, DialogNetworkAccess dialogNetworkAccess) protected Stream<class_11519> ServerLinksDialogScreen.streamButtons(ServerLinksDialog serverLinksDialog, DialogNetworkAccess dialogNetworkAccess) -
Uses of class_11519 in net.minecraft.dialog
Fields in net.minecraft.dialog declared as class_11519 -
Uses of class_11519 in net.minecraft.dialog.type
Fields in net.minecraft.dialog.type declared as class_11519Modifier and TypeFieldDescriptionprivate final class_11519NoticeDialog.actionThe field for theactionrecord component.private final class_11519ConfirmationDialog.noButtonThe field for thenoButtonrecord component.static final class_11519NoticeDialog.OK_BUTTONprivate final class_11519ConfirmationDialog.yesButtonThe field for theyesButtonrecord component.Fields in net.minecraft.dialog.type with type parameters of type class_11519Modifier and TypeFieldDescriptionprivate final List<class_11519> MultiActionDialog.actionsThe field for theactionsrecord component.private final Optional<class_11519> DialogListDialog.exitActionThe field for theexitActionrecord component.private final Optional<class_11519> MultiActionDialog.exitActionThe field for theexitActionrecord component.private final Optional<class_11519> ServerLinksDialog.exitActionThe field for theexitActionrecord component.Methods in net.minecraft.dialog.type that return class_11519Modifier and TypeMethodDescriptionNoticeDialog.action()Returns the value of theactionrecord component.ConfirmationDialog.noButton()Returns the value of thenoButtonrecord component.ConfirmationDialog.yesButton()Returns the value of theyesButtonrecord component.Methods in net.minecraft.dialog.type that return types with arguments of type class_11519Modifier and TypeMethodDescriptionMultiActionDialog.actions()Returns the value of theactionsrecord component.ColumnsDialog.exitAction()DialogListDialog.exitAction()Returns the value of theexitActionrecord component.MultiActionDialog.exitAction()Returns the value of theexitActionrecord component.ServerLinksDialog.exitAction()Returns the value of theexitActionrecord component.ConfirmationDialog.getButtons()NoticeDialog.getButtons()SimpleDialog.getButtons()Constructors in net.minecraft.dialog.type with parameters of type class_11519ModifierConstructorDescriptionConfirmationDialog(DialogCommonData dialogCommonData, class_11519 class_11519, class_11519 class_115192) NoticeDialog(DialogCommonData dialogCommonData, class_11519 class_11519) Constructor parameters in net.minecraft.dialog.type with type arguments of type class_11519ModifierConstructorDescriptionDialogListDialog(DialogCommonData dialogCommonData, RegistryEntryList<Dialog> registryEntryList, Optional<class_11519> optional, int int2, int int3) MultiActionDialog(DialogCommonData dialogCommonData, List<class_11519> list, Optional<class_11519> optional, int int2) MultiActionDialog(DialogCommonData dialogCommonData, List<class_11519> list, Optional<class_11519> optional, int int2) ServerLinksDialog(DialogCommonData dialogCommonData, Optional<class_11519> optional, int int2, int int3)