Class ServerPlayerInteractionManager

java.lang.Object
net.minecraft.server.network.ServerPlayerInteractionManager
Direct Known Subclasses:
DemoServerPlayerInteractionManager

public class ServerPlayerInteractionManager extends Object
Mappings:
Namespace Name
official qx
intermediary net/minecraft/class_799
named net/minecraft/server/network/ServerPlayerInteractionManager
  • Field Details

    • world

      public World world
      Mappings:
      Namespace Name Mixin selector
      official a Lqx;a:Laqu;
      intermediary field_2844 Lnet/minecraft/class_799;field_2844:Lnet/minecraft/class_1150;
      named world Lnet/minecraft/server/network/ServerPlayerInteractionManager;world:Lnet/minecraft/world/World;
    • player

      public ServerPlayerEntity player
      Mappings:
      Namespace Name Mixin selector
      official b Lqx;b:Lqw;
      intermediary field_2845 Lnet/minecraft/class_799;field_2845:Lnet/minecraft/class_798;
      named player Lnet/minecraft/server/network/ServerPlayerInteractionManager;player:Lnet/minecraft/entity/player/ServerPlayerEntity;
    • field_2846

      private GameMode field_2846
      Mappings:
      Namespace Name Mixin selector
      official c Lqx;c:Larc;
      intermediary field_2846 Lnet/minecraft/class_799;field_2846:Lnet/minecraft/class_1157;
      named field_2846 Lnet/minecraft/server/network/ServerPlayerInteractionManager;field_2846:Lnet/minecraft/world/GameMode;
    • mining

      private boolean mining
      Mappings:
      Namespace Name Mixin selector
      official d Lqx;d:Z
      intermediary field_2847 Lnet/minecraft/class_799;field_2847:Z
      named mining Lnet/minecraft/server/network/ServerPlayerInteractionManager;mining:Z
    • field_2848

      private int field_2848
      Mappings:
      Namespace Name Mixin selector
      official e Lqx;e:I
      intermediary field_2848 Lnet/minecraft/class_799;field_2848:I
      named field_2848 Lnet/minecraft/server/network/ServerPlayerInteractionManager;field_2848:I
    • field_11764

      private BlockPos field_11764
      Mappings:
      Namespace Name Mixin selector
      official f Lqx;f:Ldt;
      intermediary field_11764 Lnet/minecraft/class_799;field_11764:Lnet/minecraft/class_2552;
      named field_11764 Lnet/minecraft/server/network/ServerPlayerInteractionManager;field_11764:Lnet/minecraft/util/math/BlockPos;
    • tickCounter

      private int tickCounter
      Mappings:
      Namespace Name Mixin selector
      official g Lqx;g:I
      intermediary field_2852 Lnet/minecraft/class_799;field_2852:I
      named tickCounter Lnet/minecraft/server/network/ServerPlayerInteractionManager;tickCounter:I
    • failedToMine

      private boolean failedToMine
      Mappings:
      Namespace Name Mixin selector
      official h Lqx;h:Z
      intermediary field_2853 Lnet/minecraft/class_799;field_2853:Z
      named failedToMine Lnet/minecraft/server/network/ServerPlayerInteractionManager;failedToMine:Z
    • miningPos

      private BlockPos miningPos
      Mappings:
      Namespace Name Mixin selector
      official i Lqx;i:Ldt;
      intermediary field_11765 Lnet/minecraft/class_799;field_11765:Lnet/minecraft/class_2552;
      named miningPos Lnet/minecraft/server/network/ServerPlayerInteractionManager;miningPos:Lnet/minecraft/util/math/BlockPos;
    • field_2857

      private int field_2857
      Mappings:
      Namespace Name Mixin selector
      official j Lqx;j:I
      intermediary field_2857 Lnet/minecraft/class_799;field_2857:I
      named field_2857 Lnet/minecraft/server/network/ServerPlayerInteractionManager;field_2857:I
    • field_2858

      private int field_2858
      Mappings:
      Namespace Name Mixin selector
      official k Lqx;k:I
      intermediary field_2858 Lnet/minecraft/class_799;field_2858:I
      named field_2858 Lnet/minecraft/server/network/ServerPlayerInteractionManager;field_2858:I
  • Constructor Details

    • ServerPlayerInteractionManager

      public ServerPlayerInteractionManager(World world)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lqx;<init>(Laqu;)V
      intermediary <init> Lnet/minecraft/class_799;<init>(Lnet/minecraft/class_1150;)V
      named <init> Lnet/minecraft/server/network/ServerPlayerInteractionManager;<init>(Lnet/minecraft/world/World;)V
  • Method Details

    • setGamemode

      public void setGamemode(GameMode gamemode)
      Mappings:
      Namespace Name Mixin selector
      official a Lqx;a(Larc;)V
      intermediary method_2171 Lnet/minecraft/class_799;method_2171(Lnet/minecraft/class_1157;)V
      named setGamemode Lnet/minecraft/server/network/ServerPlayerInteractionManager;setGamemode(Lnet/minecraft/world/GameMode;)V
    • getgamemode

      public GameMode getgamemode()
      Mappings:
      Namespace Name Mixin selector
      official b Lqx;b()Larc;
      intermediary method_2172 Lnet/minecraft/class_799;method_2172()Lnet/minecraft/class_1157;
      named getgamemode Lnet/minecraft/server/network/ServerPlayerInteractionManager;getgamemode()Lnet/minecraft/world/GameMode;
    • isSurvival

      public boolean isSurvival()
      Mappings:
      Namespace Name Mixin selector
      official c Lqx;c()Z
      intermediary method_10767 Lnet/minecraft/class_799;method_10767()Z
      named isSurvival Lnet/minecraft/server/network/ServerPlayerInteractionManager;isSurvival()Z
    • isCreative

      public boolean isCreative()
      Mappings:
      Namespace Name Mixin selector
      official d Lqx;d()Z
      intermediary method_2176 Lnet/minecraft/class_799;method_2176()Z
      named isCreative Lnet/minecraft/server/network/ServerPlayerInteractionManager;isCreative()Z
    • method_2174

      public void method_2174(GameMode gamemode)
      Mappings:
      Namespace Name Mixin selector
      official b Lqx;b(Larc;)V
      intermediary method_2174 Lnet/minecraft/class_799;method_2174(Lnet/minecraft/class_1157;)V
      named method_2174 Lnet/minecraft/server/network/ServerPlayerInteractionManager;method_2174(Lnet/minecraft/world/GameMode;)V
    • update

      public void update()
      Mappings:
      Namespace Name Mixin selector
      official a Lqx;a()V
      intermediary method_2165 Lnet/minecraft/class_799;method_2165()V
      named update Lnet/minecraft/server/network/ServerPlayerInteractionManager;update()V
    • processBlockBreakingAction

      public void processBlockBreakingAction(BlockPos pos, Direction direction)
      Mappings:
      Namespace Name Mixin selector
      official a Lqx;a(Ldt;Lej;)V
      intermediary method_10765 Lnet/minecraft/class_799;method_10765(Lnet/minecraft/class_2552;Lnet/minecraft/class_1354;)V
      named processBlockBreakingAction Lnet/minecraft/server/network/ServerPlayerInteractionManager;processBlockBreakingAction(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/Direction;)V
    • method_10764

      public void method_10764(BlockPos blockPos)
      Mappings:
      Namespace Name Mixin selector
      official a Lqx;a(Ldt;)V
      intermediary method_10764 Lnet/minecraft/class_799;method_10764(Lnet/minecraft/class_2552;)V
      named method_10764 Lnet/minecraft/server/network/ServerPlayerInteractionManager;method_10764(Lnet/minecraft/util/math/BlockPos;)V
    • method_10769

      public void method_10769()
      Mappings:
      Namespace Name Mixin selector
      official e Lqx;e()V
      intermediary method_10769 Lnet/minecraft/class_799;method_10769()V
      named method_10769 Lnet/minecraft/server/network/ServerPlayerInteractionManager;method_10769()V
    • tryBreakBlock

      private boolean tryBreakBlock(BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      official c Lqx;c(Ldt;)Z
      intermediary method_10768 Lnet/minecraft/class_799;method_10768(Lnet/minecraft/class_2552;)Z
      named tryBreakBlock Lnet/minecraft/server/network/ServerPlayerInteractionManager;tryBreakBlock(Lnet/minecraft/util/math/BlockPos;)Z
    • method_10766

      public boolean method_10766(BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      official b Lqx;b(Ldt;)Z
      intermediary method_10766 Lnet/minecraft/class_799;method_10766(Lnet/minecraft/class_2552;)Z
      named method_10766 Lnet/minecraft/server/network/ServerPlayerInteractionManager;method_10766(Lnet/minecraft/util/math/BlockPos;)Z
    • interactItem

      public boolean interactItem(PlayerEntity player, World world, ItemStack stack)
      Mappings:
      Namespace Name Mixin selector
      official a Lqx;a(Lahd;Laqu;Lamj;)Z
      intermediary method_2169 Lnet/minecraft/class_799;method_2169(Lnet/minecraft/class_988;Lnet/minecraft/class_1150;Lnet/minecraft/class_1071;)Z
      named interactItem Lnet/minecraft/server/network/ServerPlayerInteractionManager;interactItem(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/world/World;Lnet/minecraft/item/ItemStack;)Z
    • interactBlock

      public boolean interactBlock(PlayerEntity player, World world, ItemStack stack, BlockPos pos, Direction direction, float x, float y, float z)
      Mappings:
      Namespace Name Mixin selector
      official a Lqx;a(Lahd;Laqu;Lamj;Ldt;Lej;FFF)Z
      intermediary method_2170 Lnet/minecraft/class_799;method_2170(Lnet/minecraft/class_988;Lnet/minecraft/class_1150;Lnet/minecraft/class_1071;Lnet/minecraft/class_2552;Lnet/minecraft/class_1354;FFF)Z
      named interactBlock Lnet/minecraft/server/network/ServerPlayerInteractionManager;interactBlock(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/world/World;Lnet/minecraft/item/ItemStack;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/Direction;FFF)Z
    • setWorld

      public void setWorld(ServerWorld world)
      Mappings:
      Namespace Name Mixin selector
      official a Lqx;a(Lqt;)V
      intermediary method_2168 Lnet/minecraft/class_799;method_2168(Lnet/minecraft/class_795;)V
      named setWorld Lnet/minecraft/server/network/ServerPlayerInteractionManager;setWorld(Lnet/minecraft/server/world/ServerWorld;)V