public class LabTablePacket extends java.lang.Object implements BedrockPacket
| Constructor and Description |
|---|
LabTablePacket() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
BedrockPacketType |
getPacketType() |
org.cloudburstmc.math.vector.Vector3i |
getPosition() |
LabTableReactionType |
getReactionType() |
LabTableType |
getType() |
org.cloudburstmc.protocol.common.PacketSignal |
handle(BedrockPacketHandler handler) |
int |
hashCode() |
void |
setPosition(org.cloudburstmc.math.vector.Vector3i position) |
void |
setReactionType(LabTableReactionType reactionType) |
void |
setType(LabTableType type) |
java.lang.String |
toString() |
public final org.cloudburstmc.protocol.common.PacketSignal handle(BedrockPacketHandler handler)
handle in interface BedrockPacketpublic BedrockPacketType getPacketType()
getPacketType in interface BedrockPacketpublic LabTableType getType()
public org.cloudburstmc.math.vector.Vector3i getPosition()
public LabTableReactionType getReactionType()
public void setType(LabTableType type)
public void setPosition(org.cloudburstmc.math.vector.Vector3i position)
public void setReactionType(LabTableReactionType reactionType)
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