Class ServerPlayerInteractionManager

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

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

    • world

      public World world
      Mappings:
      Namespace Name Mixin selector
      official a Lmm;a:Lafm;
      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 Lmm;b:Lml;
      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 Lmm;c:Lafv;
      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 Lmm;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 Lmm;e:I
      intermediary field_2848 Lnet/minecraft/class_799;field_2848:I
      named field_2848 Lnet/minecraft/server/network/ServerPlayerInteractionManager;field_2848:I
    • field_2849

      private int field_2849
      Mappings:
      Namespace Name Mixin selector
      official f Lmm;f:I
      intermediary field_2849 Lnet/minecraft/class_799;field_2849:I
      named field_2849 Lnet/minecraft/server/network/ServerPlayerInteractionManager;field_2849:I
    • field_2850

      private int field_2850
      Mappings:
      Namespace Name Mixin selector
      official g Lmm;g:I
      intermediary field_2850 Lnet/minecraft/class_799;field_2850:I
      named field_2850 Lnet/minecraft/server/network/ServerPlayerInteractionManager;field_2850:I
    • field_2851

      private int field_2851
      Mappings:
      Namespace Name Mixin selector
      official h Lmm;h:I
      intermediary field_2851 Lnet/minecraft/class_799;field_2851:I
      named field_2851 Lnet/minecraft/server/network/ServerPlayerInteractionManager;field_2851:I
    • tickCounter

      private int tickCounter
      Mappings:
      Namespace Name Mixin selector
      official i Lmm;i: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 j Lmm;j:Z
      intermediary field_2853 Lnet/minecraft/class_799;field_2853:Z
      named failedToMine Lnet/minecraft/server/network/ServerPlayerInteractionManager;failedToMine:Z
    • field_2854

      private int field_2854
      Mappings:
      Namespace Name Mixin selector
      official k Lmm;k:I
      intermediary field_2854 Lnet/minecraft/class_799;field_2854:I
      named field_2854 Lnet/minecraft/server/network/ServerPlayerInteractionManager;field_2854:I
    • field_2855

      private int field_2855
      Mappings:
      Namespace Name Mixin selector
      official l Lmm;l:I
      intermediary field_2855 Lnet/minecraft/class_799;field_2855:I
      named field_2855 Lnet/minecraft/server/network/ServerPlayerInteractionManager;field_2855:I
    • field_2856

      private int field_2856
      Mappings:
      Namespace Name Mixin selector
      official m Lmm;m:I
      intermediary field_2856 Lnet/minecraft/class_799;field_2856:I
      named field_2856 Lnet/minecraft/server/network/ServerPlayerInteractionManager;field_2856:I
    • field_2857

      private int field_2857
      Mappings:
      Namespace Name Mixin selector
      official n Lmm;n: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 o Lmm;o: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> Lmm;<init>(Lafm;)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 Lmm;a(Lafv;)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 Lmm;b()Lafv;
      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;
    • isCreative

      public boolean isCreative()
      Mappings:
      Namespace Name Mixin selector
      official d Lmm;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 Lmm;b(Lafv;)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 Lmm;a()V
      intermediary method_2165 Lnet/minecraft/class_799;method_2165()V
      named update Lnet/minecraft/server/network/ServerPlayerInteractionManager;update()V
    • method_2167

      public void method_2167(int int2, int int3, int int4, int int5)
      Mappings:
      Namespace Name Mixin selector
      official a Lmm;a(IIII)V
      intermediary method_2167 Lnet/minecraft/class_799;method_2167(IIII)V
      named method_2167 Lnet/minecraft/server/network/ServerPlayerInteractionManager;method_2167(IIII)V
    • method_2166

      public void method_2166(int int2, int int3, int int4)
      Mappings:
      Namespace Name Mixin selector
      official a Lmm;a(III)V
      intermediary method_2166 Lnet/minecraft/class_799;method_2166(III)V
      named method_2166 Lnet/minecraft/server/network/ServerPlayerInteractionManager;method_2166(III)V
    • method_2175

      public void method_2175(int int2, int int3, int int4)
      Mappings:
      Namespace Name Mixin selector
      official c Lmm;c(III)V
      intermediary method_2175 Lnet/minecraft/class_799;method_2175(III)V
      named method_2175 Lnet/minecraft/server/network/ServerPlayerInteractionManager;method_2175(III)V
    • method_2177

      private boolean method_2177(int int2, int int3, int int4)
      Mappings:
      Namespace Name Mixin selector
      official d Lmm;d(III)Z
      intermediary method_2177 Lnet/minecraft/class_799;method_2177(III)Z
      named method_2177 Lnet/minecraft/server/network/ServerPlayerInteractionManager;method_2177(III)Z
    • method_2173

      public boolean method_2173(int int2, int int3, int int4)
      Mappings:
      Namespace Name Mixin selector
      official b Lmm;b(III)Z
      intermediary method_2173 Lnet/minecraft/class_799;method_2173(III)Z
      named method_2173 Lnet/minecraft/server/network/ServerPlayerInteractionManager;method_2173(III)Z
    • interactItem

      public boolean interactItem(PlayerEntity player, World world, ItemStack stack)
      Mappings:
      Namespace Name Mixin selector
      official a Lmm;a(Lxk;Lafm;Labo;)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
    • method_2170

      public boolean method_2170(PlayerEntity playerEntity, World world, ItemStack itemStack, int int2, int int3, int int4, int int5, float float2, float float3, float float4)
      Mappings:
      Namespace Name Mixin selector
      official a Lmm;a(Lxk;Lafm;Labo;IIIIFFF)Z
      intermediary method_2170 Lnet/minecraft/class_799;method_2170(Lnet/minecraft/class_988;Lnet/minecraft/class_1150;Lnet/minecraft/class_1071;IIIIFFF)Z
      named method_2170 Lnet/minecraft/server/network/ServerPlayerInteractionManager;method_2170(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/world/World;Lnet/minecraft/item/ItemStack;IIIIFFF)Z
    • setWorld

      public void setWorld(ServerWorld world)
      Mappings:
      Namespace Name Mixin selector
      official a Lmm;a(Lmi;)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