Class ServerPlayerInteractionManager

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

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

    • world

      public World world
      Mappings:
      Namespace Name Mixin selector
      official a Llg;a:Ladm;
      intermediary field_6663 Lnet/minecraft/class_1638;field_6663:Lnet/minecraft/class_99;
      named world Lnet/minecraft/server/network/ServerPlayerInteractionManager;world:Lnet/minecraft/world/World;
    • player

      public ServerPlayerEntity player
      Mappings:
      Namespace Name Mixin selector
      official b Llg;b:Llf;
      intermediary field_6664 Lnet/minecraft/class_1638;field_6664:Lnet/minecraft/class_1637;
      named player Lnet/minecraft/server/network/ServerPlayerInteractionManager;player:Lnet/minecraft/server/network/ServerPlayerEntity;
    • gameMode

      private LevelInfo.GameMode gameMode
      Mappings:
      Namespace Name Mixin selector
      official c Llg;c:Ladp$a;
      intermediary field_6665 Lnet/minecraft/class_1638;field_6665:Lnet/minecraft/class_102$class_103;
      named gameMode Lnet/minecraft/server/network/ServerPlayerInteractionManager;gameMode:Lnet/minecraft/world/level/LevelInfo$GameMode;
    • mining

      private boolean mining
      Mappings:
      Namespace Name Mixin selector
      official d Llg;d:Z
      intermediary field_6666 Lnet/minecraft/class_1638;field_6666:Z
      named mining Lnet/minecraft/server/network/ServerPlayerInteractionManager;mining:Z
    • field_6667

      private int field_6667
      Mappings:
      Namespace Name Mixin selector
      official e Llg;e:I
      intermediary field_6667 Lnet/minecraft/class_1638;field_6667:I
      named field_6667 Lnet/minecraft/server/network/ServerPlayerInteractionManager;field_6667:I
    • field_6668

      private BlockPos field_6668
      Mappings:
      Namespace Name Mixin selector
      official f Llg;f:Lcj;
      intermediary field_6668 Lnet/minecraft/class_1638;field_6668:Lnet/minecraft/class_1372;
      named field_6668 Lnet/minecraft/server/network/ServerPlayerInteractionManager;field_6668:Lnet/minecraft/util/math/BlockPos;
    • tickCounter

      private int tickCounter
      Mappings:
      Namespace Name Mixin selector
      official g Llg;g:I
      intermediary field_6669 Lnet/minecraft/class_1638;field_6669:I
      named tickCounter Lnet/minecraft/server/network/ServerPlayerInteractionManager;tickCounter:I
    • failedToMine

      private boolean failedToMine
      Mappings:
      Namespace Name Mixin selector
      official h Llg;h:Z
      intermediary field_6670 Lnet/minecraft/class_1638;field_6670:Z
      named failedToMine Lnet/minecraft/server/network/ServerPlayerInteractionManager;failedToMine:Z
    • miningPos

      private BlockPos miningPos
      Mappings:
      Namespace Name Mixin selector
      official i Llg;i:Lcj;
      intermediary field_6671 Lnet/minecraft/class_1638;field_6671:Lnet/minecraft/class_1372;
      named miningPos Lnet/minecraft/server/network/ServerPlayerInteractionManager;miningPos:Lnet/minecraft/util/math/BlockPos;
    • field_6672

      private int field_6672
      Mappings:
      Namespace Name Mixin selector
      official j Llg;j:I
      intermediary field_6672 Lnet/minecraft/class_1638;field_6672:I
      named field_6672 Lnet/minecraft/server/network/ServerPlayerInteractionManager;field_6672:I
    • field_6673

      private int field_6673
      Mappings:
      Namespace Name Mixin selector
      official k Llg;k:I
      intermediary field_6673 Lnet/minecraft/class_1638;field_6673:I
      named field_6673 Lnet/minecraft/server/network/ServerPlayerInteractionManager;field_6673:I
  • Constructor Details

    • ServerPlayerInteractionManager

      public ServerPlayerInteractionManager​(World world)
      Mappings:
      Namespace Name Mixin selector
      official <init> Llg;<init>(Ladm;)V
      intermediary <init> Lnet/minecraft/class_1638;<init>(Lnet/minecraft/class_99;)V
      named <init> Lnet/minecraft/server/network/ServerPlayerInteractionManager;<init>(Lnet/minecraft/world/World;)V
  • Method Details

    • setGameMode

      public void setGameMode​(LevelInfo.GameMode gamemode)
      Mappings:
      Namespace Name Mixin selector
      official a Llg;a(Ladp$a;)V
      intermediary method_6086 Lnet/minecraft/class_1638;method_6086(Lnet/minecraft/class_102$class_103;)V
      named setGameMode Lnet/minecraft/server/network/ServerPlayerInteractionManager;setGameMode(Lnet/minecraft/world/level/LevelInfo$GameMode;)V
    • getGameMode

      public LevelInfo.GameMode getGameMode()
      Mappings:
      Namespace Name Mixin selector
      official b Llg;b()Ladp$a;
      intermediary method_6092 Lnet/minecraft/class_1638;method_6092()Lnet/minecraft/class_102$class_103;
      named getGameMode Lnet/minecraft/server/network/ServerPlayerInteractionManager;getGameMode()Lnet/minecraft/world/level/LevelInfo$GameMode;
    • isSurvival

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

      public boolean isCreative()
      Mappings:
      Namespace Name Mixin selector
      official d Llg;d()Z
      intermediary method_6097 Lnet/minecraft/class_1638;method_6097()Z
      named isCreative Lnet/minecraft/server/network/ServerPlayerInteractionManager;isCreative()Z
    • setGameModeIfNotPresent

      public void setGameModeIfNotPresent​(LevelInfo.GameMode gameMode)
      Mappings:
      Namespace Name Mixin selector
      official b Llg;b(Ladp$a;)V
      intermediary method_6093 Lnet/minecraft/class_1638;method_6093(Lnet/minecraft/class_102$class_103;)V
      named setGameModeIfNotPresent Lnet/minecraft/server/network/ServerPlayerInteractionManager;setGameModeIfNotPresent(Lnet/minecraft/world/level/LevelInfo$GameMode;)V
    • update

      public void update()
      Mappings:
      Namespace Name Mixin selector
      official a Llg;a()V
      intermediary method_6085 Lnet/minecraft/class_1638;method_6085()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 Llg;a(Lcj;Lcq;)V
      intermediary method_6088 Lnet/minecraft/class_1638;method_6088(Lnet/minecraft/class_1372;Lnet/minecraft/class_1383;)V
      named processBlockBreakingAction Lnet/minecraft/server/network/ServerPlayerInteractionManager;processBlockBreakingAction(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/Direction;)V
    • method_6087

      public void method_6087​(BlockPos blockPos)
      Mappings:
      Namespace Name Mixin selector
      official a Llg;a(Lcj;)V
      intermediary method_6087 Lnet/minecraft/class_1638;method_6087(Lnet/minecraft/class_1372;)V
      named method_6087 Lnet/minecraft/server/network/ServerPlayerInteractionManager;method_6087(Lnet/minecraft/util/math/BlockPos;)V
    • method_6098

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

      private boolean tryBreakBlock​(BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      official c Llg;c(Lcj;)Z
      intermediary method_6096 Lnet/minecraft/class_1638;method_6096(Lnet/minecraft/class_1372;)Z
      named tryBreakBlock Lnet/minecraft/server/network/ServerPlayerInteractionManager;tryBreakBlock(Lnet/minecraft/util/math/BlockPos;)Z
    • method_6094

      public boolean method_6094​(BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      official b Llg;b(Lcj;)Z
      intermediary method_6094 Lnet/minecraft/class_1638;method_6094(Lnet/minecraft/class_1372;)Z
      named method_6094 Lnet/minecraft/server/network/ServerPlayerInteractionManager;method_6094(Lnet/minecraft/util/math/BlockPos;)Z
    • interactItem

      public boolean interactItem​(PlayerEntity player, World world, ItemStack stack)
      Mappings:
      Namespace Name Mixin selector
      official a Llg;a(Lwn;Ladm;Lzx;)Z
      intermediary method_6090 Lnet/minecraft/class_1638;method_6090(Lnet/minecraft/class_1963;Lnet/minecraft/class_99;Lnet/minecraft/class_2056;)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 Llg;a(Lwn;Ladm;Lzx;Lcj;Lcq;FFF)Z
      intermediary method_6091 Lnet/minecraft/class_1638;method_6091(Lnet/minecraft/class_1963;Lnet/minecraft/class_99;Lnet/minecraft/class_2056;Lnet/minecraft/class_1372;Lnet/minecraft/class_1383;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 Llg;a(Lle;)V
      intermediary method_6089 Lnet/minecraft/class_1638;method_6089(Lnet/minecraft/class_1635;)V
      named setWorld Lnet/minecraft/server/network/ServerPlayerInteractionManager;setWorld(Lnet/minecraft/server/world/ServerWorld;)V