public class SetDisplayObjectivePacket extends BedrockPacket
| Constructor and Description |
|---|
SetDisplayObjectivePacket() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getCriteria() |
String |
getDisplayName() |
String |
getDisplaySlot() |
String |
getObjectiveId() |
int |
getSortOrder() |
boolean |
handle(BedrockPacketHandler handler) |
int |
hashCode() |
void |
setCriteria(String criteria) |
void |
setDisplayName(String displayName) |
void |
setDisplaySlot(String displaySlot) |
void |
setObjectiveId(String objectiveId) |
void |
setSortOrder(int sortOrder) |
String |
toString() |
getHeader, setHeaderpublic final boolean handle(BedrockPacketHandler handler)
handle in class BedrockPacketpublic String getDisplaySlot()
public String getObjectiveId()
public String getDisplayName()
public String getCriteria()
public int getSortOrder()
public void setDisplaySlot(String displaySlot)
public void setObjectiveId(String objectiveId)
public void setDisplayName(String displayName)
public void setCriteria(String criteria)
public void setSortOrder(int sortOrder)
protected boolean canEqual(Object other)
Copyright © 2018–2019 NukkitX. All rights reserved.