Uses of Record Class
net.neoforged.neoforge.client.gui.ConfigurationScreen.UndoManager.Step
Packages that use ConfigurationScreen.UndoManager.Step
-
Uses of ConfigurationScreen.UndoManager.Step in net.neoforged.neoforge.client.gui
Fields in net.neoforged.neoforge.client.gui with type parameters of type ConfigurationScreen.UndoManager.StepModifier and TypeFieldDescriptionprivate final List
<ConfigurationScreen.UndoManager.Step<?>> ConfigurationScreen.UndoManager.redos
private final List
<ConfigurationScreen.UndoManager.Step<?>> ConfigurationScreen.UndoManager.undos
Methods in net.neoforged.neoforge.client.gui that return ConfigurationScreen.UndoManager.StepModifier and TypeMethodDescriptionMethods in net.neoforged.neoforge.client.gui with parameters of type ConfigurationScreen.UndoManager.StepModifier and TypeMethodDescriptionvoid
ConfigurationScreen.UndoManager.add
(ConfigurationScreen.UndoManager.Step<?>... steps) private void
ConfigurationScreen.UndoManager.add
(ConfigurationScreen.UndoManager.Step<?> step, boolean execute) Method parameters in net.neoforged.neoforge.client.gui with type arguments of type ConfigurationScreen.UndoManager.StepModifier and TypeMethodDescriptionvoid
ConfigurationScreen.UndoManager.add
(List<ConfigurationScreen.UndoManager.Step<?>> steps)