public class ClientConfirmTransactionPacket extends MinecraftPacket
| Constructor and Description |
|---|
ClientConfirmTransactionPacket(int windowId,
int actionId,
boolean accepted) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAccepted() |
int |
getActionId() |
int |
getWindowId() |
void |
read(com.github.steveice10.packetlib.io.NetInput in) |
void |
write(com.github.steveice10.packetlib.io.NetOutput out) |
isPriority, toStringpublic ClientConfirmTransactionPacket(int windowId,
int actionId,
boolean accepted)
public int getWindowId()
public int getActionId()
public boolean getAccepted()
public void read(com.github.steveice10.packetlib.io.NetInput in)
throws IOException
IOExceptionpublic void write(com.github.steveice10.packetlib.io.NetOutput out)
throws IOException
IOExceptionCopyright © 2020. All rights reserved.