public final class TransactionMessage extends Object implements com.flowpowered.network.Message
| Constructor and Description |
|---|
TransactionMessage(int id,
int transaction,
boolean accepted) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getId() |
int |
getTransaction() |
int |
hashCode() |
boolean |
isAccepted() |
String |
toString() |
public TransactionMessage(int id,
int transaction,
boolean accepted)
public int getId()
public int getTransaction()
public boolean isAccepted()
public boolean equals(Object o)
public int hashCode()
Copyright © 2021. All rights reserved.