public class PacketPlayOutConfirmTransaction extends OutPacket
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
accepted |
protected short |
actionNumber |
protected int |
windowId |
| Constructor and Description |
|---|
PacketPlayOutConfirmTransaction() |
| Modifier and Type | Method and Description |
|---|---|
short |
actionNumber() |
void |
encode(ByteBuf buf)
Serialized the data held by this packet into a buffer
|
int |
id()
Gets the ID of this packet, according to the protocol specification
|
boolean |
isAccepted() |
int |
windowId() |
decode, direction, handleReceived, setprotected int windowId
protected short actionNumber
protected boolean accepted
public PacketPlayOutConfirmTransaction()
public int id()
Packetpublic int windowId()
public short actionNumber()
public boolean isAccepted()
Copyright © 2016. All rights reserved.