public class UpdateSoftEnumPacket extends BedrockPacket
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateSoftEnumPacket.Type |
| Constructor and Description |
|---|
UpdateSoftEnumPacket() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
CommandEnumData |
getSoftEnum() |
UpdateSoftEnumPacket.Type |
getType() |
boolean |
handle(BedrockPacketHandler handler) |
int |
hashCode() |
void |
setSoftEnum(CommandEnumData softEnum) |
void |
setType(UpdateSoftEnumPacket.Type type) |
String |
toString() |
getHeader, setHeaderpublic final boolean handle(BedrockPacketHandler handler)
handle in class BedrockPacketpublic CommandEnumData getSoftEnum()
public UpdateSoftEnumPacket.Type getType()
public void setSoftEnum(CommandEnumData softEnum)
public void setType(UpdateSoftEnumPacket.Type type)
protected boolean canEqual(Object other)
Copyright © 2018–2019 NukkitX. All rights reserved.