public class DuelLogIntParameters extends DuelLogParameters
| Constructor and Description |
|---|
DuelLogIntParameters(int number) |
DuelLogIntParameters(net.minecraft.network.PacketBuffer buf) |
| Modifier and Type | Method and Description |
|---|---|
int |
getNumber() |
void |
write(net.minecraft.network.PacketBuffer buf,
GamePhase gamePhase,
int itemPlayerIndex,
int receiverIndex,
boolean isMyTurn)
Write parameters into the buffer
|
public DuelLogIntParameters(int number)
public DuelLogIntParameters(net.minecraft.network.PacketBuffer buf)
public void write(net.minecraft.network.PacketBuffer buf,
GamePhase gamePhase,
int itemPlayerIndex,
int receiverIndex,
boolean isMyTurn)
DuelLogParameterswrite in class DuelLogParametersbuf - Byte buffergamePhase - Current game phaseitemPlayerIndex - The player index of the itemreceiverIndex - The player index of the receiverisMyTurn - Is receiver's turnpublic int getNumber()