Uses of Class
net.minecraft.network.packet.c2s.play.PlayerActionC2SPacket.Action
Package | Description |
---|---|
net.minecraft.client.network | |
net.minecraft.network.packet.c2s.play | |
net.minecraft.network.packet.s2c.play | |
net.minecraft.server.network |
-
Uses of PlayerActionC2SPacket.Action in net.minecraft.client.network
Fields in net.minecraft.client.network with type parameters of type PlayerActionC2SPacket.Action Modifier and Type Field Description private Object2ObjectLinkedOpenHashMap<com.mojang.datafixers.util.Pair<BlockPos,PlayerActionC2SPacket.Action>,Vec3d>
ClientPlayerInteractionManager. unacknowledgedPlayerActions
Methods in net.minecraft.client.network with parameters of type PlayerActionC2SPacket.Action Modifier and Type Method Description void
ClientPlayerInteractionManager. processPlayerActionResponse(ClientWorld world, BlockPos pos, BlockState state, PlayerActionC2SPacket.Action action, boolean approved)
private void
ClientPlayerInteractionManager. sendPlayerAction(PlayerActionC2SPacket.Action action, BlockPos pos, Direction direction)
-
Uses of PlayerActionC2SPacket.Action in net.minecraft.network.packet.c2s.play
Fields in net.minecraft.network.packet.c2s.play declared as PlayerActionC2SPacket.Action Modifier and Type Field Description private PlayerActionC2SPacket.Action
PlayerActionC2SPacket. action
Methods in net.minecraft.network.packet.c2s.play that return PlayerActionC2SPacket.Action Modifier and Type Method Description PlayerActionC2SPacket.Action
PlayerActionC2SPacket. getAction()
static PlayerActionC2SPacket.Action
PlayerActionC2SPacket.Action. valueOf(String name)
Returns the enum constant of this type with the specified name.static PlayerActionC2SPacket.Action[]
PlayerActionC2SPacket.Action. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.minecraft.network.packet.c2s.play with parameters of type PlayerActionC2SPacket.Action Constructor Description PlayerActionC2SPacket(PlayerActionC2SPacket.Action action, BlockPos pos, Direction direction)
-
Uses of PlayerActionC2SPacket.Action in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play declared as PlayerActionC2SPacket.Action Modifier and Type Field Description private PlayerActionC2SPacket.Action
PlayerActionResponseS2CPacket. action
Methods in net.minecraft.network.packet.s2c.play that return PlayerActionC2SPacket.Action Modifier and Type Method Description PlayerActionC2SPacket.Action
PlayerActionResponseS2CPacket. getAction()
Constructors in net.minecraft.network.packet.s2c.play with parameters of type PlayerActionC2SPacket.Action Constructor Description PlayerActionResponseS2CPacket(BlockPos pos, BlockState state, PlayerActionC2SPacket.Action action, boolean approved, String reason)
-
Uses of PlayerActionC2SPacket.Action in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type PlayerActionC2SPacket.Action Modifier and Type Method Description void
ServerPlayerInteractionManager. finishMining(BlockPos pos, PlayerActionC2SPacket.Action action, String reason)
void
DemoServerPlayerInteractionManager. processBlockBreakingAction(BlockPos pos, PlayerActionC2SPacket.Action action, Direction direction, int worldHeight)
void
ServerPlayerInteractionManager. processBlockBreakingAction(BlockPos pos, PlayerActionC2SPacket.Action action, Direction direction, int worldHeight)