Package | Description |
---|---|
net.minecraft.client.multiplayer | |
net.minecraft.network.play.client | |
net.minecraft.network.play.server | |
net.minecraft.server.management |
Modifier and Type | Field and Description |
---|---|
private it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap<com.mojang.datafixers.util.Pair<BlockPos,CPlayerDiggingPacket.Action>,PosAndRotation> |
PlayerController.unacknowledgedDiggingPackets |
Modifier and Type | Method and Description |
---|---|
void |
PlayerController.acknowledgePlayerDiggingReceived(ClientWorld worldIn,
BlockPos pos,
BlockState blockIn,
CPlayerDiggingPacket.Action action,
boolean successful) |
private void |
PlayerController.sendDiggingPacket(CPlayerDiggingPacket.Action action,
BlockPos pos,
Direction dir) |
Modifier and Type | Field and Description |
---|---|
private CPlayerDiggingPacket.Action |
CPlayerDiggingPacket.action |
Modifier and Type | Method and Description |
---|---|
CPlayerDiggingPacket.Action |
CPlayerDiggingPacket.getAction() |
static CPlayerDiggingPacket.Action |
CPlayerDiggingPacket.Action.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CPlayerDiggingPacket.Action[] |
CPlayerDiggingPacket.Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
CPlayerDiggingPacket(CPlayerDiggingPacket.Action actionIn,
BlockPos posIn,
Direction facingIn) |
Modifier and Type | Field and Description |
---|---|
(package private) CPlayerDiggingPacket.Action |
SPlayerDiggingPacket.action |
Modifier and Type | Method and Description |
---|---|
CPlayerDiggingPacket.Action |
SPlayerDiggingPacket.getAction() |
Constructor and Description |
---|
SPlayerDiggingPacket(BlockPos pos,
BlockState state,
CPlayerDiggingPacket.Action action,
boolean successful,
java.lang.String context) |
Modifier and Type | Method and Description |
---|---|
void |
DemoPlayerInteractionManager.func_225416_a(BlockPos p_225416_1_,
CPlayerDiggingPacket.Action p_225416_2_,
Direction p_225416_3_,
int p_225416_4_) |
void |
PlayerInteractionManager.func_225416_a(BlockPos p_225416_1_,
CPlayerDiggingPacket.Action p_225416_2_,
Direction p_225416_3_,
int p_225416_4_) |
void |
PlayerInteractionManager.func_229860_a_(BlockPos p_229860_1_,
CPlayerDiggingPacket.Action p_229860_2_,
java.lang.String p_229860_3_) |