OpenInventorySilentlyPacket

https://github.com/ViaVersion/ViaFabricPlus/blob/ecd5d188187f2ebaaad8ded0ffe53538911f7898/src/main/java/de/florianmichael/viafabricplus/injection/mixin/fixes/minecraft/MixinMinecraftClient.java#L124-L130

Properties

Link copied to clipboard
open override val packetType: ServerboundPackets1_9_3

The type of the packet.

Link copied to clipboard
open override val protocol: Class<Protocol1_12To1_11_1>

Should provide the class of the protocol from the version where the packet got removed to the version where it was still present.

Functions

Link copied to clipboard
open override fun write(packetWrapper: PacketWrapper)

Writes the actual information to the packetWrapper.