Package net.minecraft.server.network
Class DemoServerPlayerInteractionManager
java.lang.Object
net.minecraft.server.network.ServerPlayerInteractionManager
net.minecraft.server.network.DemoServerPlayerInteractionManager
- Mappings:
Namespace Name official kyintermediary net/minecraft/class_788named net/minecraft/server/network/DemoServerPlayerInteractionManager
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate booleanprivate intprivate booleanprivate intFields inherited from class net.minecraft.server.network.ServerPlayerInteractionManager
player, world -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninteractBlock(PlayerEntity player, World world, ItemStack stack, BlockPos pos, Direction direction, float x, float y, float z) booleaninteractItem(PlayerEntity player, World world, ItemStack stack) voidmethod_10764(BlockPos blockPos) booleanmethod_10766(BlockPos pos) voidprocessBlockBreakingAction(BlockPos pos, Direction direction) private voidvoidupdate()Methods inherited from class net.minecraft.server.network.ServerPlayerInteractionManager
getGameMode, isCreative, isSurvival, method_10769, setGameMode, setGameModeIfNotPresent, setWorld
-
Field Details
-
sentHelp
private boolean sentHelp- Mappings:
Namespace Name Mixin selector official cLky;c:Zintermediary field_2779Lnet/minecraft/class_788;field_2779:Znamed sentHelpLnet/minecraft/server/network/DemoServerPlayerInteractionManager;sentHelp:Z
-
demoEnded
private boolean demoEnded- Mappings:
Namespace Name Mixin selector official dLky;d:Zintermediary field_2780Lnet/minecraft/class_788;field_2780:Znamed demoEndedLnet/minecraft/server/network/DemoServerPlayerInteractionManager;demoEnded:Z
-
reminderTicks
private int reminderTicks- Mappings:
Namespace Name Mixin selector official eLky;e:Iintermediary field_2781Lnet/minecraft/class_788;field_2781:Inamed reminderTicksLnet/minecraft/server/network/DemoServerPlayerInteractionManager;reminderTicks:I
-
tick
private int tick- Mappings:
Namespace Name Mixin selector official fLky;f:Iintermediary field_2782Lnet/minecraft/class_788;field_2782:Inamed tickLnet/minecraft/server/network/DemoServerPlayerInteractionManager;tick:I
-
-
Constructor Details
-
DemoServerPlayerInteractionManager
- Mappings:
Namespace Name Mixin selector official <init>Llg;<init>(Ladm;)Vintermediary <init>Lnet/minecraft/class_799;<init>(Lnet/minecraft/class_1150;)Vnamed <init>Lnet/minecraft/server/network/ServerPlayerInteractionManager;<init>(Lnet/minecraft/world/World;)V
-
-
Method Details
-
update
public void update()- Overrides:
updatein classServerPlayerInteractionManager- Mappings:
Namespace Name Mixin selector official aLlg;a()Vintermediary method_2165Lnet/minecraft/class_799;method_2165()Vnamed updateLnet/minecraft/server/network/ServerPlayerInteractionManager;update()V
-
sendDemoReminder
private void sendDemoReminder()- Mappings:
Namespace Name Mixin selector official fLky;f()Vintermediary method_2094Lnet/minecraft/class_788;method_2094()Vnamed sendDemoReminderLnet/minecraft/server/network/DemoServerPlayerInteractionManager;sendDemoReminder()V
-
processBlockBreakingAction
- Overrides:
processBlockBreakingActionin classServerPlayerInteractionManager- Mappings:
Namespace Name Mixin selector official aLlg;a(Lcj;Lcq;)Vintermediary method_10765Lnet/minecraft/class_799;method_10765(Lnet/minecraft/class_2552;Lnet/minecraft/class_1354;)Vnamed processBlockBreakingActionLnet/minecraft/server/network/ServerPlayerInteractionManager;processBlockBreakingAction(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/Direction;)V
-
method_10764
- Overrides:
method_10764in classServerPlayerInteractionManager- Mappings:
Namespace Name Mixin selector official aLlg;a(Lcj;)Vintermediary method_10764Lnet/minecraft/class_799;method_10764(Lnet/minecraft/class_2552;)Vnamed method_10764Lnet/minecraft/server/network/ServerPlayerInteractionManager;method_10764(Lnet/minecraft/util/math/BlockPos;)V
-
method_10766
- Overrides:
method_10766in classServerPlayerInteractionManager- Mappings:
Namespace Name Mixin selector official bLlg;b(Lcj;)Zintermediary method_10766Lnet/minecraft/class_799;method_10766(Lnet/minecraft/class_2552;)Znamed method_10766Lnet/minecraft/server/network/ServerPlayerInteractionManager;method_10766(Lnet/minecraft/util/math/BlockPos;)Z
-
interactItem
- Overrides:
interactItemin classServerPlayerInteractionManager- Mappings:
Namespace Name Mixin selector official aLlg;a(Lwn;Ladm;Lzx;)Zintermediary method_2169Lnet/minecraft/class_799;method_2169(Lnet/minecraft/class_988;Lnet/minecraft/class_1150;Lnet/minecraft/class_1071;)Znamed interactItemLnet/minecraft/server/network/ServerPlayerInteractionManager;interactItem(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/world/World;Lnet/minecraft/item/ItemStack;)Z
-
interactBlock
public boolean interactBlock(PlayerEntity player, World world, ItemStack stack, BlockPos pos, Direction direction, float x, float y, float z) - Overrides:
interactBlockin classServerPlayerInteractionManager- Mappings:
Namespace Name Mixin selector official aLlg;a(Lwn;Ladm;Lzx;Lcj;Lcq;FFF)Zintermediary method_2170Lnet/minecraft/class_799;method_2170(Lnet/minecraft/class_988;Lnet/minecraft/class_1150;Lnet/minecraft/class_1071;Lnet/minecraft/class_2552;Lnet/minecraft/class_1354;FFF)Znamed interactBlockLnet/minecraft/server/network/ServerPlayerInteractionManager;interactBlock(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/world/World;Lnet/minecraft/item/ItemStack;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/Direction;FFF)Z
-