public class CodeBuilderSourcePacket extends java.lang.Object implements BedrockPacket
| Constructor and Description |
|---|
CodeBuilderSourcePacket() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
CodeBuilderCategoryType |
getCategory() |
CodeBuilderOperationType |
getOperation() |
BedrockPacketType |
getPacketType() |
java.lang.String |
getValue() |
org.cloudburstmc.protocol.common.PacketSignal |
handle(BedrockPacketHandler handler) |
int |
hashCode() |
void |
setCategory(CodeBuilderCategoryType category) |
void |
setOperation(CodeBuilderOperationType operation) |
void |
setValue(java.lang.String value) |
java.lang.String |
toString() |
public org.cloudburstmc.protocol.common.PacketSignal handle(BedrockPacketHandler handler)
handle in interface BedrockPacketpublic BedrockPacketType getPacketType()
getPacketType in interface BedrockPacketpublic CodeBuilderOperationType getOperation()
public CodeBuilderCategoryType getCategory()
public java.lang.String getValue()
public void setOperation(CodeBuilderOperationType operation)
public void setCategory(CodeBuilderCategoryType category)
public void setValue(java.lang.String value)
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