public class AdventureSettingsPacket extends BedrockPacket
| Constructor and Description |
|---|
AdventureSettingsPacket() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
int |
getCommandPermission() |
int |
getCustomFlags() |
int |
getPlayerFlags() |
int |
getPlayerPermission() |
long |
getUniqueEntityId() |
int |
getWorldFlags() |
boolean |
handle(BedrockPacketHandler handler) |
int |
hashCode() |
void |
setCommandPermission(int commandPermission) |
void |
setCustomFlags(int customFlags) |
void |
setPlayerFlags(int playerFlags) |
void |
setPlayerPermission(int playerPermission) |
void |
setUniqueEntityId(long uniqueEntityId) |
void |
setWorldFlags(int worldFlags) |
String |
toString() |
getHeader, setHeaderpublic final boolean handle(BedrockPacketHandler handler)
handle in class BedrockPacketpublic int getPlayerFlags()
public int getCommandPermission()
public int getWorldFlags()
public int getPlayerPermission()
public int getCustomFlags()
public long getUniqueEntityId()
public void setPlayerFlags(int playerFlags)
public void setCommandPermission(int commandPermission)
public void setWorldFlags(int worldFlags)
public void setPlayerPermission(int playerPermission)
public void setCustomFlags(int customFlags)
public void setUniqueEntityId(long uniqueEntityId)
protected boolean canEqual(Object other)
Copyright © 2018–2019 NukkitX. All rights reserved.