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 aqw
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
private boolean
private int
private boolean
private int
Fields inherited from class net.minecraft.server.network.ServerPlayerInteractionManager
player, world
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioninteractBlock
(ServerPlayerEntity player, World world, ItemStack stack, Hand hand, BlockHitResult hitResult) interactItem
(ServerPlayerEntity player, World world, ItemStack stack, Hand hand) void
processBlockBreakingAction
(BlockPos pos, PlayerActionC2SPacket.Action action, Direction direction, int worldHeight, int sequence) private void
void
update()
Methods inherited from class net.minecraft.server.network.ServerPlayerInteractionManager
changeGameMode, finishMining, getGameMode, getPreviousGameMode, isCreative, isSurvivalLike, setGameMode, setWorld, tryBreakBlock
-
Field Details
-
DEMO_DAYS
public 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
Laqw;a:I
-
DEMO_TIME
public 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
Laqw;b:I
-
sentHelp
private 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
Laqw;e:Z
-
demoEnded
private 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
Laqw;f:Z
-
reminderTicks
private 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
Laqw;g:I
-
tick
private 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
Laqw;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>
Larh;<init>(Larg;)V
-
-
Method Details
-
update
public void update()- Overrides:
update
in classServerPlayerInteractionManager
- 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
Larh;a()V
-
sendDemoReminder
private 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
Laqw;f()V
-
processBlockBreakingAction
public void processBlockBreakingAction(BlockPos pos, PlayerActionC2SPacket.Action action, Direction direction, int worldHeight, int sequence) - Overrides:
processBlockBreakingAction
in classServerPlayerInteractionManager
- 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
Larh;a(Liz;Laia$a;Lje;II)V
-
interactItem
public ActionResult interactItem(ServerPlayerEntity player, World world, ItemStack stack, Hand hand) - Overrides:
interactItem
in classServerPlayerInteractionManager
- 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
Larh;a(Larg;Ldca;Lcur;Lbqv;)Lbqw;
-
interactBlock
public ActionResult interactBlock(ServerPlayerEntity player, World world, ItemStack stack, Hand hand, BlockHitResult hitResult) - Overrides:
interactBlock
in classServerPlayerInteractionManager
- 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
Larh;a(Larg;Ldca;Lcur;Lbqv;Levp;)Lbqw;
-