Class WindowFramebuffer

java.lang.Object
net.minecraft.client.gl.Framebuffer
net.minecraft.client.gl.WindowFramebuffer

@Environment(CLIENT) public class WindowFramebuffer extends Framebuffer
Mappings:
Namespace Name
official dov
intermediary net/minecraft/class_6364
named net/minecraft/client/gl/WindowFramebuffer
  • Field Details

    • DEFAULT_WIDTH

      public static final int DEFAULT_WIDTH
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official a Ldov;a:I
      intermediary field_33724 Lnet/minecraft/class_6364;field_33724:I
      named DEFAULT_WIDTH Lnet/minecraft/client/gl/WindowFramebuffer;DEFAULT_WIDTH:I
    • DEFAULT_HEIGHT

      public static final int DEFAULT_HEIGHT
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official b Ldov;b:I
      intermediary field_33725 Lnet/minecraft/class_6364;field_33725:I
      named DEFAULT_HEIGHT Lnet/minecraft/client/gl/WindowFramebuffer;DEFAULT_HEIGHT:I
    • DEFAULT

      static final WindowFramebuffer.Size DEFAULT
      Mappings:
      Namespace Name Mixin selector
      official l Ldov;l:Ldov$b;
      intermediary field_33726 Lnet/minecraft/class_6364;field_33726:Lnet/minecraft/class_6364$class_6366;
      named DEFAULT Lnet/minecraft/client/gl/WindowFramebuffer;DEFAULT:Lnet/minecraft/client/gl/WindowFramebuffer$Size;
  • Constructor Details

    • WindowFramebuffer

      public WindowFramebuffer(int width, int height)
      Mappings:
      Namespace Name Mixin selector
      official <init> Ldov;<init>(II)V
      intermediary <init> Lnet/minecraft/class_6364;<init>(II)V
      named <init> Lnet/minecraft/client/gl/WindowFramebuffer;<init>(II)V
  • Method Details

    • initSize

      private void initSize(int width, int height)
      Mappings:
      Namespace Name Mixin selector
      official b Ldov;b(II)V
      intermediary method_36802 Lnet/minecraft/class_6364;method_36802(II)V
      named initSize Lnet/minecraft/client/gl/WindowFramebuffer;initSize(II)V
    • findSuitableSize

      private WindowFramebuffer.Size findSuitableSize(int width, int height)
      Mappings:
      Namespace Name Mixin selector
      official c Ldov;c(II)Ldov$b;
      intermediary method_36804 Lnet/minecraft/class_6364;method_36804(II)Lnet/minecraft/class_6364$class_6366;
      named findSuitableSize Lnet/minecraft/client/gl/WindowFramebuffer;findSuitableSize(II)Lnet/minecraft/client/gl/WindowFramebuffer$Size;
    • supportColor

      private boolean supportColor(WindowFramebuffer.Size size)
      Mappings:
      Namespace Name Mixin selector
      official a Ldov;a(Ldov$b;)Z
      intermediary method_36801 Lnet/minecraft/class_6364;method_36801(Lnet/minecraft/class_6364$class_6366;)Z
      named supportColor Lnet/minecraft/client/gl/WindowFramebuffer;supportColor(Lnet/minecraft/client/gl/WindowFramebuffer$Size;)Z
    • supportsDepth

      private boolean supportsDepth(WindowFramebuffer.Size size)
      Mappings:
      Namespace Name Mixin selector
      official b Ldov;b(Ldov$b;)Z
      intermediary method_36803 Lnet/minecraft/class_6364;method_36803(Lnet/minecraft/class_6364$class_6366;)Z
      named supportsDepth Lnet/minecraft/client/gl/WindowFramebuffer;supportsDepth(Lnet/minecraft/client/gl/WindowFramebuffer$Size;)Z