Interface RegistryDataRewriter


public interface RegistryDataRewriter
  • Method Details

    • handle

      void handle(PacketWrapper wrapper)
    • shouldRemoveRegistry

      boolean shouldRemoveRegistry(String registryKey)
    • hasRegistriesToRemove

      boolean hasRegistriesToRemove()
    • updateDialog

      void updateDialog(UserConnection connection, com.viaversion.nbt.tag.CompoundTag tag)
    • sendMissingRegistries

      void sendMissingRegistries(UserConnection connection)
      Sends registries that had additional entries configured, but weren't sent by the server at all by the time finish_configuration was sent to the client.
      Parameters:
      connection - the user connection