public class CameraAimAssistPresetsPacket extends java.lang.Object implements BedrockPacket
| Constructor and Description |
|---|
CameraAimAssistPresetsPacket() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
CameraAimAssistPresetsPacket |
clone()
Creates a new instance of this packet using Object.clone()
Will throw a
UnsupportedOperationException if the packet implements ReferenceCounted |
boolean |
equals(java.lang.Object o) |
java.util.List<CameraAimAssistCategories> |
getCategories()
Deprecated.
since v800 (1.21.80). Use
categoryDefinitions instead. |
java.util.List<CameraAimAssistCategory> |
getCategoryDefinitions() |
CameraAimAssistOperation |
getOperation() |
BedrockPacketType |
getPacketType() |
java.util.List<CameraAimAssistPresetDefinition> |
getPresets() |
org.cloudburstmc.protocol.common.PacketSignal |
handle(BedrockPacketHandler handler) |
int |
hashCode() |
void |
setOperation(CameraAimAssistOperation operation) |
java.lang.String |
toString() |
public org.cloudburstmc.protocol.common.PacketSignal handle(BedrockPacketHandler handler)
handle in interface BedrockPacketpublic BedrockPacketType getPacketType()
getPacketType in interface BedrockPacketpublic CameraAimAssistPresetsPacket clone()
BedrockPacketUnsupportedOperationException if the packet implements ReferenceCountedclone in interface BedrockPacketclone in class java.lang.Object@Deprecated public java.util.List<CameraAimAssistCategories> getCategories()
categoryDefinitions instead.public java.util.List<CameraAimAssistCategory> getCategoryDefinitions()
public java.util.List<CameraAimAssistPresetDefinition> getPresets()
public CameraAimAssistOperation getOperation()
public void setOperation(CameraAimAssistOperation operation)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectprotected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object