public class ClientCacheMissResponsePacket extends io.netty.util.AbstractReferenceCounted implements BedrockPacket
| Constructor and Description |
|---|
ClientCacheMissResponsePacket() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
protected void |
deallocate() |
boolean |
equals(java.lang.Object o) |
it.unimi.dsi.fastutil.longs.Long2ObjectMap<io.netty.buffer.ByteBuf> |
getBlobs() |
BedrockPacketType |
getPacketType() |
org.cloudburstmc.protocol.common.PacketSignal |
handle(BedrockPacketHandler handler) |
int |
hashCode() |
java.lang.String |
toString() |
ClientCacheMissResponsePacket |
touch(java.lang.Object hint) |
public org.cloudburstmc.protocol.common.PacketSignal handle(BedrockPacketHandler handler)
handle in interface BedrockPacketpublic BedrockPacketType getPacketType()
getPacketType in interface BedrockPacketprotected void deallocate()
deallocate in class io.netty.util.AbstractReferenceCountedpublic ClientCacheMissResponsePacket touch(java.lang.Object hint)
touch in interface io.netty.util.ReferenceCountedpublic it.unimi.dsi.fastutil.longs.Long2ObjectMap<io.netty.buffer.ByteBuf> getBlobs()
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