Package net.minecraft.server.network
Class DemoServerPlayerInteractionManager
java.lang.Object
net.minecraft.server.network.ServerPlayerInteractionManager
net.minecraft.server.network.DemoServerPlayerInteractionManager
- Mappings:
- Namespace - Name - named - net/minecraft/server/network/DemoServerPlayerInteractionManager- intermediary - net/minecraft/class_3201- official - aqq
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final intstatic final intprivate booleanprivate intprivate booleanprivate intFields inherited from class net.minecraft.server.network.ServerPlayerInteractionManagerplayer, world
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioninteractBlock(ServerPlayerEntity player, World world, ItemStack stack, Hand hand, BlockHitResult hitResult) interactItem(ServerPlayerEntity player, World world, ItemStack stack, Hand hand) voidprocessBlockBreakingAction(BlockPos pos, PlayerActionC2SPacket.Action action, Direction direction, int worldHeight, int sequence) private voidvoidupdate()Methods inherited from class net.minecraft.server.network.ServerPlayerInteractionManagerchangeGameMode, finishMining, getGameMode, getPreviousGameMode, isCreative, isSurvivalLike, setGameMode, setWorld, tryBreakBlock
- 
Field Details- 
DEMO_DAYSpublic static final int DEMO_DAYS- See Also:
- Mappings:
- Namespace - Name - Mixin selector - named - DEMO_DAYS- Lnet/minecraft/server/network/DemoServerPlayerInteractionManager;DEMO_DAYS:I- intermediary - field_29762- Lnet/minecraft/class_3201;field_29762:I- official - a- Laqq;a:I
 
- 
DEMO_TIMEpublic static final int DEMO_TIME- See Also:
- Mappings:
- Namespace - Name - Mixin selector - named - DEMO_TIME- Lnet/minecraft/server/network/DemoServerPlayerInteractionManager;DEMO_TIME:I- intermediary - field_29763- Lnet/minecraft/class_3201;field_29763:I- official - b- Laqq;b:I
 
- 
sentHelpprivate boolean sentHelp- Mappings:
- Namespace - Name - Mixin selector - named - sentHelp- Lnet/minecraft/server/network/DemoServerPlayerInteractionManager;sentHelp:Z- intermediary - field_13890- Lnet/minecraft/class_3201;field_13890:Z- official - e- Laqq;e:Z
 
- 
demoEndedprivate boolean demoEnded- Mappings:
- Namespace - Name - Mixin selector - named - demoEnded- Lnet/minecraft/server/network/DemoServerPlayerInteractionManager;demoEnded:Z- intermediary - field_13889- Lnet/minecraft/class_3201;field_13889:Z- official - f- Laqq;f:Z
 
- 
reminderTicksprivate int reminderTicks- Mappings:
- Namespace - Name - Mixin selector - named - reminderTicks- Lnet/minecraft/server/network/DemoServerPlayerInteractionManager;reminderTicks:I- intermediary - field_13888- Lnet/minecraft/class_3201;field_13888:I- official - g- Laqq;g:I
 
- 
tickprivate int tick- Mappings:
- Namespace - Name - Mixin selector - named - tick- Lnet/minecraft/server/network/DemoServerPlayerInteractionManager;tick:I- intermediary - field_13887- Lnet/minecraft/class_3201;field_13887:I- official - h- Laqq;h:I
 
 
- 
- 
Constructor Details- 
DemoServerPlayerInteractionManager- Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/server/network/ServerPlayerInteractionManager;<init>(Lnet/minecraft/server/network/ServerPlayerEntity;)V- intermediary - <init>- Lnet/minecraft/class_3225;<init>(Lnet/minecraft/class_3222;)V- official - <init>- Larf;<init>(Lare;)V
 
 
- 
- 
Method Details- 
updatepublic void update()- Overrides:
- updatein class- ServerPlayerInteractionManager
- Mappings:
- Namespace - Name - Mixin selector - named - update- Lnet/minecraft/server/network/ServerPlayerInteractionManager;update()V- intermediary - method_14264- Lnet/minecraft/class_3225;method_14264()V- official - a- Larf;a()V
 
- 
sendDemoReminderprivate void sendDemoReminder()- Mappings:
- Namespace - Name - Mixin selector - named - sendDemoReminder- Lnet/minecraft/server/network/DemoServerPlayerInteractionManager;sendDemoReminder()V- intermediary - method_14031- Lnet/minecraft/class_3201;method_14031()V- official - f- Laqq;f()V
 
- 
processBlockBreakingActionpublic void processBlockBreakingAction(BlockPos pos, PlayerActionC2SPacket.Action action, Direction direction, int worldHeight, int sequence) - Overrides:
- processBlockBreakingActionin class- ServerPlayerInteractionManager
- Mappings:
- Namespace - Name - Mixin selector - 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;II)V- intermediary - method_14263- Lnet/minecraft/class_3225;method_14263(Lnet/minecraft/class_2338;Lnet/minecraft/class_2846$class_2847;Lnet/minecraft/class_2350;II)V- official - a- Larf;a(Lji;Lahm$a;Ljn;II)V
 
- 
interactItempublic ActionResult interactItem(ServerPlayerEntity player, World world, ItemStack stack, Hand hand) - Overrides:
- interactItemin class- ServerPlayerInteractionManager
- Mappings:
- Namespace - Name - Mixin selector - 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;- 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;- official - a- Larf;a(Lare;Ldgj;Lcwq;Lbsk;)Lbsl;
 
- 
interactBlockpublic ActionResult interactBlock(ServerPlayerEntity player, World world, ItemStack stack, Hand hand, BlockHitResult hitResult) - Overrides:
- interactBlockin class- ServerPlayerInteractionManager
- Mappings:
- Namespace - Name - Mixin selector - 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;- 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;- official - a- Larf;a(Lare;Ldgj;Lcwq;Lbsk;Lfax;)Lbsl;
 
 
-