Package net.minecraft.server.network
Class DemoServerPlayerInteractionManager
java.lang.Object
net.minecraft.server.network.ServerPlayerInteractionManager
net.minecraft.server.network.DemoServerPlayerInteractionManager
- Mappings:
Namespace Name official ahw
intermediary net/minecraft/class_3201
named net/minecraft/server/network/DemoServerPlayerInteractionManager
-
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 official a
Lahw;a:I
intermediary field_29762
Lnet/minecraft/class_3201;field_29762:I
named DEMO_DAYS
Lnet/minecraft/server/network/DemoServerPlayerInteractionManager;DEMO_DAYS:I
-
DEMO_TIME
public static final int DEMO_TIME- See Also:
- Mappings:
Namespace Name Mixin selector official b
Lahw;b:I
intermediary field_29763
Lnet/minecraft/class_3201;field_29763:I
named DEMO_TIME
Lnet/minecraft/server/network/DemoServerPlayerInteractionManager;DEMO_TIME:I
-
sentHelp
private boolean sentHelp- Mappings:
Namespace Name Mixin selector official e
Lahw;e: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 f
Lahw;f: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 g
Lahw;g: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 h
Lahw;h:I
intermediary field_13887
Lnet/minecraft/class_3201;field_13887:I
named tick
Lnet/minecraft/server/network/DemoServerPlayerInteractionManager;tick:I
-
-
Constructor Details
-
DemoServerPlayerInteractionManager
- Mappings:
Namespace Name Mixin selector official <init>
Laih;<init>(Laig;)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 classServerPlayerInteractionManager
- Mappings:
Namespace Name Mixin selector official a
Laih;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
Lahw;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, int sequence) - Overrides:
processBlockBreakingAction
in classServerPlayerInteractionManager
- Mappings:
Namespace Name Mixin selector official a
Laih;a(Lgu;Laad$a;Lha;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
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
-
interactItem
public ActionResult interactItem(ServerPlayerEntity player, World world, ItemStack stack, Hand hand) - Overrides:
interactItem
in classServerPlayerInteractionManager
- Mappings:
Namespace Name Mixin selector official a
Laih;a(Laig;Lcmm;Lcfz;Lbdw;)Lbdx;
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 classServerPlayerInteractionManager
- Mappings:
Namespace Name Mixin selector official a
Laih;a(Laig;Lcmm;Lcfz;Lbdw;Leee;)Lbdx;
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;
-