Class GlStateManager.FogState

java.lang.Object
com.mojang.blaze3d.platform.GlStateManager.FogState
Enclosing class:
GlStateManager

@Environment(CLIENT)
static class GlStateManager.FogState
extends Object
Mappings:
Namespace Name
official bfl$k
intermediary net/minecraft/class_1013$class_1024
named com/mojang/blaze3d/platform/GlStateManager$FogState
  • Field Details

    • capState

      public GlStateManager.BooleanState capState
      Mappings:
      Namespace Name Mixin selector
      official a Lbfl$k;a:Lbfl$c;
      intermediary field_4363 Lnet/minecraft/class_1013$class_1024;field_4363:Lnet/minecraft/class_1013$class_1016;
      named capState Lcom/mojang/blaze3d/platform/GlStateManager$FogState;capState:Lcom/mojang/blaze3d/platform/GlStateManager$BooleanState;
    • mode

      public int mode
      Mappings:
      Namespace Name Mixin selector
      official b Lbfl$k;b:I
      intermediary field_4364 Lnet/minecraft/class_1013$class_1024;field_4364:I
      named mode Lcom/mojang/blaze3d/platform/GlStateManager$FogState;mode:I
    • density

      public float density
      Mappings:
      Namespace Name Mixin selector
      official c Lbfl$k;c:F
      intermediary field_4365 Lnet/minecraft/class_1013$class_1024;field_4365:F
      named density Lcom/mojang/blaze3d/platform/GlStateManager$FogState;density:F
    • start

      public float start
      Mappings:
      Namespace Name Mixin selector
      official d Lbfl$k;d:F
      intermediary field_4366 Lnet/minecraft/class_1013$class_1024;field_4366:F
      named start Lcom/mojang/blaze3d/platform/GlStateManager$FogState;start:F
    • end

      public float end
      Mappings:
      Namespace Name Mixin selector
      official e Lbfl$k;e:F
      intermediary field_4367 Lnet/minecraft/class_1013$class_1024;field_4367:F
      named end Lcom/mojang/blaze3d/platform/GlStateManager$FogState;end:F
  • Constructor Details

    • FogState

      private FogState()