Class PluginMessageClientboundSyncRegisteredPatterns

java.lang.Object
wtf.choco.veinminer.network.protocol.clientbound.PluginMessageClientboundSyncRegisteredPatterns
All Implemented Interfaces:
PluginMessage<ClientboundPluginMessageListener>

public final class PluginMessageClientboundSyncRegisteredPatterns extends Object implements PluginMessage<ClientboundPluginMessageListener>
A client bound PluginMessage including the following data:
  1. VarInt: The amount of registered keys
  2. Array of NamespacedKey: The registered keys
Sent when the server wants to synchronize the keys of all vein mining patterns registered on the server. The server is expected to send this message after the client has successfully shaken hands with the server.