public class GameTestRequestPacket extends java.lang.Object implements BedrockPacket
| Constructor and Description |
|---|
GameTestRequestPacket() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
GameTestRequestPacket |
clone()
Creates a new instance of this packet using Object.clone()
Will throw a
UnsupportedOperationException if the packet implements ReferenceCounted |
boolean |
equals(java.lang.Object o) |
int |
getMaxTestsPerBatch() |
BedrockPacketType |
getPacketType() |
int |
getRepeatCount() |
int |
getRotation() |
java.lang.String |
getTestName() |
org.cloudburstmc.math.vector.Vector3i |
getTestPos() |
int |
getTestsPerRow() |
org.cloudburstmc.protocol.common.PacketSignal |
handle(BedrockPacketHandler handler) |
int |
hashCode() |
boolean |
isStoppingOnFailure() |
void |
setMaxTestsPerBatch(int maxTestsPerBatch) |
void |
setRepeatCount(int repeatCount) |
void |
setRotation(int rotation) |
void |
setStoppingOnFailure(boolean stoppingOnFailure) |
void |
setTestName(java.lang.String testName) |
void |
setTestPos(org.cloudburstmc.math.vector.Vector3i testPos) |
void |
setTestsPerRow(int testsPerRow) |
java.lang.String |
toString() |
public org.cloudburstmc.protocol.common.PacketSignal handle(BedrockPacketHandler handler)
handle in interface BedrockPacketpublic BedrockPacketType getPacketType()
getPacketType in interface BedrockPacketpublic GameTestRequestPacket clone()
BedrockPacketUnsupportedOperationException if the packet implements ReferenceCountedclone in interface BedrockPacketclone in class java.lang.Objectpublic int getMaxTestsPerBatch()
public int getRepeatCount()
public int getRotation()
public boolean isStoppingOnFailure()
public org.cloudburstmc.math.vector.Vector3i getTestPos()
public int getTestsPerRow()
public java.lang.String getTestName()
public void setMaxTestsPerBatch(int maxTestsPerBatch)
public void setRepeatCount(int repeatCount)
public void setRotation(int rotation)
public void setStoppingOnFailure(boolean stoppingOnFailure)
public void setTestPos(org.cloudburstmc.math.vector.Vector3i testPos)
public void setTestsPerRow(int testsPerRow)
public void setTestName(java.lang.String testName)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectprotected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object