Uses of Interface
net.minecraft.server.dialog.action.Action.ValueGetter
Packages that use Action.ValueGetter
Package
Description
-
Uses of Action.ValueGetter in net.minecraft.client.gui.screens.dialog
Fields in net.minecraft.client.gui.screens.dialog with type parameters of type Action.ValueGetterModifier and TypeFieldDescriptionprivate final Map<String, Action.ValueGetter> DialogControlSet.valueGetters -
Uses of Action.ValueGetter in net.minecraft.client.gui.screens.dialog.input
Methods in net.minecraft.client.gui.screens.dialog.input with parameters of type Action.ValueGetterModifier and TypeMethodDescriptionvoidInputControlHandler.Output.accept(LayoutElement element, Action.ValueGetter valueGetter) -
Uses of Action.ValueGetter in net.minecraft.server.dialog.action
Methods in net.minecraft.server.dialog.action that return Action.ValueGetterMethod parameters in net.minecraft.server.dialog.action with type arguments of type Action.ValueGetterModifier and TypeMethodDescriptionAction.createAction(Map<String, Action.ValueGetter> parameters) CommandTemplate.createAction(Map<String, Action.ValueGetter> parameters) CustomAll.createAction(Map<String, Action.ValueGetter> parameters) StaticAction.createAction(Map<String, Action.ValueGetter> parameters) Action.ValueGetter.getAsTemplateSubstitutions(Map<String, Action.ValueGetter> parameters)