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
- Mappings:
Namespace Name official dvg
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, field_32147, FORCE_UNICODE_FONT, FOV, FOV_EFFECT_SCALE, FRAMERATE_LIMIT, FULLSCREEN, GAMMA, GRAPHICS, GUI_SCALE, HIDE_MATCHED_NAMES, INVERT_MOUSE, MAIN_HAND, MIPMAP_LEVELS, MONOCHROME_LOGO, 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
ModifierConstructorDescriptionFullscreenOption(Window window)
private
FullscreenOption(Window window, @Nullable 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
-
Field Details
-
field_32134
private static final double field_32134- See Also:
- Constant Field Values
- Mappings:
Namespace Name Mixin selector official ad
Ldvg;ad:D
intermediary field_32134
Lnet/minecraft/class_4454;field_32134:D
named field_32134
Lnet/minecraft/client/option/FullscreenOption;field_32134:D
-
-
Constructor Details
-
FullscreenOption
- Mappings:
Namespace Name Mixin selector official <init>
Ldvg;<init>(Ldpq;)V
intermediary <init>
Lnet/minecraft/class_4454;<init>(Lnet/minecraft/class_1041;)V
named <init>
Lnet/minecraft/client/option/FullscreenOption;<init>(Lnet/minecraft/client/util/Window;)V
-
FullscreenOption
- Mappings:
Namespace Name Mixin selector official <init>
Ldvg;<init>(Ldpq;Ldpj;)V
intermediary <init>
Lnet/minecraft/class_4454;<init>(Lnet/minecraft/class_1041;Lnet/minecraft/class_313;)V
named <init>
Lnet/minecraft/client/option/FullscreenOption;<init>(Lnet/minecraft/client/util/Window;Lnet/minecraft/client/util/Monitor;)V
-