public class ContainerSetDataPacket extends BedrockPacket
| Modifier and Type | Class and Description |
|---|---|
static class |
ContainerSetDataPacket.Property |
| Constructor and Description |
|---|
ContainerSetDataPacket() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
ContainerSetDataPacket.Property |
getProperty() |
int |
getValue() |
byte |
getWindowId() |
boolean |
handle(BedrockPacketHandler handler) |
int |
hashCode() |
void |
setProperty(ContainerSetDataPacket.Property property) |
void |
setValue(int value) |
void |
setWindowId(byte windowId) |
String |
toString() |
getHeader, setHeaderpublic final boolean handle(BedrockPacketHandler handler)
handle in class BedrockPacketpublic byte getWindowId()
public ContainerSetDataPacket.Property getProperty()
public int getValue()
public void setWindowId(byte windowId)
public void setProperty(ContainerSetDataPacket.Property property)
public void setValue(int value)
protected boolean canEqual(Object other)
Copyright © 2018–2019 NukkitX. All rights reserved.