Class DemoServerPlayerInteractionManager

java.lang.Object
net.minecraft.server.network.ServerPlayerInteractionManager
net.minecraft.server.network.DemoServerPlayerInteractionManager

public class DemoServerPlayerInteractionManager
extends ServerPlayerInteractionManager
Mappings:
Namespace Name
official aan
intermediary net/minecraft/class_3201
named net/minecraft/server/network/DemoServerPlayerInteractionManager
  • Field Details

    • sentHelp

      private boolean sentHelp
      Mappings:
      Namespace Name Mixin selector
      official c Laan;c:Z
      intermediary field_13890 Lnet/minecraft/class_3201;field_13890:Z
      named sentHelp Lnet/minecraft/server/network/DemoServerPlayerInteractionManager;sentHelp:Z
    • demoEnded

      private boolean demoEnded
      Mappings:
      Namespace Name Mixin selector
      official d Laan;d:Z
      intermediary field_13889 Lnet/minecraft/class_3201;field_13889:Z
      named demoEnded Lnet/minecraft/server/network/DemoServerPlayerInteractionManager;demoEnded:Z
    • reminderTicks

      private int reminderTicks
      Mappings:
      Namespace Name Mixin selector
      official e Laan;e:I
      intermediary field_13888 Lnet/minecraft/class_3201;field_13888:I
      named reminderTicks Lnet/minecraft/server/network/DemoServerPlayerInteractionManager;reminderTicks:I
    • tick

      private int tick
      Mappings:
      Namespace Name Mixin selector
      official f Laan;f:I
      intermediary field_13887 Lnet/minecraft/class_3201;field_13887:I
      named tick Lnet/minecraft/server/network/DemoServerPlayerInteractionManager;tick:I
  • Constructor Details

    • DemoServerPlayerInteractionManager

      public DemoServerPlayerInteractionManager​(ServerPlayerEntity player)
      Mappings:
      Namespace Name Mixin selector
      official <init> Laax;<init>(Laaw;)V
      intermediary <init> Lnet/minecraft/class_3225;<init>(Lnet/minecraft/class_3222;)V
      named <init> Lnet/minecraft/server/network/ServerPlayerInteractionManager;<init>(Lnet/minecraft/server/network/ServerPlayerEntity;)V
  • Method Details

    • update

      public void update()
      Overrides:
      update in class ServerPlayerInteractionManager
      Mappings:
      Namespace Name Mixin selector
      official a Laax;a()V
      intermediary method_14264 Lnet/minecraft/class_3225;method_14264()V
      named update Lnet/minecraft/server/network/ServerPlayerInteractionManager;update()V
    • sendDemoReminder

      private void sendDemoReminder()
      Mappings:
      Namespace Name Mixin selector
      official f Laan;f()V
      intermediary method_14031 Lnet/minecraft/class_3201;method_14031()V
      named sendDemoReminder Lnet/minecraft/server/network/DemoServerPlayerInteractionManager;sendDemoReminder()V
    • processBlockBreakingAction

      public void processBlockBreakingAction​(BlockPos pos, PlayerActionC2SPacket.Action action, Direction direction, int worldHeight)
      Overrides:
      processBlockBreakingAction in class ServerPlayerInteractionManager
      Mappings:
      Namespace Name Mixin selector
      official a Laax;a(Lfx;Ltr$a;Lgc;I)V
      intermediary method_14263 Lnet/minecraft/class_3225;method_14263(Lnet/minecraft/class_2338;Lnet/minecraft/class_2846$class_2847;Lnet/minecraft/class_2350;I)V
      named processBlockBreakingAction Lnet/minecraft/server/network/ServerPlayerInteractionManager;processBlockBreakingAction(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/network/packet/c2s/play/PlayerActionC2SPacket$Action;Lnet/minecraft/util/math/Direction;I)V
    • interactItem

      public ActionResult interactItem​(ServerPlayerEntity player, World world, ItemStack stack, Hand hand)
      Overrides:
      interactItem in class ServerPlayerInteractionManager
      Mappings:
      Namespace Name Mixin selector
      official a Laax;a(Laaw;Lbtv;Lbnv;Lapp;)Lapq;
      intermediary method_14256 Lnet/minecraft/class_3225;method_14256(Lnet/minecraft/class_3222;Lnet/minecraft/class_1937;Lnet/minecraft/class_1799;Lnet/minecraft/class_1268;)Lnet/minecraft/class_1269;
      named interactItem Lnet/minecraft/server/network/ServerPlayerInteractionManager;interactItem(Lnet/minecraft/server/network/ServerPlayerEntity;Lnet/minecraft/world/World;Lnet/minecraft/item/ItemStack;Lnet/minecraft/util/Hand;)Lnet/minecraft/util/ActionResult;
    • interactBlock

      public ActionResult interactBlock​(ServerPlayerEntity player, World world, ItemStack stack, Hand hand, BlockHitResult hitResult)
      Overrides:
      interactBlock in class ServerPlayerInteractionManager
      Mappings:
      Namespace Name Mixin selector
      official a Laax;a(Laaw;Lbtv;Lbnv;Lapp;Ldiq;)Lapq;
      intermediary method_14262 Lnet/minecraft/class_3225;method_14262(Lnet/minecraft/class_3222;Lnet/minecraft/class_1937;Lnet/minecraft/class_1799;Lnet/minecraft/class_1268;Lnet/minecraft/class_3965;)Lnet/minecraft/class_1269;
      named interactBlock Lnet/minecraft/server/network/ServerPlayerInteractionManager;interactBlock(Lnet/minecraft/server/network/ServerPlayerEntity;Lnet/minecraft/world/World;Lnet/minecraft/item/ItemStack;Lnet/minecraft/util/Hand;Lnet/minecraft/util/hit/BlockHitResult;)Lnet/minecraft/util/ActionResult;