Class MultiplayerInteractionManager

java.lang.Object
net.minecraft.client.InteractionManager
net.minecraft.client.MultiplayerInteractionManager

@Environment(CLIENT) public class MultiplayerInteractionManager extends InteractionManager
Mappings:
Namespace Name
intermediary net/minecraft/class_608
glue class_700
server net/minecraft/class_608
client xk
named net/minecraft/client/MultiplayerInteractionManager
  • Field Details

    • breakingPosX

      private int breakingPosX
      Mappings:
      Namespace Name Mixin selector
      intermediary field_2608 Lnet/minecraft/class_608;field_2608:I
      glue field_2830 Lclass_700;field_2830:I
      server field_2608 Lnet/minecraft/class_608;field_2608:I
      client c Lxk;c:I
      named breakingPosX Lnet/minecraft/client/MultiplayerInteractionManager;breakingPosX:I
    • breakingPosY

      private int breakingPosY
      Mappings:
      Namespace Name Mixin selector
      intermediary field_2609 Lnet/minecraft/class_608;field_2609:I
      glue field_2831 Lclass_700;field_2831:I
      server field_2609 Lnet/minecraft/class_608;field_2609:I
      client d Lxk;d:I
      named breakingPosY Lnet/minecraft/client/MultiplayerInteractionManager;breakingPosY:I
    • breakingPosZ

      private int breakingPosZ
      Mappings:
      Namespace Name Mixin selector
      intermediary field_2610 Lnet/minecraft/class_608;field_2610:I
      glue field_2832 Lclass_700;field_2832:I
      server field_2610 Lnet/minecraft/class_608;field_2610:I
      client e Lxk;e:I
      named breakingPosZ Lnet/minecraft/client/MultiplayerInteractionManager;breakingPosZ:I
    • blockBreakingProgress

      private float blockBreakingProgress
      Mappings:
      Namespace Name Mixin selector
      intermediary field_2611 Lnet/minecraft/class_608;field_2611:F
      glue field_2833 Lclass_700;field_2833:F
      server field_2611 Lnet/minecraft/class_608;field_2611:F
      client f Lxk;f:F
      named blockBreakingProgress Lnet/minecraft/client/MultiplayerInteractionManager;blockBreakingProgress:F
    • lastBlockBreakingProgress

      private float lastBlockBreakingProgress
      Mappings:
      Namespace Name Mixin selector
      intermediary field_2612 Lnet/minecraft/class_608;field_2612:F
      glue field_2834 Lclass_700;field_2834:F
      server field_2612 Lnet/minecraft/class_608;field_2612:F
      client g Lxk;g:F
      named lastBlockBreakingProgress Lnet/minecraft/client/MultiplayerInteractionManager;lastBlockBreakingProgress:F
    • breakingSoundDelayTicks

      private float breakingSoundDelayTicks
      Mappings:
      Namespace Name Mixin selector
      intermediary field_2613 Lnet/minecraft/class_608;field_2613:F
      glue field_2835 Lclass_700;field_2835:F
      server field_2613 Lnet/minecraft/class_608;field_2613:F
      client h Lxk;h:F
      named breakingSoundDelayTicks Lnet/minecraft/client/MultiplayerInteractionManager;breakingSoundDelayTicks:F
    • breakingDelayTicks

      private int breakingDelayTicks
      Mappings:
      Namespace Name Mixin selector
      intermediary field_2614 Lnet/minecraft/class_608;field_2614:I
      glue field_2836 Lclass_700;field_2836:I
      server field_2614 Lnet/minecraft/class_608;field_2614:I
      client i Lxk;i:I
      named breakingDelayTicks Lnet/minecraft/client/MultiplayerInteractionManager;breakingDelayTicks:I
    • breakingBlock

      private boolean breakingBlock
      Mappings:
      Namespace Name Mixin selector
      intermediary field_2615 Lnet/minecraft/class_608;field_2615:Z
      glue field_2837 Lclass_700;field_2837:Z
      server field_2615 Lnet/minecraft/class_608;field_2615:Z
      client j Lxk;j:Z
      named breakingBlock Lnet/minecraft/client/MultiplayerInteractionManager;breakingBlock:Z
    • networkHandler

      private ClientNetworkHandler networkHandler
      Mappings:
      Namespace Name Mixin selector
      intermediary field_2616 Lnet/minecraft/class_608;field_2616:Lnet/minecraft/class_219;
      glue field_2838 Lclass_700;field_2838:Lclass_510;
      server field_2616 Lnet/minecraft/class_608;field_2616:Lnet/minecraft/class_219;
      client k Lxk;k:Lnb;
      named networkHandler Lnet/minecraft/client/MultiplayerInteractionManager;networkHandler:Lnet/minecraft/client/network/ClientNetworkHandler;
    • selectedSlot

      private int selectedSlot
      Mappings:
      Namespace Name Mixin selector
      intermediary field_2617 Lnet/minecraft/class_608;field_2617:I
      glue field_2839 Lclass_700;field_2839:I
      server field_2617 Lnet/minecraft/class_608;field_2617:I
      client l Lxk;l:I
      named selectedSlot Lnet/minecraft/client/MultiplayerInteractionManager;selectedSlot:I
  • Constructor Details

    • MultiplayerInteractionManager

      public MultiplayerInteractionManager(Minecraft minecraft, ClientNetworkHandler networkHandler)
      Mappings:
      Namespace Name Mixin selector
      intermediary <init> Lnet/minecraft/class_608;<init>(Lnet/minecraft/client/Minecraft;Lnet/minecraft/class_219;)V
      glue <init> Lclass_700;<init>(Lnet/minecraft/client/Minecraft;Lclass_510;)V
      server <init> Lnet/minecraft/class_608;<init>(Lnet/minecraft/client/Minecraft;Lnet/minecraft/class_219;)V
      client <init> Lxk;<init>(Lnet/minecraft/client/Minecraft;Lnb;)V
      named <init> Lnet/minecraft/client/MultiplayerInteractionManager;<init>(Lnet/minecraft/client/Minecraft;Lnet/minecraft/client/network/ClientNetworkHandler;)V
  • Method Details

    • preparePlayer

      public void preparePlayer(PlayerEntity player)
      Overrides:
      preparePlayer in class InteractionManager
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1711 Lnet/minecraft/class_504;method_1711(Lnet/minecraft/class_54;)V
      glue method_1990 Lclass_546;method_1990(Lclass_172;)V
      server method_1711 Lnet/minecraft/class_504;method_1711(Lem;)V
      client a Lob;a(Lgs;)V
      named preparePlayer Lnet/minecraft/client/InteractionManager;preparePlayer(Lnet/minecraft/entity/player/PlayerEntity;)V
    • breakBlock

      public boolean breakBlock(int x, int y, int z, int direction)
      Overrides:
      breakBlock in class InteractionManager
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1716 Lnet/minecraft/class_504;method_1716(IIII)Z
      glue method_1995 Lclass_546;method_1995(IIII)Z
      server method_1716 Lnet/minecraft/class_504;method_1716(IIII)Z
      client b Lob;b(IIII)Z
      named breakBlock Lnet/minecraft/client/InteractionManager;breakBlock(IIII)Z
    • attackBlock

      public void attackBlock(int x, int y, int z, int direction)
      Overrides:
      attackBlock in class InteractionManager
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1707 Lnet/minecraft/class_504;method_1707(IIII)V
      glue method_1986 Lclass_546;method_1986(IIII)V
      server method_1707 Lnet/minecraft/class_504;method_1707(IIII)V
      client a Lob;a(IIII)V
      named attackBlock Lnet/minecraft/client/InteractionManager;attackBlock(IIII)V
    • cancelBlockBreaking

      public void cancelBlockBreaking()
      Overrides:
      cancelBlockBreaking in class InteractionManager
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1705 Lnet/minecraft/class_504;method_1705()V
      glue method_1984 Lclass_546;method_1984()V
      server method_1705 Lnet/minecraft/class_504;method_1705()V
      client a Lob;a()V
      named cancelBlockBreaking Lnet/minecraft/client/InteractionManager;cancelBlockBreaking()V
    • processBlockBreakingAction

      public void processBlockBreakingAction(int x, int y, int z, int side)
      Overrides:
      processBlockBreakingAction in class InteractionManager
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1721 Lnet/minecraft/class_504;method_1721(IIII)V
      glue method_2000 Lclass_546;method_2000(IIII)V
      server method_1721 Lnet/minecraft/class_504;method_1721(IIII)V
      client c Lob;c(IIII)V
      named processBlockBreakingAction Lnet/minecraft/client/InteractionManager;processBlockBreakingAction(IIII)V
    • update

      public void update(float float2)
      Overrides:
      update in class InteractionManager
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1706 Lnet/minecraft/class_504;method_1706(F)V
      glue method_1985 Lclass_546;method_1985(F)V
      server method_1706 Lnet/minecraft/class_504;method_1706(F)V
      client a Lob;a(F)V
      named update Lnet/minecraft/client/InteractionManager;update(F)V
    • getReachDistance

      public float getReachDistance()
      Overrides:
      getReachDistance in class InteractionManager
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1715 Lnet/minecraft/class_504;method_1715()F
      glue method_1994 Lclass_546;method_1994()F
      server method_1715 Lnet/minecraft/class_504;method_1715()F
      client b Lob;b()F
      named getReachDistance Lnet/minecraft/client/InteractionManager;getReachDistance()F
    • setWorld

      public void setWorld(World world)
      Overrides:
      setWorld in class InteractionManager
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1710 Lnet/minecraft/class_504;method_1710(Lnet/minecraft/class_18;)V
      glue method_1989 Lclass_546;method_1989(Lclass_129;)V
      server method_1710 Lnet/minecraft/class_504;method_1710(Ldj;)V
      client a Lob;a(Lfd;)V
      named setWorld Lnet/minecraft/client/InteractionManager;setWorld(Lnet/minecraft/world/World;)V
    • tick

      public void tick()
      Overrides:
      tick in class InteractionManager
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1720 Lnet/minecraft/class_504;method_1720()V
      glue method_1999 Lclass_546;method_1999()V
      server method_1720 Lnet/minecraft/class_504;method_1720()V
      client c Lob;c()V
      named tick Lnet/minecraft/client/InteractionManager;tick()V
    • updateSelectedSlot

      private void updateSelectedSlot()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1997 Lnet/minecraft/class_608;method_1997()V
      glue method_2262 Lclass_700;method_2262()V
      server method_1997 Lnet/minecraft/class_608;method_1997()V
      client e Lxk;e()V
      named updateSelectedSlot Lnet/minecraft/client/MultiplayerInteractionManager;updateSelectedSlot()V
    • interactBlock

      public boolean interactBlock(PlayerEntity player, World world, ItemStack item, int x, int y, int z, int side)
      Overrides:
      interactBlock in class InteractionManager
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1713 Lnet/minecraft/class_504;method_1713(Lnet/minecraft/class_54;Lnet/minecraft/class_18;Lnet/minecraft/class_31;IIII)Z
      glue method_1992 Lclass_546;method_1992(Lclass_172;Lclass_129;Lclass_224;IIII)Z
      server method_1713 Lnet/minecraft/class_504;method_1713(Lem;Ldj;Lfy;IIII)Z
      client a Lob;a(Lgs;Lfd;Liz;IIII)Z
      named interactBlock Lnet/minecraft/client/InteractionManager;interactBlock(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/world/World;Lnet/minecraft/item/ItemStack;IIII)Z
    • interactItem

      public boolean interactItem(PlayerEntity player, World world, ItemStack item)
      Overrides:
      interactItem in class InteractionManager
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1712 Lnet/minecraft/class_504;method_1712(Lnet/minecraft/class_54;Lnet/minecraft/class_18;Lnet/minecraft/class_31;)Z
      glue method_1991 Lclass_546;method_1991(Lclass_172;Lclass_129;Lclass_224;)Z
      server method_1712 Lnet/minecraft/class_504;method_1712(Lem;Ldj;Lfy;)Z
      client a Lob;a(Lgs;Lfd;Liz;)Z
      named interactItem Lnet/minecraft/client/InteractionManager;interactItem(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/world/World;Lnet/minecraft/item/ItemStack;)Z
    • createPlayer

      public PlayerEntity createPlayer(World world)
      Overrides:
      createPlayer in class InteractionManager
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1717 Lnet/minecraft/class_504;method_1717(Lnet/minecraft/class_18;)Lnet/minecraft/class_54;
      glue method_1996 Lclass_546;method_1996(Lclass_129;)Lclass_172;
      server method_1717 Lnet/minecraft/class_504;method_1717(Ldj;)Lem;
      client b Lob;b(Lfd;)Lgs;
      named createPlayer Lnet/minecraft/client/InteractionManager;createPlayer(Lnet/minecraft/world/World;)Lnet/minecraft/entity/player/PlayerEntity;
    • attackEntity

      public void attackEntity(PlayerEntity player, Entity target)
      Overrides:
      attackEntity in class InteractionManager
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1719 Lnet/minecraft/class_504;method_1719(Lnet/minecraft/class_54;Lnet/minecraft/class_57;)V
      glue method_1998 Lclass_546;method_1998(Lclass_172;Lclass_450;)V
      server method_1719 Lnet/minecraft/class_504;method_1719(Lem;Llq;)V
      client b Lob;b(Lgs;Lsn;)V
      named attackEntity Lnet/minecraft/client/InteractionManager;attackEntity(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/entity/Entity;)V
    • interactEntity

      public void interactEntity(PlayerEntity player, Entity entity)
      Overrides:
      interactEntity in class InteractionManager
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1714 Lnet/minecraft/class_504;method_1714(Lnet/minecraft/class_54;Lnet/minecraft/class_57;)V
      glue method_1993 Lclass_546;method_1993(Lclass_172;Lclass_450;)V
      server method_1714 Lnet/minecraft/class_504;method_1714(Lem;Llq;)V
      client a Lob;a(Lgs;Lsn;)V
      named interactEntity Lnet/minecraft/client/InteractionManager;interactEntity(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/entity/Entity;)V
    • clickSlot

      public ItemStack clickSlot(int syncId, int slotId, int button, boolean shift, PlayerEntity player)
      Overrides:
      clickSlot in class InteractionManager
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1708 Lnet/minecraft/class_504;method_1708(IIIZLnet/minecraft/class_54;)Lnet/minecraft/class_31;
      glue method_1987 Lclass_546;method_1987(IIIZLclass_172;)Lclass_224;
      server method_1708 Lnet/minecraft/class_504;method_1708(IIIZLem;)Lfy;
      client a Lob;a(IIIZLgs;)Liz;
      named clickSlot Lnet/minecraft/client/InteractionManager;clickSlot(IIIZLnet/minecraft/entity/player/PlayerEntity;)Lnet/minecraft/item/ItemStack;
    • onScreenRemoved

      public void onScreenRemoved(int syncId, PlayerEntity player)
      Overrides:
      onScreenRemoved in class InteractionManager
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1709 Lnet/minecraft/class_504;method_1709(ILnet/minecraft/class_54;)V
      glue method_1988 Lclass_546;method_1988(ILclass_172;)V
      server method_1709 Lnet/minecraft/class_504;method_1709(ILem;)V
      client a Lob;a(ILgs;)V
      named onScreenRemoved Lnet/minecraft/client/InteractionManager;onScreenRemoved(ILnet/minecraft/entity/player/PlayerEntity;)V