Class WorldScreenOptionGrid

java.lang.Object
net.minecraft.client.gui.screen.world.WorldScreenOptionGrid

@Environment(CLIENT) class WorldScreenOptionGrid extends Object
Mappings:
Namespace Name
official fhy
intermediary net/minecraft/class_8096
named net/minecraft/client/gui/screen/world/WorldScreenOptionGrid
  • Field Details

    • BUTTON_WIDTH

      private static final int BUTTON_WIDTH
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official a Lfhy;a:I
      intermediary field_42196 Lnet/minecraft/class_8096;field_42196:I
      named BUTTON_WIDTH Lnet/minecraft/client/gui/screen/world/WorldScreenOptionGrid;BUTTON_WIDTH:I
    • options

      private final List<WorldScreenOptionGrid.Option> options
      Mappings:
      Namespace Name Mixin selector
      official b Lfhy;b:Ljava/util/List;
      intermediary field_42197 Lnet/minecraft/class_8096;field_42197:Ljava/util/List;
      named options Lnet/minecraft/client/gui/screen/world/WorldScreenOptionGrid;options:Ljava/util/List;
  • Constructor Details

    • WorldScreenOptionGrid

      WorldScreenOptionGrid(List<WorldScreenOptionGrid.Option> options)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lfhy;<init>(Ljava/util/List;)V
      intermediary <init> Lnet/minecraft/class_8096;<init>(Ljava/util/List;)V
      named <init> Lnet/minecraft/client/gui/screen/world/WorldScreenOptionGrid;<init>(Ljava/util/List;)V
  • Method Details

    • refresh

      public void refresh()
      Mappings:
      Namespace Name Mixin selector
      official a Lfhy;a()V
      intermediary method_48683 Lnet/minecraft/class_8096;method_48683()V
      named refresh Lnet/minecraft/client/gui/screen/world/WorldScreenOptionGrid;refresh()V
    • builder

      public static WorldScreenOptionGrid.Builder builder(int width)
      Mappings:
      Namespace Name Mixin selector
      official a Lfhy;a(I)Lfhy$a;
      intermediary method_48684 Lnet/minecraft/class_8096;method_48684(I)Lnet/minecraft/class_8096$class_8097;
      named builder Lnet/minecraft/client/gui/screen/world/WorldScreenOptionGrid;builder(I)Lnet/minecraft/client/gui/screen/world/WorldScreenOptionGrid$Builder;