Package net.minecraft.client.option
Class FullscreenOption
java.lang.Object
net.minecraft.client.option.Option
net.minecraft.client.option.DoubleOption
net.minecraft.client.option.FullscreenOption
@Environment(CLIENT) public class FullscreenOption extends DoubleOption
- Mappings:
Namespace Name official dqc
intermediary net/minecraft/class_4454
named net/minecraft/client/option/FullscreenOption
-
Field Summary
Fields inherited from class net.minecraft.client.option.DoubleOption
max, min, step
Fields inherited from class net.minecraft.client.option.Option
AO, ATTACK_INDICATOR, AUTO_JUMP, AUTO_SUGGESTIONS, BIOME_BLEND_RADIUS, CHAT_COLOR, CHAT_DELAY_INSTANT, CHAT_HEIGHT_FOCUSED, CHAT_LINE_SPACING, CHAT_LINKS, CHAT_LINKS_PROMPT, CHAT_OPACITY, CHAT_SCALE, CHAT_WIDTH, CLOUDS, DISCRETE_MOUSE_SCROLL, DISTORTION_EFFECT_SCALE, ENTITY_DISTANCE_SCALING, ENTITY_SHADOWS, FORCE_UNICODE_FONT, FOV, FOV_EFFECT_SCALE, FRAMERATE_LIMIT, FULLSCREEN, GAMMA, GRAPHICS, GUI_SCALE, HIDE_MATCHED_NAMES, INVERT_MOUSE, MAIN_HAND, MIPMAP_LEVELS, MOUSE_WHEEL_SENSITIVITY, NARRATOR, PARTICLES, RAW_MOUSE_INPUT, REALMS_NOTIFICATIONS, REDUCED_DEBUG_INFO, RENDER_DISTANCE, SATURATION, SENSITIVITY, SNEAK_TOGGLED, SNOOPER, SPRINT_TOGGLED, SUBTITLES, TEXT_BACKGROUND, TEXT_BACKGROUND_OPACITY, TOUCHSCREEN, VIEW_BOBBING, VISIBILITY, VSYNC
-
Constructor Summary
Constructors Modifier Constructor Description FullscreenOption(Window window)
private
FullscreenOption(Window window, Monitor monitor)
-
Method Summary
Methods inherited from class net.minecraft.client.option.DoubleOption
createButton, get, getDisplayString, getMax, getMin, getRatio, getValue, set, setMax
Methods inherited from class net.minecraft.client.option.Option
getDisplayPrefix, getGenericLabel, getGenericLabel, getPercentAdditionLabel, getPercentLabel, getPixelLabel
-
Constructor Details
-
FullscreenOption
-
FullscreenOption
-