Class DemoServerPlayerInteractionManager

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

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

    • sentHelp

      private boolean sentHelp
      Mappings:
      Namespace Name Mixin selector
      official c Lll;c:Z
      intermediary field_2779 Lnet/minecraft/class_788;field_2779:Z
      named sentHelp Lnet/minecraft/server/network/DemoServerPlayerInteractionManager;sentHelp:Z
    • demoEnded

      private boolean demoEnded
      Mappings:
      Namespace Name Mixin selector
      official d Lll;d:Z
      intermediary field_2780 Lnet/minecraft/class_788;field_2780:Z
      named demoEnded Lnet/minecraft/server/network/DemoServerPlayerInteractionManager;demoEnded:Z
    • reminderTicks

      private int reminderTicks
      Mappings:
      Namespace Name Mixin selector
      official e Lll;e:I
      intermediary field_2781 Lnet/minecraft/class_788;field_2781:I
      named reminderTicks Lnet/minecraft/server/network/DemoServerPlayerInteractionManager;reminderTicks:I
    • tick

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

    • DemoServerPlayerInteractionManager

      public DemoServerPlayerInteractionManager(World world)
      Mappings:
      Namespace Name Mixin selector
      official <init> Llt;<init>(Laht;)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

    • update

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

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

      public void processBlockBreakingAction(BlockPos pos, Direction direction)
      Overrides:
      processBlockBreakingAction in class ServerPlayerInteractionManager
      Mappings:
      Namespace Name Mixin selector
      official a Llt;a(Lcl;Lcs;)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)
      Overrides:
      method_10764 in class ServerPlayerInteractionManager
      Mappings:
      Namespace Name Mixin selector
      official a Llt;a(Lcl;)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_10766

      public boolean method_10766(BlockPos pos)
      Overrides:
      method_10766 in class ServerPlayerInteractionManager
      Mappings:
      Namespace Name Mixin selector
      official b Llt;b(Lcl;)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
    • method_12791

      public ActionResult method_12791(PlayerEntity playerEntity, World world, ItemStack itemStack, Hand hand)
      Overrides:
      method_12791 in class ServerPlayerInteractionManager
      Mappings:
      Namespace Name Mixin selector
      official a Llt;a(Lzj;Laht;Ladq;Lqm;)Lqo;
      intermediary method_12791 Lnet/minecraft/class_799;method_12791(Lnet/minecraft/class_988;Lnet/minecraft/class_1150;Lnet/minecraft/class_1071;Lnet/minecraft/class_2961;)Lnet/minecraft/class_2962;
      named method_12791 Lnet/minecraft/server/network/ServerPlayerInteractionManager;method_12791(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/world/World;Lnet/minecraft/item/ItemStack;Lnet/minecraft/util/Hand;)Lnet/minecraft/util/ActionResult;
    • method_12792

      public ActionResult method_12792(PlayerEntity playerEntity, World world, @Nullable ItemStack itemStack, Hand hand, BlockPos blockPos, Direction direction, float float2, float float3, float float4)
      Overrides:
      method_12792 in class ServerPlayerInteractionManager
      Mappings:
      Namespace Name Mixin selector
      official a Llt;a(Lzj;Laht;Ladq;Lqm;Lcl;Lcs;FFF)Lqo;
      intermediary method_12792 Lnet/minecraft/class_799;method_12792(Lnet/minecraft/class_988;Lnet/minecraft/class_1150;Lnet/minecraft/class_1071;Lnet/minecraft/class_2961;Lnet/minecraft/class_2552;Lnet/minecraft/class_1354;FFF)Lnet/minecraft/class_2962;
      named method_12792 Lnet/minecraft/server/network/ServerPlayerInteractionManager;method_12792(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/world/World;Lnet/minecraft/item/ItemStack;Lnet/minecraft/util/Hand;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/Direction;FFF)Lnet/minecraft/util/ActionResult;