public class NetworkChunkPublisherUpdatePacket extends BedrockPacket
| Constructor and Description |
|---|
NetworkChunkPublisherUpdatePacket() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
com.flowpowered.math.vector.Vector3i |
getPosition() |
int |
getRadius() |
boolean |
handle(BedrockPacketHandler handler) |
int |
hashCode() |
void |
setPosition(com.flowpowered.math.vector.Vector3i position) |
void |
setRadius(int radius) |
String |
toString() |
getHeader, setHeaderpublic boolean handle(BedrockPacketHandler handler)
handle in class BedrockPacketpublic com.flowpowered.math.vector.Vector3i getPosition()
public int getRadius()
public void setPosition(com.flowpowered.math.vector.Vector3i position)
public void setRadius(int radius)
protected boolean canEqual(Object other)
Copyright © 2018–2019 NukkitX. All rights reserved.