public class MapInfoRequestPacket extends java.lang.Object implements BedrockPacket
| Constructor and Description |
|---|
MapInfoRequestPacket() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
MapInfoRequestPacket |
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) |
BedrockPacketType |
getPacketType() |
java.util.List<MapPixel> |
getPixels()
Sends pixels that are generated by the client to the server.
|
long |
getUniqueMapId() |
org.cloudburstmc.protocol.common.PacketSignal |
handle(BedrockPacketHandler handler) |
int |
hashCode() |
void |
setUniqueMapId(long uniqueMapId) |
java.lang.String |
toString() |
public final org.cloudburstmc.protocol.common.PacketSignal handle(BedrockPacketHandler handler)
handle in interface BedrockPacketpublic BedrockPacketType getPacketType()
getPacketType in interface BedrockPacketpublic MapInfoRequestPacket clone()
BedrockPacketUnsupportedOperationException if the packet implements ReferenceCountedclone in interface BedrockPacketclone in class java.lang.Objectpublic long getUniqueMapId()
public java.util.List<MapPixel> getPixels()
public void setUniqueMapId(long uniqueMapId)
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