Uses of Enum Class
io.github.somesourcecode.someguiapi.scene.DirtyFlag
Packages that use DirtyFlag
Package
Description
-
Uses of DirtyFlag in io.github.somesourcecode.someguiapi.scene
Methods in io.github.somesourcecode.someguiapi.scene that return DirtyFlag -
Uses of DirtyFlag in io.github.somesourcecode.someguiapi.scene.gui
Fields in io.github.somesourcecode.someguiapi.scene.gui with type parameters of type DirtyFlagMethods in io.github.somesourcecode.someguiapi.scene.gui that return types with arguments of type DirtyFlagModifier and TypeMethodDescriptionGui.getDirtyFlags()Returns a set of dirty flags that indicate which parts of the GUI need to be updated.Methods in io.github.somesourcecode.someguiapi.scene.gui with parameters of type DirtyFlagModifier and TypeMethodDescriptionprotected voidGui.clearDirtyFlag(DirtyFlag flag) Clears the specified dirty flag.static voidGuiHelper.clearDirtyFlag(Gui gui, DirtyFlag flag) voidGuiHelper.GuiAccessor.clearDirtyFlag(Gui gui, DirtyFlag flag) final booleanReturns whether the specified dirty flag is set.protected voidGui.setDirtyFlag(DirtyFlag flag) Sets the specified dirty flag.voidGuiHelper.GuiAccessor.setDirtyFlag(Gui gui, DirtyFlag flag) static voidGuiHelper.setDirtyFlag(Gui gui, DirtyFlag flag)