Class PlayerInventory


@Environment(CLIENT) public class PlayerInventory extends ContainerBase
Mappings:
Namespace Name
intermediary net/minecraft/class_585
glue class_671
server net/minecraft/class_585
client ue
named net/minecraft/client/gui/screen/container/PlayerInventory
  • Field Details

    • mouseX

      private float mouseX
      Mappings:
      Namespace Name Mixin selector
      intermediary field_2523 Lnet/minecraft/class_585;field_2523:F
      glue field_2739 Lclass_671;field_2739:F
      server field_2523 Lnet/minecraft/class_585;field_2523:F
      client l Lue;l:F
      named mouseX Lnet/minecraft/client/gui/screen/container/PlayerInventory;mouseX:F
    • mouseY

      private float mouseY
      Mappings:
      Namespace Name Mixin selector
      intermediary field_2524 Lnet/minecraft/class_585;field_2524:F
      glue field_2740 Lclass_671;field_2740:F
      server field_2524 Lnet/minecraft/class_585;field_2524:F
      client m Lue;m:F
      named mouseY Lnet/minecraft/client/gui/screen/container/PlayerInventory;mouseY:F
  • Constructor Details

    • PlayerInventory

      public PlayerInventory(PlayerBase player)
      Mappings:
      Namespace Name Mixin selector
      intermediary <init> Lnet/minecraft/class_585;<init>(Lnet/minecraft/class_54;)V
      glue <init> Lclass_671;<init>(Lclass_172;)V
      server <init> Lnet/minecraft/class_585;<init>(Lem;)V
      client <init> Lue;<init>(Lgs;)V
      named <init> Lnet/minecraft/client/gui/screen/container/PlayerInventory;<init>(Lnet/minecraft/entity/player/PlayerBase;)V
  • Method Details

    • init

      public void init()
      Overrides:
      init in class ContainerBase
      Mappings:
      Namespace Name Mixin selector
      intermediary method_119 Lnet/minecraft/class_32;method_119()V
      glue method_252 Lclass_117;method_252()V
      server method_119 Lnet/minecraft/class_32;method_119()V
      client b Lda;b()V
      named init Lnet/minecraft/client/gui/screen/ScreenBase;init()V
    • renderForeground

      protected void renderForeground()
      Overrides:
      renderForeground in class ContainerBase
      Mappings:
      Namespace Name Mixin selector
      intermediary method_985 Lnet/minecraft/class_293;method_985()V
      glue method_1158 Lclass_314;method_1158()V
      server method_985 Lnet/minecraft/class_293;method_985()V
      client k Lid;k()V
      named renderForeground Lnet/minecraft/client/gui/screen/container/ContainerBase;renderForeground()V
    • render

      public void render(int mouseX, int mouseY, float delta)
      Overrides:
      render in class ContainerBase
      Mappings:
      Namespace Name Mixin selector
      intermediary method_118 Lnet/minecraft/class_32;method_118(IIF)V
      glue method_251 Lclass_117;method_251(IIF)V
      server method_118 Lnet/minecraft/class_32;method_118(IIF)V
      client a Lda;a(IIF)V
      named render Lnet/minecraft/client/gui/screen/ScreenBase;render(IIF)V
    • renderContainerBackground

      protected void renderContainerBackground(float tickDelta)
      Specified by:
      renderContainerBackground in class ContainerBase
      Mappings:
      Namespace Name Mixin selector
      intermediary method_984 Lnet/minecraft/class_293;method_984(F)V
      glue method_1157 Lclass_314;method_1157(F)V
      server method_984 Lnet/minecraft/class_293;method_984(F)V
      client a Lid;a(F)V
      named renderContainerBackground Lnet/minecraft/client/gui/screen/container/ContainerBase;renderContainerBackground(F)V
    • buttonClicked

      protected void buttonClicked(Button button)
      Overrides:
      buttonClicked in class ScreenBase
      Mappings:
      Namespace Name Mixin selector
      intermediary method_120 Lnet/minecraft/class_32;method_120(Lnet/minecraft/class_33;)V
      glue method_257 Lclass_117;method_257(Lclass_389;)V
      server method_120 Lnet/minecraft/class_32;method_120(Lnet/minecraft/class_33;)V
      client a Lda;a(Lke;)V
      named buttonClicked Lnet/minecraft/client/gui/screen/ScreenBase;buttonClicked(Lnet/minecraft/client/gui/widgets/Button;)V