Uses of Enum Class
net.minecraft.client.util.SelectionManager.SelectionType
Packages that use SelectionManager.SelectionType
-
Uses of SelectionManager.SelectionType in net.minecraft.client.util
Methods in net.minecraft.client.util that return SelectionManager.SelectionTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static SelectionManager.SelectionType[]SelectionManager.SelectionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.client.util with parameters of type SelectionManager.SelectionTypeModifier and TypeMethodDescriptionvoidSelectionManager.delete(int offset, SelectionManager.SelectionType selectionType) voidSelectionManager.moveCursor(int offset, boolean shiftDown, SelectionManager.SelectionType selectionType)